Decidim documentation site
This is the landing page and main website for docs.
If you want to contribute to any of this documents you can make a Pull Request on the documents:
- Documentation Authoring and Publishing Guide
- Administration Manual
- Configuration Tutorial
- Deploy and Admin
- Developers Manual
- Features
- Social Contract
- Whitepaper
To develop this site you need to have the antora packages installed:
npm install -g @antora/cli
npm install -g @antora/site-generator-default
You might need to install the packages libcurl4-openssl-dev
and libssh-dev
for installing antora.
sudo apt install libcurl4-openssl-dev libssh-dev
$ antora site.yml
You can see the generated site on build/
.
node v8.9.4 antora v1.1.1
We recommend using nvm for working with nodejs.
If you see an error:
error: Generator not found or failed to load. Try installing the `@antora/site-generator-default' package.
Add the --stacktrace option to see the cause.
First check out if it's installed correctly. If not, you should check that you're using the correct version of node. We recommend using nvm.
Delete .cache/.
rm -r .cache/
To develop this site locally you should change the site.yml
configuration. Remember to correct it again before making a Pull Request.
- url: &landing /path/to/your/local/docs.decidim.org