Skip to content

A Decidim projekt dokumentációs oldala Antora-val

Notifications You must be signed in to change notification settings

edemo/decidim-dokumentacio

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

Folders and files

NameName
Last commit message
Last commit date
May 23, 2022
Aug 8, 2022
Sep 16, 2022
May 23, 2022
Sep 3, 2021
Oct 13, 2021
Oct 13, 2021
Aug 4, 2020
Mar 14, 2022
May 23, 2022
May 23, 2022
May 23, 2022
May 24, 2022

Repository files navigation

Decidim Documentation

Netlify Status

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

Install locally

Manually

Install antora with software dependencies.

# Install Node and Npm, for instance using nvm:
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm install node

# 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

# Install Antora and dependencies
npm install

# build the static site
npm run 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

A Decidim projekt dokumentációs oldala Antora-val

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • CSS 19.0%
  • Shell 2.7%
  • Handlebars 0.6%