Skip to content

Commit

Permalink
Chore: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hientominh committed Aug 25, 2023
2 parents 8af674e + d715e5a commit c9f7af4
Show file tree
Hide file tree
Showing 58 changed files with 14,062 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
.vscode
.env
.env

# Jan inference
jan-inference/llm/models/**
jan-inference/llm/.env

jan-inference/sd/models/**
jan-inference/sd/output/**
jan-inference/sd/.env
jan-inference/sd/sd
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "mobile-client"]
path = mobile-client
url = [email protected]:janhq/jan-react-native.git
[submodule "jan-inference/sd/sd_cpp"]
path = jan-inference/sd/sd_cpp
url = https://github.com/leejet/stable-diffusion.cpp
20 changes: 20 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
41 changes: 41 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
3 changes: 3 additions & 0 deletions docs/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
4 changes: 4 additions & 0 deletions docs/docs/about/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
sidebar_position: 1
title: Overview
---
5 changes: 5 additions & 0 deletions docs/docs/about/company/01-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Story
---

TODO: a month by month recap
3 changes: 3 additions & 0 deletions docs/docs/about/company/02-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Team
---
7 changes: 7 additions & 0 deletions docs/docs/about/company/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Company",
"position": 2,
"link": {
"type": "generated-index"
}
}
3 changes: 3 additions & 0 deletions docs/docs/about/handbook/01-how-we-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: How We Work
---
3 changes: 3 additions & 0 deletions docs/docs/about/handbook/02-team-structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Team Structure
---
7 changes: 7 additions & 0 deletions docs/docs/about/handbook/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Handbook",
"position": 5,
"link": {
"type": "generated-index"
}
}
7 changes: 7 additions & 0 deletions docs/docs/about/roadmap/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Roadmap",
"position": 4,
"link": {
"type": "generated-index"
}
}
3 changes: 3 additions & 0 deletions docs/docs/about/roadmap/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Roadmap
---
4 changes: 4 additions & 0 deletions docs/docs/about/strategy/01-mission-and-vision.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Mission & Vision
---

4 changes: 4 additions & 0 deletions docs/docs/about/strategy/02-customer-persona.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Customer Persona
---

3 changes: 3 additions & 0 deletions docs/docs/about/strategy/03-business-model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Business Model
---
3 changes: 3 additions & 0 deletions docs/docs/about/strategy/04-brand.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Brand
---
3 changes: 3 additions & 0 deletions docs/docs/about/strategy/05-okrs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: OKRs
---
7 changes: 7 additions & 0 deletions docs/docs/about/strategy/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Strategy",
"position": 3,
"link": {
"type": "generated-index"
}
}
6 changes: 6 additions & 0 deletions docs/docs/changelog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 1
---

# Changelog
TODO
6 changes: 6 additions & 0 deletions docs/docs/developer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 1
---

# Developer
TODO
7 changes: 7 additions & 0 deletions docs/docs/getting-started/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 1
slug: /
---

# Getting Started
Hi there
6 changes: 6 additions & 0 deletions docs/docs/guides/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 1
---

# Guides
TODO
6 changes: 6 additions & 0 deletions docs/docs/reference/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 1
---

# Reference
TODO
Loading

0 comments on commit c9f7af4

Please sign in to comment.