Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 871 Bytes

File metadata and controls

31 lines (19 loc) · 871 Bytes

Egendata - Documentation

Build Status

The documentation is online, and can be found at: https://egendata.github.io/docs

Pre-requisites

Install the Hugo site generator

Run the site

hugo server

Visit http://localhost:1313

Build

hugo

The static site ends up in ./public

Contributing

Changes to the documentation are made to /content. When a change is pushed to master, either via a direct push, or via a PR, Travis builds a new version of the docs. The new build (and only the build) is then deployed to the branch gh-pages in order to keep the commit-history on master clean.