-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
110 lines (110 loc) · 3.12 KB
/
Copy pathdocs.json
File metadata and controls
110 lines (110 loc) · 3.12 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
{
"$schema": "https://docs.page/schema.json",
"name": "IntentCall",
"description": "Register intents. Call them everywhere.",
"github": "https://github.com/Arenukvern/intentcall",
"theme": {
"defaultTheme": "system"
},
"header": {
"showName": true,
"showThemeToggle": true,
"showGitHubCard": true,
"links": [
{
"title": "GitHub",
"href": "https://github.com/Arenukvern/intentcall"
},
{
"title": "mcp_flutter",
"href": "https://github.com/Arenukvern/mcp_flutter"
}
]
},
"content": {
"headerDepth": 3,
"automaticallyInferNextPrevious": true,
"showPageTitle": true
},
"sidebar": [
{
"group": "Start Here",
"pages": [
{ "title": "Overview", "href": "/" },
{ "title": "How it works", "href": "/start_here/how_it_works" },
{ "title": "Choose your path", "href": "/start_here/choose_your_path" },
{ "title": "Platform support", "href": "/start_here/platform_support" },
{ "title": "Roadmap", "href": "/start_here/roadmap" },
{ "title": "North Star", "href": "/NORTH_STAR" },
{ "title": "Docs map", "href": "/start_here/docs_map" }
]
},
{
"group": "FAQs",
"pages": [
{ "title": "Design FAQ", "href": "/DESIGN_FAQ" },
{ "title": "DX FAQ", "href": "/DX_FAQ" }
]
},
{
"group": "Decisions",
"pages": [
{ "title": "Index", "href": "/decisions/README" },
{
"title": "0010 — IntentCall product name",
"href": "/decisions/0010-adopt-intentcall-product-name"
},
{
"title": "0011 — Agent skills discoverability",
"href": "/decisions/0011-agent-skills-discoverability-for-intentcall"
},
{
"title": "0012 — Platform support tiers",
"href": "/decisions/0012-adopt-platform-support-tiers"
},
{
"title": "0013 — Plan hygiene",
"href": "/decisions/0013-delete-implemented-plans-after-durable-extraction"
},
{
"title": "0014 — Runtime sessions",
"href": "/decisions/0014-own-runtime-sessions-in-intentcall"
}
]
},
{
"group": "Contributing",
"pages": [
{
"title": "Enable docs.page",
"href": "/contributing/enable_docs_page"
}
]
},
{
"group": "Repo root (GitHub)",
"pages": [
{
"title": "README",
"href": "https://github.com/Arenukvern/intentcall/blob/main/README.md"
},
{
"title": "AGENTS.md",
"href": "https://github.com/Arenukvern/intentcall/blob/main/AGENTS.md"
},
{
"title": "CONTRIBUTING",
"href": "https://github.com/Arenukvern/intentcall/blob/main/CONTRIBUTING.md"
},
{
"title": "PRE_RELEASE",
"href": "https://github.com/Arenukvern/intentcall/blob/main/PRE_RELEASE.md"
},
{
"title": "PUBLISHING",
"href": "https://github.com/Arenukvern/intentcall/blob/main/PUBLISHING.md"
}
]
}
]
}