feat: Added app anatomy, @janhq/models and @janhq/plugins

This commit is contained in:
Service Account 2023-10-26 09:47:35 +07:00
parent aef6ad1a88
commit 4c13c592bc

View File

@ -84,6 +84,11 @@ const sidebars = {
label: "Concepts", label: "Concepts",
id: "docs/overview/concepts", id: "docs/overview/concepts",
}, },
{
type: "doc",
label: "App Anatomy",
id: "docs/overview/app_anatomy",
},
], ],
}, },
{ {
@ -99,8 +104,13 @@ const sidebars = {
}, },
{ {
type: "doc", type: "doc",
label: "@janhq/inference", label: "@janhq/models",
id: "docs/reference/coreservice", id: "docs/reference/model_catalog",
},
{
type: "doc",
label: "@janhq/plugins",
id: "docs/reference/plugin_catalog",
}, },
], ],
}, },