This commit is contained in:
mik-tf
2025-11-25 15:27:56 -05:00
commit c769942374
33 changed files with 24049 additions and 0 deletions

45
sidebars.js Normal file
View File

@@ -0,0 +1,45 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// No sidebar defined for the top-level overview doc (overview-index),
// so it will render without a sidebar. Each main section below has
// its own dedicated sidebar.
network: [
'network/overview',
'network/architecture',
'network/install',
'network/quick-start',
],
cloud: [
'cloud/overview',
'cloud/getting-started',
'cloud/kubernetes-basics',
'cloud/tutorial',
'cloud/faq',
'cloud/for-developers',
],
vdc: [
'vdc/overview',
'vdc/use-cases',
'vdc/blueprints',
],
aiAgentFramework: [
'ai-agent-framework/overview',
'ai-agent-framework/architecture',
'ai-agent-framework/use-cases',
'ai-agent-framework/getting-ready',
],
hosters: [
'hosters/overview',
'hosters/buy-node',
'hosters/advanced-nodes',
'hosters/setup',
'hosters/economics',
],
};
export default sidebars;