Skip to content

aya-prover/aya-prover-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aya Prover Docs

.github/workflows/deploy.yml github pages

The documentation and dev blog for the Aya Prover.

Build

Please use a modern Node.js (version >= 18) and pnpm. See:

pnpm i
# run this to have hot-reloading environment when writing
pnpm dev
# run this to build static files
pnpm build

Add a page to some category

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

Creating a new category

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