-
-
Notifications
You must be signed in to change notification settings - Fork 287
Expand file tree
/
Copy pathdocs.json
More file actions
140 lines (140 loc) · 4.83 KB
/
Copy pathdocs.json
File metadata and controls
140 lines (140 loc) · 4.83 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
133
134
135
136
137
138
139
140
{
"$schema": "https://docs.page/schema.json",
"name": "home_widget",
"description": "Documentation for the home_widget Flutter package and related tools.",
"theme": {
"primary": "#567acb"
},
"content": {
"headerDepth": 4
},
"social": {
"x": "@abausg",
"github": "ABausG/home_widget",
"linkedin": "/in/abausg"
},
"tabs": [
{
"id": "home_widget",
"title": "home_widget",
"href": "/"
},
{
"id": "generator",
"title": "Generator",
"href": "/generator"
},
{
"id": "cli",
"title": "CLI",
"href": "/cli"
}
],
"sidebar": [
{
"tab": "home_widget",
"group": "Getting Started",
"pages": [
{ "title": "Overview", "href": "/index" },
{ "title": "Sync Data", "href": "/usage/sync-data" },
{ "title": "Update Widget", "href": "/usage/update-widget" }
]
},
{
"tab": "home_widget",
"group": "Platform Setup",
"pages": [
{ "title": "iOS", "href": "/setup/ios" },
{ "title": "Android", "href": "/setup/android" }
]
},
{
"tab": "home_widget",
"group": "Features",
"pages": [
{ "title": "Render Flutter Widgets", "href": "/features/render-flutter-widgets" },
{ "title": "Interactive Widgets", "href": "/features/interactive-widgets" },
{ "title": "Detect Clicks", "href": "/features/detect-clicks" },
{ "title": "Analytics", "href": "/features/analytics" },
{ "title": "Save files and images", "href": "/features/save-files" },
{ "title": "Configurable Widgets", "href": "/features/configurable-widgets" },
{ "title": "iOS Lock Screen Widgets", "href": "/features/ios-lock-screen" },
{ "title": "Pin Widget (Android)", "href": "/features/pin-widget" },
{ "title": "Background Updates", "href": "/features/background-updates" }
]
},
{
"tab": "home_widget",
"group": "Migrations",
"pages": [
{ "title": "0.9.0", "href": "/migrations/0.9.0" },
{ "title": "Swift Package Manager", "href": "/migrations/swift-package-manager" }
]
},
{
"tab": "home_widget",
"group": "Android XML",
"pages": [
{ "title": "Overview", "href": "/android-xml/overview" },
{ "title": "Setup", "href": "/android-xml/setup" },
{ "title": "Render Flutter Widgets", "href": "/android-xml/render-flutter-widget" },
{ "title": "Interactive Widgets", "href": "/android-xml/interactive-widgets" },
{ "title": "Detect Clicks", "href": "/android-xml/detect-clicks" }
]
},
{
"tab": "generator",
"group": "Getting Started",
"pages": [
{ "title": "Overview", "href": "/generator" },
{ "title": "Getting Started", "href": "/generator/getting-started" },
{ "title": "Annotation", "href": "/generator/annotation" },
{ "title": "Data Types", "href": "/generator/data" },
{ "title": "Localization", "href": "/generator/localization" },
{ "title": "Time-based Content", "href": "/generator/timed-data" }
]
},
{
"tab": "generator",
"group": "Widgets",
"pages": [
{ "title": "Overview", "href": "/generator/widgets" },
{ "title": "HWAdaptive", "href": "/generator/widgets/hw-adaptive" },
{ "title": "HWColoredBox", "href": "/generator/widgets/hw-colored-box" },
{ "title": "HWColumn", "href": "/generator/widgets/hw-column" },
{ "title": "HWConditional", "href": "/generator/widgets/hw-conditional" },
{ "title": "HWDataOnly", "href": "/generator/widgets/hw-data-only" },
{ "title": "HWDecoratedBox", "href": "/generator/widgets/hw-decorated-box" },
{ "title": "HWFill", "href": "/generator/widgets/hw-fill" },
{ "title": "HWPadding", "href": "/generator/widgets/hw-padding" },
{ "title": "HWRow", "href": "/generator/widgets/hw-row" },
{ "title": "HWText", "href": "/generator/widgets/hw-text" }
]
},
{
"tab": "generator",
"group": "Styling",
"pages": [
{ "title": "Overview", "href": "/generator/styling" },
{ "title": "HWAlignment", "href": "/generator/styling/hw-alignment" },
{ "title": "HWBoxDecoration", "href": "/generator/styling/hw-box-decoration" },
{ "title": "HWColor", "href": "/generator/styling/hw-color" },
{ "title": "HWEdgeInsets", "href": "/generator/styling/hw-edge-insets" },
{ "title": "HWTextStyle", "href": "/generator/styling/hw-text-style" }
]
},
{
"tab": "cli",
"pages": [
{ "title": "Overview", "href": "/cli" },
{
"group": "Commands",
"pages": [
{ "title": "create", "href": "/cli/create" },
{ "title": "generate", "href": "/cli/generate" }
]
}
]
}
]
}