-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathdocs.json
More file actions
36 lines (36 loc) · 1.59 KB
/
docs.json
File metadata and controls
36 lines (36 loc) · 1.59 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
{
"name": "Clean Framework",
"theme": "#0984E3",
"logo":"/assets/icon_logomark.png",
"logoDark":"/assets/icon_logomark_dark.png",
"favicon":"/assets/icon_logomark.png",
"sidebar": [
["Installation", "/"],
["Basics",[
["Migrating to v2", "/codelabs/clean-framework/migration-guide"],
["Overview","/codelabs/clean-framework/architecture-overview"],
["Project Structure","/codelabs/clean-framework/project-structure"],
["UI Layer","/codelabs/clean-framework/ui-layer"],
["Domain Layer","/codelabs/clean-framework/domain-layer"],
["Changing the Theme", "/codelabs/clean-framework/bonus-theme-example"],
["External Interface Layer","/codelabs/clean-framework/external-interface-layer"],
["Adapter Layer","/codelabs/clean-framework/adapter-layer"],
["Clean Framework vs Others", "/codelabs/clean-framework/architecture-comparison"]
]
],
["Feature Flags",
[
["Introduction", "/codelabs/feature-flag/intro"],
["Download Starter App", "/codelabs/feature-flag/starter"],
["Get Familiar", "/codelabs/feature-flag/get-familiar"],
["Flag Schema", "/codelabs/feature-flag/flag-schema"],
["Feature Provider", "/codelabs/feature-flag/feature-provider"],
["Feature Client", "/codelabs/feature-flag/feature-client"],
["FeatureBuilder", "/codelabs/feature-flag/feature-builder"],
["Using Flags in non-UI code", "/codelabs/feature-flag/non-ui-flag-resolution"],
["Writing tests", "/codelabs/feature-flag/test"]
]
],
["Other Resources", "/resources"]
]
}