The official documentation for Mergado Apps platform.
This documentation is created with Jekyll (official documentation) and then served as GitHub pages.
Much of the complexity of preparing Jekyll (installing Ruby, dependencies and whatnot) is hidden thanks to our Docker-based tooling. Only a few things are required if you want to have these docs served locally:
gitdocker
You can clone this repo with git:
git clone [email protected]:mergado/docs.git mergado-docsA convenience Docker-based script for building and serving pages locally is available:
./bin/local.shThis will run start Jekyll and serve the final site at http://localhost:4000/ by default.
Usually, you only need to run the following command which generates HTML files into ./_site:
python ./bin/jekyll-pageIf you want to create a new section to appear in the navigation, edit the _config.yml in root of the repository: