Removed non-existant pages from sidebars
This commit is contained in:
parent
26f0eaea29
commit
35fe7bda87
@ -94,23 +94,16 @@ module.exports = {
|
|||||||
title: 'User documentation',
|
title: 'User documentation',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
children: [
|
children: [
|
||||||
'',
|
''
|
||||||
'accounts',
|
|
||||||
'organizations',
|
|
||||||
'teams',
|
|
||||||
'runners',
|
|
||||||
'runner_import'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'/en/admins/': [
|
'/en/admins/': [
|
||||||
{
|
{
|
||||||
title: 'Administrative Dokumentation',
|
title: 'Admin documentation',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
children: [
|
children: [
|
||||||
'',
|
''
|
||||||
'quickstart',
|
|
||||||
'installation'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
3
src/en/admins/README.md
Normal file
3
src/en/admins/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Admins
|
||||||
|
|
||||||
|
TODO:
|
Loading…
x
Reference in New Issue
Block a user