Skip to content

Commit

Permalink
feat: activate deadlinks detection (#113)
Browse files Browse the repository at this point in the history
* feat: activate deadlinks detection

* feat: ignore localhost links

* feat: update theme deps
  • Loading branch information
bojanrajh authored Dec 6, 2023
1 parent be0a15a commit cc4d290
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ export default withMermaid(defineConfigWithTheme<ThemeConfig>({
]
],

// tmp?
ignoreDeadLinks: true,

themeConfig: {
...navigation, // add sidebar and nav config

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cross-env": "^7.0.3",
"terser": "^5.22.0",
"vitepress": "1.0.0-rc.25",
"vitepress-shopware-docs": "^1.0.28",
"vitepress-shopware-docs": "^1.0.29",
"vue": "^3.3.6"
},
"devDependencies": {
Expand All @@ -39,10 +39,10 @@
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@originjs/vite-plugin-require-context": "^1.0.9",
"@playwright/test": "1.39.0",
"@shopware-docs/cli": "^1.0.28",
"@shopware-docs/storybook": "^1.0.28",
"@shopware-docs/vitepress": "^1.0.28",
"@shopware-docs/vitest": "^1.0.28",
"@shopware-docs/cli": "^1.0.29",
"@shopware-docs/storybook": "^1.0.29",
"@shopware-docs/vitepress": "^1.0.29",
"@shopware-docs/vitest": "^1.0.29",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
Expand Down
54 changes: 29 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc4d290

Please sign in to comment.