diff --git a/components/TheNav.vue b/components/TheNav.vue index aea33bc9..7af2b831 100644 --- a/components/TheNav.vue +++ b/components/TheNav.vue @@ -4,9 +4,11 @@ const play = usePlaygroundStore() const guide = useGuideStore() const runtime = useRuntimeConfig() const commands = useCommandsStore() +const repo = 'https://github.com/nuxt/learn.nuxt.com' const buildTime = new Date(runtime.public.buildTime) const timeAgo = useTimeAgo(buildTime) +const route = useRoute() function downloadCurrentGuide() { if (!play.webcontainer) @@ -66,6 +68,7 @@ addCommands( :class="guide.embeddedDocs ? 'z-embedded-docs-raised' : ''" > + +
+ + +

About Page

+ diff --git a/pages/index.vue b/pages/index.vue new file mode 100644 index 00000000..08233832 --- /dev/null +++ b/pages/index.vue @@ -0,0 +1,12 @@ +