fix: add pentest architecture to sidebar, fix image paths, enable mermaid

- Add vitepress-plugin-mermaid for diagram rendering
- Add Pentest Architecture page to sidebar nav
- Fix image paths (../public/ → / for VitePress public serving)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sharang Parnerkar
2026-03-17 00:16:53 +01:00
parent a912ec9ad9
commit a737c36bc9
4 changed files with 1310 additions and 186 deletions

View File

@@ -8,5 +8,9 @@
},
"devDependencies": {
"vitepress": "^1.6.4"
},
"dependencies": {
"mermaid": "^11.13.0",
"vitepress-plugin-mermaid": "^2.0.17"
}
}