Skip to content

Commit d877518

Browse files
jayhackgithub-actions[bot]
authored andcommitted
Automated pre-commit update
1 parent adba782 commit d877518

File tree

1 file changed

+121
-121
lines changed

1 file changed

+121
-121
lines changed

docs/docs.json

Lines changed: 121 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,123 @@
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-
},
50-
{
51-
"tab": "API Reference",
52-
"groups": [
53-
{
54-
"group": "Endpoints",
55-
"openapi": {
56-
"source": "/api-reference/openapi3.json",
57-
"directory": "api-reference"
58-
}
59-
}
60-
]
61-
},
62-
{
63-
"tab": "Blog",
64-
"groups": [
65-
{
66-
"group": "Blog",
67-
"pages": ["blog/posts", "blog/devin", "blog/act-via-code"]
68-
}
69-
]
70-
},
71-
{
72-
"tab": "Changelog",
73-
"groups": [
74-
{
75-
"group": "Changelog",
76-
"pages": ["changelog/changelog"]
77-
}
78-
]
79-
}
80-
]
81-
},
82-
"logo": {
83-
"light": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45bf55446746125835_Codegen_Logomark_Light.svg",
84-
"dark": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45a3e32761c42b324b_Codegen_Logomark_Dark.svg"
85-
},
86-
"appearance": {
87-
"default": "dark"
88-
},
89-
"background": {
90-
"decoration": "gradient"
91-
},
92-
"navbar": {
93-
"primary": {
94-
"type": "button",
95-
"label": "GitHub",
96-
"href": "https://github.com/codegen-sh/codegen-sdk"
97-
}
98-
},
99-
"seo": {
100-
"metatags": {
101-
"og:site_name": "Codegen",
102-
"og:title": "Codegen - The SWE that Never Sleeps",
103-
"og:description": "Code agents accessible via API, Slack, Linear, Github, and more.",
104-
"og:url": "https://docs.codegen.com",
105-
"og:locale": "en_US",
106-
"og:logo": "https://i.imgur.com/f4OVOqI.png",
107-
"article:publisher": "Codegen, Inc.",
108-
"twitter:site": "@codegen"
109-
},
110-
"indexing": "navigable"
111-
},
112-
"footer": {
113-
"socials": {
114-
"x": "https://x.com/codegen",
115-
"linkedin": "https://linkedin.com/company/codegen-dot-com"
116-
}
117-
},
118-
"integrations": {
119-
"posthog": {
120-
"apiKey": "phc_GLxaINoQJnuyCyxDmTciQqzdKBYFVDkY7bRBO4bDdso"
121-
}
122-
}
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+
},
50+
{
51+
"tab": "API Reference",
52+
"groups": [
53+
{
54+
"group": "Endpoints",
55+
"openapi": {
56+
"source": "/api-reference/openapi3.json",
57+
"directory": "api-reference"
58+
}
59+
}
60+
]
61+
},
62+
{
63+
"tab": "Blog",
64+
"groups": [
65+
{
66+
"group": "Blog",
67+
"pages": ["blog/posts", "blog/devin", "blog/act-via-code"]
68+
}
69+
]
70+
},
71+
{
72+
"tab": "Changelog",
73+
"groups": [
74+
{
75+
"group": "Changelog",
76+
"pages": ["changelog/changelog"]
77+
}
78+
]
79+
}
80+
]
81+
},
82+
"logo": {
83+
"light": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45bf55446746125835_Codegen_Logomark_Light.svg",
84+
"dark": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45a3e32761c42b324b_Codegen_Logomark_Dark.svg"
85+
},
86+
"appearance": {
87+
"default": "dark"
88+
},
89+
"background": {
90+
"decoration": "gradient"
91+
},
92+
"navbar": {
93+
"primary": {
94+
"type": "button",
95+
"label": "GitHub",
96+
"href": "https://github.com/codegen-sh/codegen-sdk"
97+
}
98+
},
99+
"seo": {
100+
"metatags": {
101+
"og:site_name": "Codegen",
102+
"og:title": "Codegen - The SWE that Never Sleeps",
103+
"og:description": "Code agents accessible via API, Slack, Linear, Github, and more.",
104+
"og:url": "https://docs.codegen.com",
105+
"og:locale": "en_US",
106+
"og:logo": "https://i.imgur.com/f4OVOqI.png",
107+
"article:publisher": "Codegen, Inc.",
108+
"twitter:site": "@codegen"
109+
},
110+
"indexing": "navigable"
111+
},
112+
"footer": {
113+
"socials": {
114+
"x": "https://x.com/codegen",
115+
"linkedin": "https://linkedin.com/company/codegen-dot-com"
116+
}
117+
},
118+
"integrations": {
119+
"posthog": {
120+
"apiKey": "phc_GLxaINoQJnuyCyxDmTciQqzdKBYFVDkY7bRBO4bDdso"
121+
}
122+
}
123123
}

0 commit comments

Comments
 (0)