setup: move navigation structure file to the docs folder

This commit is contained in:
Hans Pagel
2021-08-23 23:17:59 +02:00
parent 3664e3b1b0
commit 415235e2b5
3 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
</template>
<script>
import linkGroups from '@/links.yaml'
import linkGroups from '@/docPages/links.yaml'
import BtnWrapper from '~/components/BtnWrapper'
import Btn from '~/components/Btn'

View File

@@ -145,7 +145,7 @@ query {
</static-query>
<script>
import linkGroups from '@/links.yaml'
import linkGroups from '@/docPages/links.yaml'
import Icon from '@/components/Icon'
import PageFooter from '@/components/PageFooter'
import BannerMessage from '@/components/BannerMessage'