Skip to content
Permalink
Browse files
move gatsby integration to manuals
  • Loading branch information
Pavel Mineev authored and Umputun committed Jan 18, 2022
1 parent ac610db commit 249dd5d2b24b6fd7d5edec87d3831592299741bc
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 114 deletions.
@@ -6,6 +6,6 @@ insert_final_newline = true
indent_style = space
trim_trailing_whitespace = false

[*.yml]
[*.{yml,json}]
indent_size = 2
indent_style = space
@@ -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/"
}
]
}
]

0 comments on commit 249dd5d

Please sign in to comment.