Skip to content

Commit

Permalink
refacto ♻️: remove the guide link for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBx committed Nov 24, 2024
1 parent 4aaa140 commit 8dd2a90
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"hash": "278c3013",
"configHash": "b9a6cfb3",
"lockfileHash": "4816137b",
"browserHash": "617b4698",
"optimized": {
"vue": {
"src": "../../../../node_modules/.pnpm/[email protected]/node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "4bc966b9",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/.pnpm/@[email protected]/node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "7c5d0e42",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "8fae8d66",
"needsInterop": false
}
},
"chunks": {
"chunk-JN5NFW2R": {
"file": "chunk-JN5NFW2R.js"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
logo: '/logo.png',
nav: [
{ text: 'Accueil', link: '/' },
{ text: 'Guide', link: '/guide/' },
// { text: 'Guide', link: '/guide/' },
{ text: 'Ressources', link: '/ressources' },
],
sidebar: [
Expand Down

0 comments on commit 8dd2a90

Please sign in to comment.