|
| 1 | +{ |
| 2 | + "navigation": { |
| 3 | + "global": { |
| 4 | + "anchors": [ |
| 5 | + { |
| 6 | + "anchor": "Slack", |
| 7 | + "icon": "slack", |
| 8 | + "href": "https://diggertalk.slack.com/join/shared_invite/zt-1tocl4w0x-E3RkpPiK7zQkehl8O78g8Q#/shared-invite/email" |
| 9 | + }, |
| 10 | + { |
| 11 | + "anchor": "Blog", |
| 12 | + "icon": "newspaper", |
| 13 | + "href": "https://blog.digger.dev/" |
| 14 | + } |
| 15 | + ] |
| 16 | + }, |
| 17 | + "anchors": [ |
| 18 | + { |
| 19 | + "anchor": "Documentation", |
| 20 | + "icon": "book-open", |
| 21 | + "groups": [ |
| 22 | + { |
| 23 | + "group": "Overview", |
| 24 | + "pages": [ |
| 25 | + "readme/introduction", |
| 26 | + "readme/howitworks", |
| 27 | + "readme/feedback" |
| 28 | + ] |
| 29 | + }, |
| 30 | + { |
| 31 | + "group": "Quickstart", |
| 32 | + "pages": [ |
| 33 | + "ce/getting-started/with-terraform", |
| 34 | + "ce/getting-started/with-opentofu", |
| 35 | + "ce/getting-started/with-terragrunt", |
| 36 | + "ce/getting-started/state-management" |
| 37 | + ] |
| 38 | + }, |
| 39 | + { |
| 40 | + "group": "Guides", |
| 41 | + "pages": [ |
| 42 | + { |
| 43 | + "group": "PR automation", |
| 44 | + "pages": [ |
| 45 | + "ce/howto/noise-reduction", |
| 46 | + "ce/howto/apply-on-merge", |
| 47 | + "ce/howto/apply-requirements", |
| 48 | + "ce/howto/auto-merge", |
| 49 | + "ce/howto/commenting-strategies", |
| 50 | + "ce/howto/draft-prs", |
| 51 | + "ce/howto/codeowners" |
| 52 | + ] |
| 53 | + }, |
| 54 | + { |
| 55 | + "group": "Configuration", |
| 56 | + "pages": [ |
| 57 | + "ce/howto/specify-terraform-version", |
| 58 | + "ce/howto/caching-strategies", |
| 59 | + "ce/howto/backendless-mode", |
| 60 | + "ce/howto/custom-commands", |
| 61 | + "ce/howto/generate-projects", |
| 62 | + "ce/howto/include-exclude-patterns", |
| 63 | + "ce/howto/masking-sensitive-values", |
| 64 | + "ce/howto/versioning", |
| 65 | + "ce/howto/disable-auto-checkout", |
| 66 | + "ce/howto/disable-telemetry", |
| 67 | + "ce/howto/ignore-pull-request-events" |
| 68 | + ] |
| 69 | + }, |
| 70 | + { |
| 71 | + "group": "Security & policies", |
| 72 | + "pages": [ |
| 73 | + "ce/howto/using-opa-conftest", |
| 74 | + "ce/howto/using-checkov", |
| 75 | + "ce/howto/policy-overrides", |
| 76 | + "ce/howto/project-level-roles" |
| 77 | + ] |
| 78 | + }, |
| 79 | + { |
| 80 | + "group": "Cloud providers", |
| 81 | + "pages": [ |
| 82 | + "ce/cloud-providers/aws", |
| 83 | + "ce/cloud-providers/authenticating-with-oidc-on-aws", |
| 84 | + "ce/cloud-providers/setting-up-separate-mgmt-account", |
| 85 | + "ce/howto/multiacc-aws", |
| 86 | + "ce/howto/segregate-cloud-accounts", |
| 87 | + "ce/gcp/setting-up-gcp-+-gh-actions", |
| 88 | + "ce/gcp/federated-oidc-access", |
| 89 | + "ce/gcp/using-gcp-bucket-for-locks", |
| 90 | + "ce/azure-specific/azure", |
| 91 | + "ce/azure-specific/azure-devops-locking-connection-methods" |
| 92 | + ] |
| 93 | + }, |
| 94 | + { |
| 95 | + "group": "Advanced", |
| 96 | + "pages": [ |
| 97 | + "ce/howto/destroy-manual", |
| 98 | + "ce/howto/plan-artefacts", |
| 99 | + "ce/howto/trigger-directly", |
| 100 | + "ce/howto/using-infracost", |
| 101 | + "ce/howto/using-terragrunt" |
| 102 | + ] |
| 103 | + } |
| 104 | + ] |
| 105 | + }, |
| 106 | + { |
| 107 | + "group": "State management", |
| 108 | + "pages": [ |
| 109 | + "ce/state-management/introduction", |
| 110 | + "ce/state-management/quickstart", |
| 111 | + "ce/state-management/architecture", |
| 112 | + "ce/state-management/cloud-backend", |
| 113 | + "ce/state-management/digger-integration", |
| 114 | + "ce/state-management/rbac", |
| 115 | + "ce/state-management/sso", |
| 116 | + "ce/state-management/analytics", |
| 117 | + "ce/state-management/query-backend", |
| 118 | + "ce/state-management/versioning", |
| 119 | + "ce/state-management/gcp-quickstart", |
| 120 | + "ce/state-management/aws-fargate-ad-quickstart", |
| 121 | + "ce/state-management/development" |
| 122 | + ] |
| 123 | + }, |
| 124 | + { |
| 125 | + "group": "Drift detection", |
| 126 | + "pages": [ |
| 127 | + "ce/drift/set-up-in-ui", |
| 128 | + "ce/drift/scoping-projects", |
| 129 | + "ce/drift/slack-notifications", |
| 130 | + "ce/drift/github-issues", |
| 131 | + "ce/drift/remediation", |
| 132 | + "ce/drift/self-host", |
| 133 | + "ce/drift/troubleshooting" |
| 134 | + ] |
| 135 | + }, |
| 136 | + { |
| 137 | + "group": "Self-hosting", |
| 138 | + "pages": [ |
| 139 | + "ce/self-host/deploy-docker", |
| 140 | + "ce/self-host/deploy-docker-compose", |
| 141 | + "ce/self-host/deploy-helm", |
| 142 | + "ce/self-host/deploy-binary", |
| 143 | + "ce/self-host/auth-methods", |
| 144 | + "ce/self-host/self-host-on-azure" |
| 145 | + ] |
| 146 | + }, |
| 147 | + { |
| 148 | + "group": "Features", |
| 149 | + "pages": [ |
| 150 | + "ce/features/plan-preview", |
| 151 | + "ce/features/commentops", |
| 152 | + "ce/features/opa-policies", |
| 153 | + "ce/features/concurrency", |
| 154 | + "ce/features/layering", |
| 155 | + "ce/features/pr-level-locks", |
| 156 | + "ce/features/private-runners", |
| 157 | + "ce/features/rbac", |
| 158 | + "ce/features/multi-github", |
| 159 | + "ce/features/remote-jobs", |
| 160 | + "ce/features/ai-summaries", |
| 161 | + "ce/features/fips-140" |
| 162 | + ] |
| 163 | + }, |
| 164 | + { |
| 165 | + "group": "Reference", |
| 166 | + "pages": [ |
| 167 | + "ce/reference/digger.yml", |
| 168 | + "ce/reference/action-inputs", |
| 169 | + "ce/reference/comment-args", |
| 170 | + "ce/reference/api", |
| 171 | + "ce/reference/terraform.lock" |
| 172 | + ] |
| 173 | + }, |
| 174 | + { |
| 175 | + "group": "Development", |
| 176 | + "pages": [ |
| 177 | + "ce/local-development/overview", |
| 178 | + "ce/local-development/backend", |
| 179 | + "ce/local-development/statesman", |
| 180 | + "ce/local-development/ui", |
| 181 | + "ce/local-development/github-app", |
| 182 | + "ce/contributing/setup-dev-environment" |
| 183 | + ] |
| 184 | + }, |
| 185 | + { |
| 186 | + "group": "Troubleshooting", |
| 187 | + "pages": [ |
| 188 | + "ce/troubleshooting/importing-existing-resources", |
| 189 | + "ce/troubleshooting/action-errors", |
| 190 | + "ce/troubleshooting/comments" |
| 191 | + ] |
| 192 | + } |
| 193 | + ] |
| 194 | + } |
| 195 | + ] |
| 196 | + } |
| 197 | +} |
0 commit comments