Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.09 KB

How to propose changes to open-source software using GitHub pull requests

Contributing to the docs

The documentation for this site is published via Sphinx and written in Markdown files in the docs directory.

An edit there followed by push to the master branch on GitHub will trigger the docs being redeployed to https://palewi.re/docs/first-pull-request/.

Running the docs locally

Fork the repository and clone it to your computer. Then enter the directory and install the dependencies with pipenv.

pipenv install --dev

Start the test server.

make

Visit localhost:8000 in your browser and you should see the site. Edits you make in the /docs/ folder should show up automatically.