This website is built using Antora. This site is deployed via GitHub pages at https://riscv-admin.github.io/antora-dev.riscv.org/.
Install / antora dependencies (Ubuntu)
sudo apt-get install ruby-full
gem install bundler
bundle install
npm installTo run the site with search run the following 2 commands:
Install / run antora
cd antora
npx antora --fetch antora-playbook.yml --stacktraceThis command generates static content into the antora/build/ directory and can be served using any static contents hosting service.
URL behavior note:
- The playbook is configured for explicit version folders (for example,
/isa/v20260120/...). - Do not enable
urls.latest_version_segmentunless you intentionally want a symbolic latest path such as/isa/current/....
This project deploys using GitHub pages for hosting.