Mattermost Developer Documentation Build Status

Website for Mattermost developer documentation, built using Hugo. Master is continuously deployed to developers.mattermost.com.

Contributing

Set up steps for Mac OS X:

  1. Install Hugo
brew install hugo
  1. Fork and clone the repo into your ~/Sites/ directory
git clone git@github.com:<yourgithubname>/mattermost-developer-documentation.git ~/Sites/
  1. Run the server
cd ~/Sites/mattermost-developer-documentation/site
hugo server -D
  1. Go to http://localhost:1313 to see the running server

  2. Make your changes (add a new page/post, modify layouts, etc.) and test against local server

  3. Submit a PR