-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocs.json
More file actions
132 lines (132 loc) · 4.5 KB
/
Copy pathdocs.json
File metadata and controls
132 lines (132 loc) · 4.5 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
125
126
127
128
129
130
131
132
{
"$schema": "https://mintlify.com/docs.json",
"theme": "linden",
"name": "Acai.sh",
"logo": "/logo-word.svg",
"colors": {
"primary": "#930d7a",
"light": "#f765f7",
"dark": "#1a0416"
},
"background": {
"color": {
"dark": "#140411",
"light": "#fcf8fb"
}
},
"footer": {
"socials": {
"github": "https://github.com/acai-sh/cli"
}
},
"integrations": {
"plausible": {
"domain": "acai.sh"
}
},
"navigation": {
"global": {
"anchors": [
{
"anchor": "App (login)",
"href": "https://app.acai.sh",
"icon": "log-in"
},
{
"anchor": "GitHub",
"href": "https://github.com/acai-sh/cli",
"icon": "github"
},
{
"anchor": "Blog",
"href": "/blog",
"icon": "rss"
}
]
},
"tabs": [
{
"tab": "Docs",
"icon": { "name": "house" },
"groups": [
{
"group": "Overview",
"pages": [
"index",
"quickstart",
"cli",
"api",
"dashboard"
]
},
{
"group": "Guides",
"pages": ["spec-driven-development", "agents"],
"icon": { "name": "graduation-cap" }
},
{
"group": "Reference",
"pages": ["feature-yaml"],
"icon": { "name": "book" }
}
]
},
{
"tab": "API Reference",
"openapi": "openapi.json",
"icon": { "name": "file-code" }
},
{
"tab": "Blog",
"icon": "rss",
"groups": [
{
"group": "Blog",
"icon": "rss",
"pages": ["blog/index"]
}
]
}
]
},
"favicon": "/favicon.svg",
"description": "A toolkit for spec-driven development.",
"icons": {
"library": "lucide"
},
"seo": {
"metatags": {
"robots": "index, follow",
"googlebot": "index, follow",
"charset": "UTF-8",
"viewport": "width=device-width, initial-scale=1.0",
"description": "The toolkit for spec-driven development. Write feature specs, not prompts. Ship better software with AI agents that understand your requirements.",
"keywords": "spec-driven development, AI agents, MCP, acceptance criteria, feature requirements, software development, LLM agents, agent workflow",
"author": "acai.sh",
"theme-color": "#930d7a",
"color-scheme": "light dark",
"format-detection": "telephone=no",
"referrer": "origin",
"rating": "general",
"language": "en",
"copyright": "Copyright 2025 Canvis Software LLC",
"distribution": "global",
"category": "Technology",
"HandheldFriendly": "True",
"MobileOptimized": "320",
"apple-mobile-web-app-capable": "yes",
"apple-mobile-web-app-status-bar-style": "black",
"apple-mobile-web-app-title": "acai.sh",
"application-name": "acai.sh",
"og:title": "acai.sh",
"og:type": "website",
"og:url": "https://acai.sh",
"og:description": "The toolkit for spec-driven development. Write feature specs, not prompts. Ship better software with AI agents that understand your requirements.",
"og:site_name": "acai.sh",
"og:locale": "en_US",
"twitter:card": "summary_large_image",
"twitter:title": "acai.sh — Spec-Driven Development Toolkit",
"twitter:description": "The toolkit for spec-driven development. Write feature specs, not prompts. Ship better software with AI agents that understand your requirements."
}
}
}