mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
docs: make a more logical doc structure for xo6 (#9972)
This commit creates a new, refreshed tree structure for the XO 6 documentation, which we intend to be more helpful for readers and XO 6 users. New sections are created, to be completed later. Additionnally, the ACLv2/RBAC page has been moved from the Support section to the Security section. Signed-off-by: Thomas Moraine <thomas.moraine@vates.tech>
This commit is contained in:
1
docs/docs/xo6/backups.md
Normal file
1
docs/docs/xo6/backups.md
Normal file
@@ -0,0 +1 @@
|
||||
# Backups
|
||||
1
docs/docs/xo6/coreconcepts.md
Normal file
1
docs/docs/xo6/coreconcepts.md
Normal file
@@ -0,0 +1 @@
|
||||
# Core concepts
|
||||
1
docs/docs/xo6/gettingstarted.md
Normal file
1
docs/docs/xo6/gettingstarted.md
Normal file
@@ -0,0 +1 @@
|
||||
# Getting started
|
||||
1
docs/docs/xo6/management.md
Normal file
1
docs/docs/xo6/management.md
Normal file
@@ -0,0 +1 @@
|
||||
# Management
|
||||
4
docs/docs/xo6/whatsnew.md
Normal file
4
docs/docs/xo6/whatsnew.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
id: whatsnew
|
||||
title: What's new
|
||||
---
|
||||
4
docs/docs/xo6/xo6vsxo5.md
Normal file
4
docs/docs/xo6/xo6vsxo5.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
id: xo6vsxo5
|
||||
title: XO 6 vs. XO 5
|
||||
---
|
||||
@@ -44,6 +44,69 @@ export default {
|
||||
collapsible: true,
|
||||
collapsed: false,
|
||||
items:[
|
||||
{
|
||||
type: 'category',
|
||||
label: 'What\'s new in XO6',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items:[
|
||||
'xo6/whatsnew',
|
||||
'xo6/xo6vsxo5',
|
||||
],
|
||||
},
|
||||
{
|
||||
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: 'Support',
|
||||
@@ -51,7 +114,6 @@ export default {
|
||||
collapsed: true,
|
||||
items: [
|
||||
'xo6/intro_support',
|
||||
'xo6/acl-v2',
|
||||
'xo6/purchase',
|
||||
'xo6/community'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user