Documentation site for the FIDO4VC project — published at https://fido4vc.github.io.
Built with Astro Starlight.
npm install
npm run devSite runs at http://localhost:4321.
npm run buildOutput goes to dist/.
The site is deployed via GitHub Actions on push to main. The workflow runs npm ci && npm run build and publishes the dist/ directory to GitHub Pages.
Repo Settings → Pages → Source should be set to "GitHub Actions".
All content lives in src/content/docs/ as .mdx files. The sidebar structure is defined in astro.config.mjs.
Figures from the research paper are mirrored into public/figures/.
Content is © FIDO4VC project authors. Code (Astro config, templates) is MIT-licensed.