diff --git a/docs/docs/docs/01-README.md b/docs/docs/framework/01-README.md similarity index 99% rename from docs/docs/docs/01-README.md rename to docs/docs/framework/01-README.md index 2fea12c53..752e30752 100644 --- a/docs/docs/docs/01-README.md +++ b/docs/docs/framework/01-README.md @@ -1,6 +1,6 @@ --- title: Overview -slug: /docs +slug: /framework --- The following low-level docs are aimed at core contributors. diff --git a/docs/docs/docs/03-engineering/README.mdx b/docs/docs/framework/03-engineering/README.mdx similarity index 100% rename from docs/docs/docs/03-engineering/README.mdx rename to docs/docs/framework/03-engineering/README.mdx diff --git a/docs/docs/docs/03-engineering/assistants.md b/docs/docs/framework/03-engineering/assistants.md similarity index 100% rename from docs/docs/docs/03-engineering/assistants.md rename to docs/docs/framework/03-engineering/assistants.md diff --git a/docs/docs/docs/03-engineering/chats.md b/docs/docs/framework/03-engineering/chats.md similarity index 100% rename from docs/docs/docs/03-engineering/chats.md rename to docs/docs/framework/03-engineering/chats.md diff --git a/docs/docs/docs/03-engineering/engine.md b/docs/docs/framework/03-engineering/engine.md similarity index 100% rename from docs/docs/docs/03-engineering/engine.md rename to docs/docs/framework/03-engineering/engine.md diff --git a/docs/docs/docs/03-engineering/files.md b/docs/docs/framework/03-engineering/files.md similarity index 100% rename from docs/docs/docs/03-engineering/files.md rename to docs/docs/framework/03-engineering/files.md diff --git a/docs/docs/docs/03-engineering/fine-tuning.md b/docs/docs/framework/03-engineering/fine-tuning.md similarity index 100% rename from docs/docs/docs/03-engineering/fine-tuning.md rename to docs/docs/framework/03-engineering/fine-tuning.md diff --git a/docs/docs/docs/03-engineering/messages.md b/docs/docs/framework/03-engineering/messages.md similarity index 100% rename from docs/docs/docs/03-engineering/messages.md rename to docs/docs/framework/03-engineering/messages.md diff --git a/docs/docs/docs/03-engineering/models.md b/docs/docs/framework/03-engineering/models.md similarity index 100% rename from docs/docs/docs/03-engineering/models.md rename to docs/docs/framework/03-engineering/models.md diff --git a/docs/docs/docs/03-engineering/prompts.md b/docs/docs/framework/03-engineering/prompts.md similarity index 100% rename from docs/docs/docs/03-engineering/prompts.md rename to docs/docs/framework/03-engineering/prompts.md diff --git a/docs/docs/docs/03-engineering/threads.md b/docs/docs/framework/03-engineering/threads.md similarity index 100% rename from docs/docs/docs/03-engineering/threads.md rename to docs/docs/framework/03-engineering/threads.md diff --git a/docs/docs/docs/03-product/README.mdx b/docs/docs/framework/03-product/README.mdx similarity index 100% rename from docs/docs/docs/03-product/README.mdx rename to docs/docs/framework/03-product/README.mdx diff --git a/docs/docs/docs/03-product/chat.md b/docs/docs/framework/03-product/chat.md similarity index 100% rename from docs/docs/docs/03-product/chat.md rename to docs/docs/framework/03-product/chat.md diff --git a/docs/docs/docs/03-product/hub.md b/docs/docs/framework/03-product/hub.md similarity index 100% rename from docs/docs/docs/03-product/hub.md rename to docs/docs/framework/03-product/hub.md diff --git a/docs/docs/docs/03-product/jan.md b/docs/docs/framework/03-product/jan.md similarity index 100% rename from docs/docs/docs/03-product/jan.md rename to docs/docs/framework/03-product/jan.md diff --git a/docs/docs/docs/03-product/settings.md b/docs/docs/framework/03-product/settings.md similarity index 100% rename from docs/docs/docs/03-product/settings.md rename to docs/docs/framework/03-product/settings.md diff --git a/docs/docs/docs/03-product/system-monitor.md b/docs/docs/framework/03-product/system-monitor.md similarity index 100% rename from docs/docs/docs/03-product/system-monitor.md rename to docs/docs/framework/03-product/system-monitor.md diff --git a/docs/docs/docs/assets/CleanArchitecture.jpg b/docs/docs/framework/assets/CleanArchitecture.jpg similarity index 100% rename from docs/docs/docs/assets/CleanArchitecture.jpg rename to docs/docs/framework/assets/CleanArchitecture.jpg diff --git a/docs/docs/docs/assets/ExtensionCallouts.png b/docs/docs/framework/assets/ExtensionCallouts.png similarity index 100% rename from docs/docs/docs/assets/ExtensionCallouts.png rename to docs/docs/framework/assets/ExtensionCallouts.png diff --git a/docs/docs/docs/image.png b/docs/docs/framework/image.png similarity index 100% rename from docs/docs/docs/image.png rename to docs/docs/framework/image.png diff --git a/docs/docs/docs/img/chat-screen.png b/docs/docs/framework/img/chat-screen.png similarity index 100% rename from docs/docs/docs/img/chat-screen.png rename to docs/docs/framework/img/chat-screen.png diff --git a/docs/docs/docs/img/hub-screen.png b/docs/docs/framework/img/hub-screen.png similarity index 100% rename from docs/docs/docs/img/hub-screen.png rename to docs/docs/framework/img/hub-screen.png diff --git a/docs/docs/docs/img/settings-screen.png b/docs/docs/framework/img/settings-screen.png similarity index 100% rename from docs/docs/docs/img/settings-screen.png rename to docs/docs/framework/img/settings-screen.png diff --git a/docs/docs/docs/img/system-screen.png b/docs/docs/framework/img/system-screen.png similarity index 100% rename from docs/docs/docs/img/system-screen.png rename to docs/docs/framework/img/system-screen.png diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 816d1ea88..34d1927f9 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -293,13 +293,9 @@ const config = { { type: "dropdown", label: "Docs", + to: "docs", position: "right", items: [ - { - type: "docSidebar", - sidebarId: "quickstartSidebar", - label: "Quickstart", - }, { type: "docSidebar", sidebarId: "guidesSidebar", @@ -314,18 +310,13 @@ const config = { to: "/api-reference", label: "API Reference", }, - { - type: "docSidebar", - sidebarId: "docsSidebar", - label: "Framework", - }, + // { + // type: "docSidebar", + // sidebarId: "docsSidebar", + // label: "Framework", + // }, ], }, - { - to: "trial", - label: "Trial", - position: "right", - }, { to: "blog", label: "Blog", diff --git a/docs/sidebars.js b/docs/sidebars.js index 50c92f33e..e1690eca4 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -162,18 +162,6 @@ const sidebars = { dirName: "developer", }, ], - docsSidebar: [ - { - type: "autogenerated", - dirName: "docs", - }, - ], - quickstartSidebar: [ - { - type: "autogenerated", - dirName: "quickstart", - }, - ] }; module.exports = sidebars; diff --git a/docs/src/pages/trial.js b/docs/src/pages/docs.js similarity index 98% rename from docs/src/pages/trial.js rename to docs/src/pages/docs.js index 80113c707..62b465ccc 100644 --- a/docs/src/pages/trial.js +++ b/docs/src/pages/docs.js @@ -2,7 +2,7 @@ import clsx from 'clsx' import useDocusaurusContext from '@docusaurus/useDocusaurusContext' import Layout from '@theme/Layout' import Heading from '@theme/Heading' -import styles from './trial.module.css' +import styles from './docs.module.css' import HomepagePrimaryFeatures from '../components/HomepagePrimaryFeatures' import HomepageSecondaryFeatures from '../components/HomepageSecondaryFeatures' import HomepageTerinaryFeatures from '../components/HomepageTerinaryFeatures' diff --git a/docs/src/pages/trial.module.css b/docs/src/pages/docs.module.css similarity index 100% rename from docs/src/pages/trial.module.css rename to docs/src/pages/docs.module.css