diff --git a/.editorconfig b/.editorconfig index 5284a7486..711792296 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,6 @@ insert_final_newline = true indent_style = space trim_trailing_whitespace = false -[*.yml] +[*.{yml,json}] indent_size = 2 indent_style = space diff --git a/site/src/docs/getting-started/integration-with-gatsby/index.md b/site/src/docs/manuals/integration-with-gatsby/index.md similarity index 100% rename from site/src/docs/getting-started/integration-with-gatsby/index.md rename to site/src/docs/manuals/integration-with-gatsby/index.md diff --git a/site/src/docs/nav.json b/site/src/docs/nav.json index 09b8ae086..d781e7f86 100644 --- a/site/src/docs/nav.json +++ b/site/src/docs/nav.json @@ -1,125 +1,125 @@ [ { - "section": "Getting Started", - "children": [ - { - "title": "Installation", - "href": "/getting-started/installation/" - }, - { - "title": "System Requirements", - "href": "/getting-started/system-requirements/" - }, - { - "title": "Integration With Gatsby", - "href": "/getting-started/integration-with-gatsby/" - } - ] + "section": "Getting Started", + "children": [ + { + "title": "Installation", + "href": "/getting-started/installation/" + }, + { + "title": "System Requirements", + "href": "/getting-started/system-requirements/" + } + ] }, { - "section": "Configuration", - "children": [ - { - "title": "Frontend", - "href": "/configuration/frontend/" - }, - { - "title": "CLI parameters", - "href": "/configuration/parameters/" - }, - { - "title": "Authorization", - "href": "/configuration/authorization/" - }, - { - "title": "Notifications", - "href": "/configuration/notifications/" - }, - { - "title": "Email", - "href": "/configuration/email/" - }, - { - "title": "Telegram", - "href": "/configuration/telegram/" - } - ] + "section": "Configuration", + "children": [ + { + "title": "Frontend", + "href": "/configuration/frontend/" + }, + { + "title": "CLI parameters", + "href": "/configuration/parameters/" + }, + { + "title": "Authorization", + "href": "/configuration/authorization/" + }, + { + "title": "Notifications", + "href": "/configuration/notifications/" + }, + { + "title": "Email", + "href": "/configuration/email/" + }, + { + "title": "Telegram", + "href": "/configuration/telegram/" + } + ] }, { - "section": "Manuals", - "children": [ - { - "title": "Subdomain", - "href": "/manuals/subdomain/" - }, - { - "title": "Reproxy", - "href": "/manuals/reproxy/" - }, - { - "title": "Nginx", - "href": "/manuals/nginx/" - }, - { - "title": "Kubernetes", - "href": "/manuals/kubernetes/" - } - ] + "section": "Manuals", + "children": [ + { + "title": "Subdomain", + "href": "/manuals/subdomain/" + }, + { + "title": "Reproxy", + "href": "/manuals/reproxy/" + }, + { + "title": "Nginx", + "href": "/manuals/nginx/" + }, + { + "title": "Kubernetes", + "href": "/manuals/kubernetes/" + }, + { + "title": "Gatsby Integration", + "href": "/manuals/integration-with-gatsby/" + } + ] }, { - "section": "Backup", - "children": [ - { - "title": "Manual", - "href": "/backup/manual/" - }, - { - "title": "Migration", - "href": "/backup/migration/" - }, - { - "title": "Restore", - "href": "/backup/restore/" - }, - { - "title": "Site URL migration", - "href": "/backup/url-migration/" - }, - { - "title": "Automatic", - "href": "/backup/automatic/" - } - ] + "section": "Backup", + "children": [ + { + "title": "Manual", + "href": "/backup/manual/" + }, + { + "title": "Migration", + "href": "/backup/migration/" + }, + { + "title": "Restore", + "href": "/backup/restore/" + }, + { + "title": "Site URL migration", + "href": "/backup/url-migration/" + }, + { + "title": "Automatic", + "href": "/backup/automatic/" + } + ] }, { - "section": "Contributing", - "children": [ - { - "title": "Development", - "href": "/contributing/development/", - "children": [ - { - "title": "Backend", - "href": "/contributing/development/backend/" - }, - { - "title": "Frontend", - "href": "/contributing/development/frontend/" - } - ] - }, - { - "title": "Translations", - "href": "/contributing/translations/" - }, - { - "title": "API", - "href": "/contributing/api/" - }, - { - "title": "Technical Details", - "href": "/contributing/technical-details/" - } - ] + "section": "Contributing", + "children": [ + { + "title": "Development", + "href": "/contributing/development/", + "children": [ + { + "title": "Backend", + "href": "/contributing/development/backend/" + }, + { + "title": "Frontend", + "href": "/contributing/development/frontend/" + } + ] + }, + { + "title": "Translations", + "href": "/contributing/translations/" + }, + { + "title": "API", + "href": "/contributing/api/" + }, + { + "title": "Technical Details", + "href": "/contributing/technical-details/" + } + ] } ]