mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-26 09:50:31 +01:00
6 lines
528 B
JavaScript
6 lines
528 B
JavaScript
// ROLLUP_NO_REPLACE
|
|
const contentNavigation = "[{\"title\":\"Get Started\",\"_path\":\"/get-started\",\"children\":[{\"title\":\"Installation\",\"_path\":\"/get-started/installation\"},{\"title\":\"Usage\",\"_path\":\"/get-started/usage\"}]},{\"title\":\"Examples\",\"_path\":\"/examples\",\"children\":[{\"title\":\"Basic\",\"_path\":\"/examples/basic\"},{\"title\":\"Multiple Routers\",\"_path\":\"/examples/multiple-routers\"}]}]";
|
|
|
|
export { contentNavigation as default };
|
|
//# sourceMappingURL=content-navigation.mjs.map
|