vapor-docs/.github/CONTRIBUTING.md

698 B

Contributing to Vapor Docs

Found a mistake or want to add something? Fork the documentation, fix it, and submit a pull request.

We'll merge it as soon as we can.

Thanks!

Developing

1.0

Install couscous through Composer and run couscous preview

2.0+

Install Homebrew.

See Homebrew

Install Python 3.

brew install python3

Install MkDocs and MkDocs Material theme.

pip3 install mkdocs
pip3 install mkdocs-material

Run with mkdocs serve

Maintainers

See https://github.com/vapor/vapor/blob/master/.github/maintainers.md for more information.