Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

decidim-archive/docs.decidim.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs.decidim.org

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:

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

Run

$ antora site.yml

You can see the generated site on build/.

Dependencies

node v8.9.4 antora v1.1.1

We recommend using nvm for working with nodejs.

Troubleshooting

@antora/site-generator-default package

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.

Old UI / caching issues

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

Releases

No releases published

Packages

No packages published