Skip to content

Documentation site for Decidim project built with Antora

Notifications You must be signed in to change notification settings

codePau/documentation

This branch is 201 commits behind decidim/documentation:develop.

Folders and files

NameName
Last commit message
Last commit date
Feb 12, 2021
Sep 3, 2021
Nov 25, 2021
Oct 7, 2020
Sep 3, 2021
Oct 13, 2021
Oct 13, 2021
Aug 4, 2020
Sep 3, 2021
Oct 13, 2021
Sep 15, 2020
Jun 30, 2021
Jan 22, 2021

Repository files navigation

Decidim Documentation

Netlify Status

This is the new repository for the Decidim Documentation website. Is built with Antora.

Install locally

Manually

Install antora with software dependencies.
# Install Node & npm using nvm
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm install node

# Install Antora and dependencies
npm install

If antora installation succeed, antora -v will return antora's version.

Clone repository and build documentation website.
git clone https://github.com/decidim/documentation
cd documentation
./bin/build

The generated website will be create under build/site/ folder. Open index.html with any browser.

xdg-open build/site/index.html

Docker

You can check this locally and install with Docker.

git clone https://github.com/decidim/documentation
cd documentation
./bin/dbuild
xdg-open build/site/index.html

About

Documentation site for Decidim project built with Antora

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.8%
  • Handlebars 35.8%
  • Shell 7.4%