docs: remove /dev switch

This commit is contained in:
Benjamin Canac
2024-09-25 12:18:02 +02:00
parent 39b85f11d8
commit a9339ccf2a
18 changed files with 53 additions and 195 deletions

View File

@@ -1,9 +1,7 @@
<script setup lang="ts">
const route = useRoute()
const links = [{
label: 'Horizontal Navigation',
to: `${route.path.startsWith('/dev') ? '/dev' : ''}/components/horizontal-navigation`
to: '/components/horizontal-navigation'
}, {
label: 'Command Palette',
to: '/components/command-palette'