Website for Mattermost developer documentation, built using Hugo. Master is continuously deployed to developers.mattermost.com.
- Follow Hugo documentation to install Hugo
# Eg. for Mac OS X
brew install hugo
- Fork and clone the repository
git clone [email protected]:<yourgithubname>/mattermost-developer-documentation.git
- Start the development server
make run
-
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