Skip to content

mergado/docs

Repository files navigation

Mergado Apps Documentation

The official documentation for Mergado Apps platform.

This documentation is created with Jekyll (official documentation) and then served as GitHub pages.

Contributing

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:

  • git
  • docker

You can clone this repo with git:

git clone [email protected]:mergado/docs.git mergado-docs

Locally served pages

A convenience Docker-based script for building and serving pages locally is available:

./bin/local.sh

This will run start Jekyll and serve the final site at http://localhost:4000/ by default.

Creating new pages

Usually, you only need to run the following command which generates HTML files into ./_site:

python ./bin/jekyll-page

If you want to create a new section to appear in the navigation, edit the _config.yml in root of the repository:

About

Mergado Apps Documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13