forked from csells/go_router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.json
39 lines (38 loc) · 1.12 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
{
"name": "go_router",
"zoomImages": "false",
"zoomImages-Comment": "turning off zoom site-wide to enable images w/ links",
"sidebar": [
[
"Welcome",
[
["Overview", "/"],
["Contributors", "/contributors"],
["Changelog", "/changelog"],
["Migrating to 2.x", "/migrating"]
]
],
["Getting Started", "/getting-started"],
["Declarative Routing", "/declarative-routing"],
["Navigation", "/navigation"],
["Parameters", "/parameters"],
["Sub-routes", "/sub-routes"],
["Redirection", "/redirection"],
["Named Routes", "/named-routes"],
["URL Path Strategy", "/url-path-strategy"],
["Debugging Your Routes", "/debugging"],
["Examples", "/examples"],
["Issues", "/issues"],
[
"Advanced Routing",
[
["Custom Transitions", "/custom-transitions"],
["Async Data", "/async-data"],
["Nested Navigation", "/nested-navigation"],
["Navigator Builder", "/navigator-builder"],
["Navigator Integration", "/navigator-integration"],
["Type Routing Proposal", "/typed-routing"]
]
]
]
}