-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
124 lines (124 loc) · 2.41 KB
/
docs.json
File metadata and controls
124 lines (124 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "BuildCharts",
"colors": {
"primary": "#7718BC",
"light": "#9e41e1",
"dark": "#7718BC"
},
"favicon": {
"light": "/logo/buildcharts.png",
"dark": "/logo/buildcharts.png"
},
"navigation": {
"groups": [
{
"group": "Overview",
"pages": [
"index",
"install",
"how-it-works",
"considerations",
"comparisons",
"cli",
"examples"
]
},
{
"group": "Core features",
"pages": [
"core-features/scaffolding",
"core-features/metadata",
"core-features/generate",
"core-features/docker-builds",
"core-features/summary",
"core-features/charts",
"core-features/lock-files",
"core-features/plugins"
]
},
{
"group": "Charts",
"pages": [
"charts/define-build-stages",
"charts/using-outputs",
"charts/handle-dependencies"
]
},
{
"group": "Quickstart",
"pages": [
"quickstart/dotnet",
"quickstart/github-actions"
]
},
{
"group": "Plugins",
"pages": [
"plugins/nuget-authenticate",
"plugins/testcontainers-dind"
]
},
{
"group": "Troubleshooting",
"pages": [
"troubleshooting/common-issues",
"troubleshooting/buildx-history"
]
}
]
},
"logo": "/logo/buildcharts.png",
"navbar": {
"links": []
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"github": "https://github.com/eddietisma/buildcharts"
}
},
"appearance": {
"default": "system"
},
"api": {
"playground": {
"proxy": true
}
},
"styling": {
"codeblocks": {
"theme": {
"light": "plastic",
"dark": "plastic"
}
},
"eyebrows": "breadcrumbs"
},
"background": {
"color": {
"dark": "#0d0d12"
}
},
"metadata": {
"timestamp": true
},
"description": "A framework for defining and generating CI/CD pipelines using declarative metadata.",
"fonts": {
"body": {
"family": "Inter"
}
}
}