mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
* docs(xo): overhaul navbar to create a unified doc ecosystem - Clean up the navbar by dropping the redundant GitHub link (retained in footer). - Relocate "Blog" to the "What's new in XO 6" sidebar. - Introduce direct navbar links for XCP-ng and Vates VMS. - Rename "Documentation" to "Xen Orchestra". This aligns the navigation layout across our three documentation sites, allowing readers to smoothly transition between ecosystems with a fully unified experience. Signed-off-by: Thomas Moraine <thomas.moraine@vates.tech> * docs(xo): move home link from header to footer To make the navbar cleaner and make space for the links to the other documentation websites We're moving the Home link from the header to the footer and renaming the link to 'About Xen Orchestra'. Also, we're displaying the 'What's new in XO 6' section again which now contains a link to the XO blog Signed-off-by: Thomas Moraine <thomas.moraine@vates.tech>
237 lines
5.2 KiB
TypeScript
237 lines
5.2 KiB
TypeScript
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs'
|
|
|
|
/**
|
|
* Creating a sidebar enables you to:
|
|
- create an ordered group of docs
|
|
- render a sidebar for each doc of that group
|
|
- provide next/previous navigation
|
|
|
|
The sidebars can be generated from the filesystem, or explicitly defined here.
|
|
|
|
Create as many sidebars as you want.
|
|
*/
|
|
|
|
/*
|
|
const sidebars: SidebarsConfig = {
|
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
|
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
|
|
|
// But you can create a sidebar manually
|
|
/*
|
|
tutorialSidebar: [
|
|
'intro',
|
|
'hello',
|
|
{
|
|
type: 'category',
|
|
label: 'Tutorial',
|
|
items: ['tutorial-basics/create-a-document'],
|
|
},
|
|
],
|
|
};
|
|
|
|
*/
|
|
|
|
export default {
|
|
docs: [
|
|
{
|
|
type: 'doc',
|
|
id: 'intro',
|
|
label: 'Introduction',
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'XO 6',
|
|
collapsible: true,
|
|
collapsed: false,
|
|
items:[
|
|
{
|
|
type: 'category',
|
|
label: 'What\'s new in XO6',
|
|
type: 'link',
|
|
href: 'https://xen-orchestra.com/blog/',
|
|
},
|
|
/* These categories are hidden until they no longer only contain blank pages
|
|
{
|
|
type: 'category',
|
|
label: 'Getting started',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items:[
|
|
'xo6/gettingstarted',
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Core concepts',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items:[
|
|
'xo6/coreconcepts',
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Management',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items:[
|
|
'xo6/management',
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Backups',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items:[
|
|
'xo6/backups',
|
|
],
|
|
},
|
|
*/
|
|
{
|
|
type: 'category',
|
|
label: 'Security',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items:[
|
|
{
|
|
type: 'category',
|
|
label: 'User management',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items:[
|
|
'xo6/acl-v2',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'DevOps tools',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items:[
|
|
'xo6/ansible',
|
|
'xo6/kubernetes',
|
|
'xo6/packer-provider',
|
|
'xo6/powershell-module',
|
|
'xo6/pulumi-provider',
|
|
'xo6/terraform-provider',
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Support',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items: [
|
|
'xo6/intro_support',
|
|
'xo6/purchase',
|
|
'xo6/community'
|
|
],
|
|
},
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'XO 5',
|
|
collapsible: true,
|
|
collapsed: false,
|
|
items:[
|
|
{
|
|
type: 'category',
|
|
label: 'Xen Orchestra',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items: [
|
|
'xo5/releases',
|
|
'xo5/supported_hosts',
|
|
'xo5/installation',
|
|
'xo5/configuration',
|
|
'xo5/credential-encryption',
|
|
'xo5/migrate_to_new_xoa',
|
|
'xo5/updater',
|
|
'xo5/architecture',
|
|
'xo5/troubleshooting',
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Management',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items: [
|
|
'xo5/manage',
|
|
'xo5/manage_infrastructure',
|
|
'xo5/object-storage-support',
|
|
'xo5/v2v-migration-guide',
|
|
'xo5/users',
|
|
'xo5/vm-templates',
|
|
'xo5/advanced',
|
|
'xo5/load_balancing',
|
|
'xo5/sdn_controller',
|
|
'xo5/restapi',
|
|
'xo5/mcp'
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Backups',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items: [
|
|
'xo5/intro_backup',
|
|
'xo5/backups',
|
|
'xo5/backup_howto',
|
|
'xo5/proxy',
|
|
'xo5/rolling_snapshots',
|
|
'xo5/full_backups',
|
|
'xo5/incremental_backups',
|
|
'xo5/full_replication',
|
|
'xo5/incremental_replication',
|
|
'xo5/mirror_backup',
|
|
'xo5/metadata_backup',
|
|
'xo5/immutability',
|
|
'xo5/backup_reports',
|
|
'xo5/backup_troubleshooting',
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Support',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items: [
|
|
'xo5/xoa',
|
|
'xo5/license_management'
|
|
],
|
|
},
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Project',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items: [
|
|
'intro_project',
|
|
{
|
|
type: 'link',
|
|
label: 'Changelog',
|
|
href: 'https://github.com/vatesfr/xen-orchestra/blob/master/CHANGELOG.md#changelog',
|
|
},
|
|
'contributing',
|
|
'licenses',
|
|
{
|
|
type: 'link',
|
|
label: 'Roadmap',
|
|
href: 'https://docs.vates.tech/roadmap/',
|
|
},
|
|
'glossary',
|
|
],
|
|
},
|
|
],
|
|
}
|
|
|
|
//export default sidebars;
|