docs: improve Deploy Admin to Netlify documentation (#1757)
* changes to deployment pages structure * fix sidebar links * added button to quickstart * comment out button * comment out button * added note * small fixes * small fixes
This commit is contained in:
+49
-19
@@ -75,29 +75,59 @@ module.exports = {
|
||||
label: "Deployment",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/deploying-on-heroku",
|
||||
label: "Deploy: Heroku",
|
||||
type: "category",
|
||||
label: "Server",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "deployments/server/index"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "deployments/server/deploying-on-heroku",
|
||||
label: "Deploy on Heroku"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "deployments/server/deploying-on-digital-ocean",
|
||||
label: "Deploy on DigitalOcean"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "deployments/server/deploying-on-qovery",
|
||||
label: "Deploy on Qovery"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/deploying-on-qovery",
|
||||
label: "Deploy: Qovery",
|
||||
type: "category",
|
||||
label: "Admin",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "deployments/admin/index"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "deployments/admin/deploying-on-netlify",
|
||||
label: "Deploy on Netlify"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/deploying-on-digital-ocean",
|
||||
label: "Deploy: DigitalOcean",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/deploying-admin-on-netlify",
|
||||
label: "Deploy: Admin on Netlify",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/deploying-gatsby-on-netlify",
|
||||
label: "Deploy: Gatsby on Netlify",
|
||||
type: "category",
|
||||
label: "Storefront",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "deployments/storefront/index"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "deployments/storefront/deploying-gatsby-on-netlify",
|
||||
label: "Deploy Gatsby on Netlify"
|
||||
},
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user