Mattermost Developer Documentation Mattermost dev docs status badge

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

Contributing

  1. Follow Hugo documentation to install Hugo
# Eg. for Mac OS X
brew install hugo
  1. Fork and clone the repository
git clone git@github.com:<yourgithubname>/mattermost-developer-documentation.git
  1. Start the development server
make run
  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