Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
enabling search
Browse files Browse the repository at this point in the history
  • Loading branch information
csells committed Jan 21, 2022
1 parent 8f4a44e commit 2cb04ef
Showing 1 changed file with 102 additions and 25 deletions.
127 changes: 102 additions & 25 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,117 @@
"name": "go_router",
"zoomImages": "false",
"zoomImages-Comment": "turning off zoom site-wide to enable images w/ links",
"docsearch": {
"appId": "VFJ1638LIS",
"apiKey": "2ff50d339da84829e844f7ec73c0708d",
"indexName": "gorouter"
},
"sidebar": [
[
"Welcome",
[
["Overview", "/"],
["Contributors", "/contributors"],
["Changelog", "/changelog"],
["Migrating to 3.0", "/migrating-to-30"],
["Migrating to 2.5", "/migrating-to-25"],
["Migrating to 2.0", "/migrating-to-20"]
[
"Overview",
"/"
],
[
"Contributors",
"/contributors"
],
[
"Changelog",
"/changelog"
],
[
"Migrating to 3.0",
"/migrating-to-30"
],
[
"Migrating to 2.5",
"/migrating-to-25"
],
[
"Migrating to 2.0",
"/migrating-to-20"
]
]
],
["Getting Started", "/getting-started"],
["Declarative Routing", "/declarative-routing"],
["Navigation", "/navigation"],
["Parameters", "/parameters"],
["Sub-routes", "/sub-routes"],
["Redirection", "/redirection"],
["Named Routes", "/named-routes"],
["User Input", "/user-input"],
["URL Path Strategy", "/url-path-strategy"],
["Debugging Your Routes", "/debugging"],
["Examples", "/examples"],
["Issues", "/issues"],
[
"Getting Started",
"/getting-started"
],
[
"Declarative Routing",
"/declarative-routing"
],
[
"Navigation",
"/navigation"
],
[
"Parameters",
"/parameters"
],
[
"Sub-routes",
"/sub-routes"
],
[
"Redirection",
"/redirection"
],
[
"Named Routes",
"/named-routes"
],
[
"User Input",
"/user-input"
],
[
"URL Path Strategy",
"/url-path-strategy"
],
[
"Debugging Your Routes",
"/debugging"
],
[
"Examples",
"/examples"
],
[
"Issues",
"/issues"
],
[
"Advanced Routing",
[
["Transitions", "/transitions"],
["Async Data", "/async-data"],
["Nested Navigation", "/nested-navigation"],
["Navigator Builder", "/navigator-builder"],
["Web History", "/web-history"],
["Type Routing Proposal", "/typed-routing"]
[
"Transitions",
"/transitions"
],
[
"Async Data",
"/async-data"
],
[
"Nested Navigation",
"/nested-navigation"
],
[
"Navigator Builder",
"/navigator-builder"
],
[
"Web History",
"/web-history"
],
[
"Type Routing Proposal",
"/typed-routing"
]
]
]
]
}
}

0 comments on commit 2cb04ef

Please sign in to comment.