Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 392 Bytes

VocaDB Wiki

This repository hosts the content and the code for the VocaDB Wiki.

Adding content

All of the wiki pages are written in markdown and available at src/content/docs. Changes to this repo are automatically deployed.

  • Sidebar categories are configured at 'src/components/navigationConfig.ts'
  • Page redirects are configured at 'astro.config.mjs'