|
52 | 52 | ] |
53 | 53 | }, |
54 | 54 | { |
55 | | - "group": "Applications", |
| 55 | + "group": "Deploy", |
56 | 56 | "pages": [ |
| 57 | + "deploy/overview", |
| 58 | + "deploy/types-of-services", |
| 59 | + "deploy/v1-and-v2", |
57 | 60 | { |
58 | | - "group": "Deploy", |
| 61 | + "group": "v2", |
59 | 62 | "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" |
100 | 66 | ] |
101 | 67 | }, |
102 | 68 | { |
103 | | - "group": "Configure", |
| 69 | + "group": "v1", |
104 | 70 | "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" |
112 | 73 | ] |
113 | 74 | }, |
| 75 | + "deploy/builds", |
| 76 | + "deploy/multiple-deploys-from-same-build", |
| 77 | + "deploy/pre-deploy-jobs", |
| 78 | + "deploy/rollbacks", |
| 79 | + "deploy/using-other-ci-tools", |
114 | 80 | { |
115 | | - "group": "Observability", |
| 81 | + "group": "Configuration as Code", |
116 | 82 | "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 | + } |
122 | 95 | ] |
123 | | - }, |
124 | | - { |
125 | | - "group": "Debug", |
126 | | - "pages": ["debug/common-errors"] |
127 | 96 | } |
128 | 97 | ] |
129 | 98 | }, |
| 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 | + }, |
130 | 111 | { |
131 | 112 | "group": "Command Line Interface (CLI)", |
132 | 113 | "pages": [ |
|
171 | 152 | } |
172 | 153 | ] |
173 | 154 | }, |
| 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 | + }, |
174 | 169 | { |
175 | 170 | "group": "Preview Environments", |
176 | 171 | "pages": [ |
|
0 commit comments