Aragon website • Developer Portal • Join our Developer Community
Aragon's Developer Portal holds all documentation developers need to kickstart their journey building with the Aragon OSx stack. You can find it in production here.
This website is built using Antora, a static multi-repo website generator for technical documentations.
yarn
cd ui && yarn && yarn build
$ yarn build:local
For this command to work, you need to create playbook-local-only.yml
. For reference, you can use playbook-master.yml
or playbook-staging.yml
to fill in the information.
Edit the playbook-master.yml (or playbook-staging.yml) file by adding the new repository under "sources", with the branch or branches that should be deployed, and the path where the antora.yml
file is. To show it in the sidebar, add the name from the repo's antora.yml in navigation.hbs, and add an svg icon inside the icons folder matching the name.