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:
Thomas Moraine
2026-06-23 09:41:13 +02:00
committed by GitHub
parent 93909d9851
commit 64401c4040
7 changed files with 75 additions and 1 deletions

1
docs/docs/xo6/backups.md Normal file
View File

@@ -0,0 +1 @@
# Backups

View File

@@ -0,0 +1 @@
# Core concepts

View File

@@ -0,0 +1 @@
# Getting started

View File

@@ -0,0 +1 @@
# Management

View File

@@ -0,0 +1,4 @@
---
id: whatsnew
title: What's new
---

View File

@@ -0,0 +1,4 @@
---
id: xo6vsxo5
title: XO 6 vs. XO 5
---

View File

@@ -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'
],