-
Notifications
You must be signed in to change notification settings - Fork 206
/
docs.json
49 lines (49 loc) · 1.37 KB
/
docs.json
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
{
"name": "Melos",
"logo": "/assets/logo.png",
"logoDark": "/assets/logo-dark.png",
"twitter": "invertaseio",
"anchors": [{ "title": "Discord", "icon": "discord", "link": "https://invertase.link/discord" }],
"theme": "#FFA03F",
"favicon": "/assets/logo.png",
"googleAnalytics": "G-Q7ME6WLFEJ",
"sidebar": [
["Overview", "/"],
["Getting Started", "/getting-started"],
["Filters", "/filters"],
[
"Configuration",
[
["Overview", "/configuration/overview"],
["Scripts", "/configuration/scripts"]
]
],
[
"Commands",
[
["analyze", "/commands/analyze"],
["bootstrap", "/commands/bootstrap"],
["clean", "/commands/clean"],
["format", "/commands/format"],
["exec", "/commands/exec"],
["list", "/commands/list"],
["publish", "/commands/publish"],
["run", "/commands/run"],
["version", "/commands/version"]
]
],
["Environment Variables", "/environment-variables"],
["IDE Support", "/ide-support"],
[
"Guides",
[
[
"Manage multi-package Flutter projects",
"https://sagarsuri56.medium.com/managing-multi-package-flutter-projects-with-melos-c8ce96fa7c82"
],
["Automated Releases", "/guides/automated-releases"],
["Migrations", "/guides/migrations"]
]
]
]
}