-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
48 lines (48 loc) · 1.22 KB
/
docs.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "DRFT",
"description": "Infrastructure-as-code toolkit for Dart. Declare, plan, and manage your infrastructure using type-safe Dart code.",
"github": "appsup-dart/drft",
"logo": "https://raw.githubusercontent.com/appsup-dart/drft/main/logo-icon-only.svg",
"favicon": "https://raw.githubusercontent.com/appsup-dart/drft/main/favicon.svg",
"theme": "#0175C2",
"sidebar": [
[
"Getting Started",
[
["Introduction", "/"],
["Getting Started", "/getting-started"],
["Next Steps", "/next-steps"]
]
],
[
"Core Concepts",
[
["Core Concepts", "/concepts"],
["Architecture", "/architecture"],
["State Management", "/resource-state-provider-relationship"]
]
],
[
"Guides",
[
["Resources", "/resources"],
["Providers", "/providers"],
["Dependent Resources", "/dependent-resources"]
]
],
[
"Provider Guides",
[
["Firebase Provider", "/firebase-provider"],
["App Store Provider", "/appstore-provider"]
]
],
["Examples", "/examples"],
[
"Advanced",
[
["Typed Resource States", "/typed-resource-states"]
]
]
]
}