Skip to content

Commit 56bf9fd

Browse files
author
Gilad K
committed
init
1 parent 43ff1fe commit 56bf9fd

1 file changed

Lines changed: 55 additions & 60 deletions

File tree

mint.json

Lines changed: 55 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -52,81 +52,62 @@
5252
]
5353
},
5454
{
55-
"group": "Applications",
55+
"group": "Deploy",
5656
"pages": [
57+
"deploy/overview",
58+
"deploy/types-of-services",
59+
"deploy/v1-and-v2",
5760
{
58-
"group": "Deploy",
61+
"group": "v2",
5962
"pages": [
60-
"deploy/overview",
61-
"deploy/types-of-services",
62-
"deploy/v1-and-v2",
63-
{
64-
"group": "v2",
65-
"pages": [
66-
"deploy/v2/deploy-from-github-repo",
67-
"deploy/v2/deploy-from-docker-registry",
68-
"deploy/v2/configuring-application-services"
69-
]
70-
},
71-
{
72-
"group": "v1",
73-
"pages": [
74-
"deploy/v1/deploy-from-github-repo",
75-
"deploy/v1/deploy-from-docker-registry"
76-
]
77-
},
78-
"deploy/builds",
79-
"deploy/multiple-deploys-from-same-build",
80-
"deploy/pre-deploy-jobs",
81-
"deploy/rollbacks",
82-
"deploy/using-other-ci-tools",
83-
{
84-
"group": "Configuration as Code",
85-
"pages": [
86-
"deploy/configuration-as-code/overview",
87-
"deploy/configuration-as-code/reference",
88-
"deploy/configuration-as-code/addons-porter-yaml",
89-
{
90-
"group": "Service Configuration",
91-
"pages": [
92-
"deploy/configuration-as-code/services/web-service",
93-
"deploy/configuration-as-code/services/worker-service",
94-
"deploy/configuration-as-code/services/job-service",
95-
"deploy/configuration-as-code/services/predeploy"
96-
]
97-
}
98-
]
99-
}
63+
"deploy/v2/deploy-from-github-repo",
64+
"deploy/v2/deploy-from-docker-registry",
65+
"deploy/v2/configuring-application-services"
10066
]
10167
},
10268
{
103-
"group": "Configure",
69+
"group": "v1",
10470
"pages": [
105-
"configure/basic-configuration",
106-
"configure/environment-groups",
107-
"configure/autoscaling",
108-
"configure/custom-domains",
109-
"configure/health-checks",
110-
"configure/zero-downtime-deployments",
111-
"configure/advanced-networking"
71+
"deploy/v1/deploy-from-github-repo",
72+
"deploy/v1/deploy-from-docker-registry"
11273
]
11374
},
75+
"deploy/builds",
76+
"deploy/multiple-deploys-from-same-build",
77+
"deploy/pre-deploy-jobs",
78+
"deploy/rollbacks",
79+
"deploy/using-other-ci-tools",
11480
{
115-
"group": "Observability",
81+
"group": "Configuration as Code",
11682
"pages": [
117-
"observability/monitoring",
118-
"observability/logging",
119-
"observability/alerts",
120-
"observability/app-metadata",
121-
"observability/custom-metrics-and-autoscaling"
83+
"deploy/configuration-as-code/overview",
84+
"deploy/configuration-as-code/reference",
85+
"deploy/configuration-as-code/addons-porter-yaml",
86+
{
87+
"group": "Service Configuration",
88+
"pages": [
89+
"deploy/configuration-as-code/services/web-service",
90+
"deploy/configuration-as-code/services/worker-service",
91+
"deploy/configuration-as-code/services/job-service",
92+
"deploy/configuration-as-code/services/predeploy"
93+
]
94+
}
12295
]
123-
},
124-
{
125-
"group": "Debug",
126-
"pages": ["debug/common-errors"]
12796
}
12897
]
12998
},
99+
{
100+
"group": "Configure",
101+
"pages": [
102+
"configure/basic-configuration",
103+
"configure/environment-groups",
104+
"configure/autoscaling",
105+
"configure/custom-domains",
106+
"configure/health-checks",
107+
"configure/zero-downtime-deployments",
108+
"configure/advanced-networking"
109+
]
110+
},
130111
{
131112
"group": "Command Line Interface (CLI)",
132113
"pages": [
@@ -171,6 +152,20 @@
171152
}
172153
]
173154
},
155+
{
156+
"group": "Observability",
157+
"pages": [
158+
"observability/monitoring",
159+
"observability/logging",
160+
"observability/alerts",
161+
"observability/app-metadata",
162+
"observability/custom-metrics-and-autoscaling"
163+
]
164+
},
165+
{
166+
"group": "Debug",
167+
"pages": ["debug/common-errors"]
168+
},
174169
{
175170
"group": "Preview Environments",
176171
"pages": [

0 commit comments

Comments
 (0)