Skip to content

Commit f503884

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

File tree

1 file changed

+132
-132
lines changed

1 file changed

+132
-132
lines changed

docs/docs.json

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

0 commit comments

Comments
 (0)