The documentation and dev blog for the Aya Prover.
Please use a modern Node.js (version >= 18) and pnpm
. See:
- https://deb.nodesource.com/setup_20.x (latest when this doc is written)
- https://pnpm.io/installation
pnpm i
# run this to have hot-reloading environment when writing
pnpm dev
# run this to build static files
pnpm build
All markdown files are under /src/
. To add a page simply create a .md
file in one subdirectory. GitHub flavored markdown and LaTeX are (WIP).
To have this page shown in the sidebar, edit /src/.vitepress/config.ts
.
See VitePress sidebar
Simply create a new subdirectory under /src/
And add files. Each category must contain an index.md
which will be its homepage.
To have this category shown in the navbar, edit /src/.vuepress/config.ts
.
See VitePress navbar