Skip to content

Commit 5470de0

Browse files
jayhackgithub-actions[bot]
authored andcommitted
Automated pre-commit update
1 parent 84facb4 commit 5470de0

File tree

1 file changed

+125
-125
lines changed

1 file changed

+125
-125
lines changed

docs/docs.json

Lines changed: 125 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,127 @@
11
{
2-
"$schema": "https://mintlify.com/docs.json",
3-
"theme": "maple",
4-
"name": "Codegen",
5-
"colors": {
6-
"primary": "#a277ff",
7-
"light": "#a277ff",
8-
"dark": "#a277ff"
9-
},
10-
"favicon": "/favicon.svg",
11-
"navigation": {
12-
"tabs": [
13-
{
14-
"tab": "Documentation",
15-
"groups": [
16-
{
17-
"group": "Introduction",
18-
"pages": [
19-
"introduction/overview",
20-
"introduction/capabilities",
21-
"introduction/api",
22-
"introduction/prompting",
23-
"introduction/community",
24-
"introduction/about",
25-
"introduction/faq"
26-
]
27-
},
28-
{
29-
"group": "Integrations",
30-
"pages": [
31-
"integrations/slack",
32-
"integrations/linear",
33-
"integrations/github",
34-
"integrations/web-search",
35-
"integrations/postgres"
36-
]
37-
},
38-
{
39-
"group": "Sandboxes",
40-
"pages": [
41-
"sandboxes/overview",
42-
"sandboxes/setup-commands",
43-
"sandboxes/editor",
44-
"sandboxes/environment-variables",
45-
"sandboxes/web-preview"
46-
]
47-
},
48-
{
49-
"group": "Settings",
50-
"pages": ["settings/repo-rules", "settings/model-configuration"]
51-
}
52-
]
53-
},
54-
{
55-
"tab": "API Reference",
56-
"groups": [
57-
{
58-
"group": "Endpoints",
59-
"openapi": {
60-
"source": "/api-reference/openapi3.json",
61-
"directory": "api-reference"
62-
}
63-
}
64-
]
65-
},
66-
{
67-
"tab": "Blog",
68-
"groups": [
69-
{
70-
"group": "Blog",
71-
"pages": ["blog/posts", "blog/devin", "blog/act-via-code"]
72-
}
73-
]
74-
},
75-
{
76-
"tab": "Changelog",
77-
"groups": [
78-
{
79-
"group": "Changelog",
80-
"pages": ["changelog/changelog"]
81-
}
82-
]
83-
}
84-
]
85-
},
86-
"logo": {
87-
"light": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45bf55446746125835_Codegen_Logomark_Light.svg",
88-
"dark": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45a3e32761c42b324b_Codegen_Logomark_Dark.svg"
89-
},
90-
"appearance": {
91-
"default": "dark"
92-
},
93-
"background": {
94-
"decoration": "gradient"
95-
},
96-
"navbar": {
97-
"primary": {
98-
"type": "button",
99-
"label": "GitHub",
100-
"href": "https://github.com/codegen-sh/codegen-sdk"
101-
}
102-
},
103-
"seo": {
104-
"metatags": {
105-
"og:site_name": "Codegen",
106-
"og:title": "Codegen - The SWE that Never Sleeps",
107-
"og:description": "Code agents accessible via API, Slack, Linear, Github, and more.",
108-
"og:url": "https://docs.codegen.com",
109-
"og:locale": "en_US",
110-
"og:logo": "https://i.imgur.com/f4OVOqI.png",
111-
"article:publisher": "Codegen, Inc.",
112-
"twitter:site": "@codegen"
113-
},
114-
"indexing": "navigable"
115-
},
116-
"footer": {
117-
"socials": {
118-
"x": "https://x.com/codegen",
119-
"linkedin": "https://linkedin.com/company/codegen-dot-com"
120-
}
121-
},
122-
"integrations": {
123-
"posthog": {
124-
"apiKey": "phc_GLxaINoQJnuyCyxDmTciQqzdKBYFVDkY7bRBO4bDdso"
125-
}
126-
}
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "maple",
4+
"name": "Codegen",
5+
"colors": {
6+
"primary": "#a277ff",
7+
"light": "#a277ff",
8+
"dark": "#a277ff"
9+
},
10+
"favicon": "/favicon.svg",
11+
"navigation": {
12+
"tabs": [
13+
{
14+
"tab": "Documentation",
15+
"groups": [
16+
{
17+
"group": "Introduction",
18+
"pages": [
19+
"introduction/overview",
20+
"introduction/capabilities",
21+
"introduction/api",
22+
"introduction/prompting",
23+
"introduction/community",
24+
"introduction/about",
25+
"introduction/faq"
26+
]
27+
},
28+
{
29+
"group": "Integrations",
30+
"pages": [
31+
"integrations/slack",
32+
"integrations/linear",
33+
"integrations/github",
34+
"integrations/web-search",
35+
"integrations/postgres"
36+
]
37+
},
38+
{
39+
"group": "Sandboxes",
40+
"pages": [
41+
"sandboxes/overview",
42+
"sandboxes/setup-commands",
43+
"sandboxes/editor",
44+
"sandboxes/environment-variables",
45+
"sandboxes/web-preview"
46+
]
47+
},
48+
{
49+
"group": "Settings",
50+
"pages": ["settings/repo-rules", "settings/model-configuration"]
51+
}
52+
]
53+
},
54+
{
55+
"tab": "API Reference",
56+
"groups": [
57+
{
58+
"group": "Endpoints",
59+
"openapi": {
60+
"source": "/api-reference/openapi3.json",
61+
"directory": "api-reference"
62+
}
63+
}
64+
]
65+
},
66+
{
67+
"tab": "Blog",
68+
"groups": [
69+
{
70+
"group": "Blog",
71+
"pages": ["blog/posts", "blog/devin", "blog/act-via-code"]
72+
}
73+
]
74+
},
75+
{
76+
"tab": "Changelog",
77+
"groups": [
78+
{
79+
"group": "Changelog",
80+
"pages": ["changelog/changelog"]
81+
}
82+
]
83+
}
84+
]
85+
},
86+
"logo": {
87+
"light": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45bf55446746125835_Codegen_Logomark_Light.svg",
88+
"dark": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45a3e32761c42b324b_Codegen_Logomark_Dark.svg"
89+
},
90+
"appearance": {
91+
"default": "dark"
92+
},
93+
"background": {
94+
"decoration": "gradient"
95+
},
96+
"navbar": {
97+
"primary": {
98+
"type": "button",
99+
"label": "GitHub",
100+
"href": "https://github.com/codegen-sh/codegen-sdk"
101+
}
102+
},
103+
"seo": {
104+
"metatags": {
105+
"og:site_name": "Codegen",
106+
"og:title": "Codegen - The SWE that Never Sleeps",
107+
"og:description": "Code agents accessible via API, Slack, Linear, Github, and more.",
108+
"og:url": "https://docs.codegen.com",
109+
"og:locale": "en_US",
110+
"og:logo": "https://i.imgur.com/f4OVOqI.png",
111+
"article:publisher": "Codegen, Inc.",
112+
"twitter:site": "@codegen"
113+
},
114+
"indexing": "navigable"
115+
},
116+
"footer": {
117+
"socials": {
118+
"x": "https://x.com/codegen",
119+
"linkedin": "https://linkedin.com/company/codegen-dot-com"
120+
}
121+
},
122+
"integrations": {
123+
"posthog": {
124+
"apiKey": "phc_GLxaINoQJnuyCyxDmTciQqzdKBYFVDkY7bRBO4bDdso"
125+
}
126+
}
127127
}

0 commit comments

Comments
 (0)