Hide incomplete pages
This commit is contained in:
parent
18059c22da
commit
3d466dc6cb
@ -2,6 +2,12 @@
|
||||
title: Architecture
|
||||
---
|
||||
|
||||
:::warning
|
||||
|
||||
This page is still under construction, and should be read as a scratchpad
|
||||
|
||||
:::
|
||||
|
||||
- Jan is built using modules
|
||||
- Plugin architecture (on Pluggable-Electron)
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ title: Chats
|
||||
|
||||
:::warning
|
||||
|
||||
Draft Specification: functionality has not been implemented yet.
|
||||
This page is still under construction, and should be read as a scratchpad
|
||||
|
||||
:::
|
||||
|
||||
|
||||
@ -2,6 +2,12 @@
|
||||
title: Data Structures
|
||||
---
|
||||
|
||||
:::warning
|
||||
|
||||
This page is still under construction, and should be read as a scratchpad
|
||||
|
||||
:::
|
||||
|
||||
|
||||
```sh
|
||||
janroot/
|
||||
@ -18,8 +24,6 @@ janroot/
|
||||
model.json
|
||||
```
|
||||
|
||||
|
||||
|
||||
Jan use the local filesystem for data persistence, similar to VSCode. This allows for composability and tinkerability.
|
||||
|
||||
```sh=
|
||||
|
||||
@ -222,8 +222,9 @@ Currently, pasting a TheBloke Huggingface link in the Explore Models page will f
|
||||
|
||||
- We should use the OpenAPI spec to discuss APIs
|
||||
- Dan's view: This needs @louis and App Pod to review as they are more familiar with this
|
||||
- Dan's view: Start/Stop model should have some UI indicator (show state, block input)
|
||||
|
||||
:::
|
||||
:::
|
||||
|
||||
See http://localhost:3001/api-reference#tag/Models.
|
||||
|
||||
|
||||
@ -2,6 +2,12 @@
|
||||
title: User Interface
|
||||
---
|
||||
|
||||
:::warning
|
||||
|
||||
This page is still under construction, and should be read as a scratchpad
|
||||
|
||||
:::
|
||||
|
||||
Jan provides a UI Kit for customize the UI for your use case. This means you can personalize the entire application according to your own brand and visual styles.
|
||||
|
||||
This page gives you an overview of how to customize the UI.
|
||||
|
||||
@ -61,14 +61,14 @@ const sidebars = {
|
||||
items: [
|
||||
"specs/chats",
|
||||
"specs/models",
|
||||
"specs/threads",
|
||||
"specs/messages",
|
||||
"specs/assistants",
|
||||
"specs/files",
|
||||
"specs/jan",
|
||||
"specs/fine-tuning",
|
||||
"specs/settings",
|
||||
"specs/prompts",
|
||||
// "specs/threads",
|
||||
// "specs/messages",
|
||||
// "specs/assistants",
|
||||
// "specs/files",
|
||||
// "specs/jan",
|
||||
// "specs/fine-tuning",
|
||||
// "specs/settings",
|
||||
// "specs/prompts",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user