init
This commit is contained in:
45
sidebars.js
Normal file
45
sidebars.js
Normal 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;
|
||||
Reference in New Issue
Block a user