Asqatasun Documentation

References

Organisation of doc.asqatasun.org

  • Documentation website is a static site made with Hugo.
  • The theme used is Learn
  • Old doc website (gitbook) is copied in directory zz-old-gitbook-documentation for historical purpose.

How to clone this repository (beware: submodule inside)

Directory themes/learn/ is a git submodule.

So to clone the repository for the very first time, do:

git clone --recurse-submodules git@gitlab.com:asqatasun/documentation.git

If you already cloned the repos, but the submodule is not present, do:

cd themes/learn/
git submodule update --init --recursive

Reference: How to “git clone” including submodules?