setup: move navigation structure file to the docs folder
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import linkGroups from '@/links.yaml'
|
import linkGroups from '@/docPages/links.yaml'
|
||||||
import BtnWrapper from '~/components/BtnWrapper'
|
import BtnWrapper from '~/components/BtnWrapper'
|
||||||
import Btn from '~/components/Btn'
|
import Btn from '~/components/Btn'
|
||||||
|
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ query {
|
|||||||
</static-query>
|
</static-query>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import linkGroups from '@/links.yaml'
|
import linkGroups from '@/docPages/links.yaml'
|
||||||
import Icon from '@/components/Icon'
|
import Icon from '@/components/Icon'
|
||||||
import PageFooter from '@/components/PageFooter'
|
import PageFooter from '@/components/PageFooter'
|
||||||
import BannerMessage from '@/components/BannerMessage'
|
import BannerMessage from '@/components/BannerMessage'
|
||||||
|
|||||||
Reference in New Issue
Block a user