This repository contains all the Ritchie CLI official documenation that can currently be found at https://zupit.github.io/docs-ritchie/ and will soon migrate to https://docs.ritchiecli.io.
This documentation uses hugo server.
- Always base your work on the project's
mainbranch, naming your new branch according to the following guide :
Examples: feature/name or fix/name
-
New contents should be added to the
contentfolder. -
Open a new Pull Request for each new content and for each language.
Once you've cloned the site repo, from the repo root folder, run:
hugo server

