Skip to content

Commit 8eb5c3d

Browse files
committed
upgrade from mint.json to docs.json
1 parent 7179f98 commit 8eb5c3d

File tree

2 files changed

+206
-195
lines changed

2 files changed

+206
-195
lines changed

docs/docs.json

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

0 commit comments

Comments
 (0)