Skip to content

Commit 64c7c8b

Browse files
Automated pre-commit update
1 parent 28700cc commit 64c7c8b

File tree

1 file changed

+144
-144
lines changed

1 file changed

+144
-144
lines changed

docs/docs.json

Lines changed: 144 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -1,146 +1,146 @@
11
{
2-
"$schema": "https://mintlify.com/docs.json",
3-
"theme": "maple",
4-
"name": "Codegen Documentation",
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/jira",
38-
"integrations/notion",
39-
"integrations/figma",
40-
"integrations/circleci",
41-
"integrations/web-search",
42-
"integrations/postgres"
43-
]
44-
},
45-
{
46-
"group": "Sandboxes",
47-
"pages": [
48-
"sandboxes/overview",
49-
"sandboxes/setup-commands",
50-
"sandboxes/image-snapshots",
51-
"sandboxes/environment-variables",
52-
"sandboxes/secrets",
53-
"sandboxes/editor",
54-
"sandboxes/web-preview"
55-
]
56-
},
57-
{
58-
"group": "Settings",
59-
"pages": ["settings/repo-rules", "settings/model-configuration"]
60-
}
61-
]
62-
},
63-
{
64-
"tab": "API Reference",
65-
"groups": [
66-
{
67-
"group": "Endpoints",
68-
"openapi": {
69-
"source": "/api-reference/openapi3.json",
70-
"directory": "api-reference"
71-
}
72-
},
73-
{
74-
"group": "Guides",
75-
"pages": ["api-reference/agent-run-logs"]
76-
}
77-
]
78-
},
79-
{
80-
"tab": "Blog",
81-
"groups": [
82-
{
83-
"group": "Blog",
84-
"pages": ["blog/posts", "blog/devin", "blog/act-via-code"]
85-
}
86-
]
87-
},
88-
{
89-
"tab": "Changelog",
90-
"groups": [
91-
{
92-
"group": "Changelog",
93-
"pages": ["changelog/changelog"]
94-
}
95-
]
96-
}
97-
]
98-
},
99-
"logo": {
100-
"light": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45bf55446746125835_Codegen_Logomark_Light.svg",
101-
"dark": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45a3e32761c42b324b_Codegen_Logomark_Dark.svg"
102-
},
103-
"appearance": {
104-
"default": "dark"
105-
},
106-
"background": {
107-
"decoration": "gradient"
108-
},
109-
"navbar": {
110-
"primary": {
111-
"type": "button",
112-
"label": "GitHub",
113-
"href": "https://github.com/codegen-sh/codegen-sdk"
114-
}
115-
},
116-
"seo": {
117-
"metatags": {
118-
"og:site_name": "Codegen Documentation",
119-
"og:title": "Codegen Documentation - 10x Your Engineering",
120-
"og:description": "Complete documentation for Codegen, the AI-powered software engineering agent. Learn how to integrate with GitHub, Slack, Linear, and more.",
121-
"og:url": "https://docs.codegen.com",
122-
"og:locale": "en_US",
123-
"og:logo": "https://i.imgur.com/f4OVOqI.png",
124-
"article:publisher": "Codegen, Inc.",
125-
"twitter:site": "@codegen"
126-
},
127-
"indexing": "navigable"
128-
},
129-
"footer": {
130-
"socials": {
131-
"x": "https://x.com/codegen",
132-
"linkedin": "https://linkedin.com/company/codegen-dot-com"
133-
}
134-
},
135-
"integrations": {
136-
"posthog": {
137-
"apiKey": "phc_GLxaINoQJnuyCyxDmTciQqzdKBYFVDkY7bRBO4bDdso"
138-
}
139-
},
140-
"head": [
141-
{
142-
"tag": "script",
143-
"content": "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-T7G5S78D');"
144-
}
145-
]
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "maple",
4+
"name": "Codegen Documentation",
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/jira",
38+
"integrations/notion",
39+
"integrations/figma",
40+
"integrations/circleci",
41+
"integrations/web-search",
42+
"integrations/postgres"
43+
]
44+
},
45+
{
46+
"group": "Sandboxes",
47+
"pages": [
48+
"sandboxes/overview",
49+
"sandboxes/setup-commands",
50+
"sandboxes/image-snapshots",
51+
"sandboxes/environment-variables",
52+
"sandboxes/secrets",
53+
"sandboxes/editor",
54+
"sandboxes/web-preview"
55+
]
56+
},
57+
{
58+
"group": "Settings",
59+
"pages": ["settings/repo-rules", "settings/model-configuration"]
60+
}
61+
]
62+
},
63+
{
64+
"tab": "API Reference",
65+
"groups": [
66+
{
67+
"group": "Endpoints",
68+
"openapi": {
69+
"source": "/api-reference/openapi3.json",
70+
"directory": "api-reference"
71+
}
72+
},
73+
{
74+
"group": "Guides",
75+
"pages": ["api-reference/agent-run-logs"]
76+
}
77+
]
78+
},
79+
{
80+
"tab": "Blog",
81+
"groups": [
82+
{
83+
"group": "Blog",
84+
"pages": ["blog/posts", "blog/devin", "blog/act-via-code"]
85+
}
86+
]
87+
},
88+
{
89+
"tab": "Changelog",
90+
"groups": [
91+
{
92+
"group": "Changelog",
93+
"pages": ["changelog/changelog"]
94+
}
95+
]
96+
}
97+
]
98+
},
99+
"logo": {
100+
"light": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45bf55446746125835_Codegen_Logomark_Light.svg",
101+
"dark": "https://cdn.prod.website-files.com/67070304751b9b01bf6a161c/679bcf45a3e32761c42b324b_Codegen_Logomark_Dark.svg"
102+
},
103+
"appearance": {
104+
"default": "dark"
105+
},
106+
"background": {
107+
"decoration": "gradient"
108+
},
109+
"navbar": {
110+
"primary": {
111+
"type": "button",
112+
"label": "GitHub",
113+
"href": "https://github.com/codegen-sh/codegen-sdk"
114+
}
115+
},
116+
"seo": {
117+
"metatags": {
118+
"og:site_name": "Codegen Documentation",
119+
"og:title": "Codegen Documentation - 10x Your Engineering",
120+
"og:description": "Complete documentation for Codegen, the AI-powered software engineering agent. Learn how to integrate with GitHub, Slack, Linear, and more.",
121+
"og:url": "https://docs.codegen.com",
122+
"og:locale": "en_US",
123+
"og:logo": "https://i.imgur.com/f4OVOqI.png",
124+
"article:publisher": "Codegen, Inc.",
125+
"twitter:site": "@codegen"
126+
},
127+
"indexing": "navigable"
128+
},
129+
"footer": {
130+
"socials": {
131+
"x": "https://x.com/codegen",
132+
"linkedin": "https://linkedin.com/company/codegen-dot-com"
133+
}
134+
},
135+
"integrations": {
136+
"posthog": {
137+
"apiKey": "phc_GLxaINoQJnuyCyxDmTciQqzdKBYFVDkY7bRBO4bDdso"
138+
}
139+
},
140+
"head": [
141+
{
142+
"tag": "script",
143+
"content": "(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-T7G5S78D');"
144+
}
145+
]
146146
}

0 commit comments

Comments
 (0)