Updates linkchecker and fixes up the doc contribution sections (#24660)

* Update yarn linkchecker

* Fix edit page links. Fix contribution pages
This commit is contained in:
Hamish Willee
2025-04-03 12:41:56 +11:00
committed by GitHub
parent db97dd471d
commit 27ff547e07
5 changed files with 56 additions and 27 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"docs:gen_alt_sidebar_ubuntu": "python3 ./scripts/gen_alt_sidebar.py",
"docs:get_alt_sidebar_windows": "python ./scripts/gen_alt_sidebar.py",
"start": "yarn docs:dev",
"linkcheck": "markdown_link_checker_sc -d en -i assets"
"linkcheck": "markdown_link_checker_sc -r .. -d docs -e en -i assets"
},
"dependencies": {
"@red-asuka/vitepress-plugin-tabs": "^0.0.3",