Files
Chris Mills ae69e1f57d Fix 404s within documentation (#1644)
Signed-off-by: Chris Mills <millscj01@gmail.com>
2020-06-29 19:38:05 +01:00

786 B

title, date, weight, LastModifierDisplayName, LastModifierEmail
title date weight LastModifierDisplayName LastModifierEmail
Docs 2018-11-01T13:58:58-07:00 2 Marwan marwan.sameer@gmail.com

Contributing To Docs

Contributing to docs is just as important, if not more important than, writing code. We use GoHugo to run this website. So if you'd like to improve it, here's how you can run it locally:

  1. Install the Hugo binary: https://github.com/gohugoio/hugo#choose-how-to-install
  2. cd ./docs && hugo server

The Hugo server will run on http://localhost:1313 and it will automatically watch your files and update the website every time you make a change.

Alternatively you can run our custom docker image as outlined here