Mattermost Developer Documentation
Website for Mattermost developer documentation, built using Hugo. Master is continuously deployed to developers.mattermost.com.
Contributing
Set up steps for Mac OS X:
- Install Hugo
brew install hugo
- Fork and clone the repo into your ~/Sites/ directory
git clone git@github.com:<yourgithubname>/mattermost-developer-documentation.git ~/Sites/
- Run the server
cd ~/Sites/mattermost-developer-documentation/site
hugo server -D
-
Go to http://localhost:1313 to see the running server
-
Make your changes (add a new page/post, modify layouts, etc.) and test against local server
-
Submit a PR