fix: docs build (#1203)

This commit is contained in:
Mo
2022-07-04 15:42:47 -05:00
committed by GitHub
parent f11b8e163c
commit 66d5dce5e1
267 changed files with 43 additions and 41 deletions

59
packages/docs/sidebars.js Normal file
View File

@@ -0,0 +1,59 @@
module.exports = {
mainSidebar: {
Developers: [
{
'Self Hosting': [
'self-hosting/getting-started',
'self-hosting/infrastructure-overview',
'self-hosting/docker',
'self-hosting/configuration-options',
'self-hosting/legacy-migration',
'self-hosting/https-support',
'self-hosting/updating',
'self-hosting/subscriptions',
'self-hosting/file-uploads',
],
},
{
API: [
'specification/encryption',
'specification/sync',
'specification/auth',
],
},
{
Extensions: [
'extensions/intro',
{
type: 'category',
label: 'Editors',
items: [
'extensions/editors',
'extensions/editors-getting-started',
'extensions/editorkit',
'extensions/stylekit',
],
},
'extensions/local-setup',
'extensions/themes',
'extensions/actions',
'extensions/publishing',
],
},
],
Editors: [
'usage/bold-editor',
'usage/markdown-basic',
'usage/markdown-math',
'usage/markdown-pro',
'usage/secure-spreadsheets',
'usage/task-editor',
],
},
secondSidebar: {
Troubleshooting: [
'troubleshooting/reset-apps',
'troubleshooting/import-backups',
],
},
};