setup: move navigation structure file to the docs folder
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user