Document how to develop the documentation

This commit is contained in:
Wilson Silva
2023-09-16 16:25:20 +07:00
parent c27de6d506
commit 3fbc523b18
2 changed files with 49 additions and 2 deletions

View File

@@ -23,6 +23,9 @@ export default defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
]
}
],
},
ignoreDeadLinks: [
/^https?:\/\/localhost/
],
})