Skip to content

Commit

Permalink
mo contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
develephant committed Oct 26, 2016
1 parent 733e469 commit 58f579a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIB.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ First navigate to the directory that contains the `mkdocs.yml` file and then run
mkdocs serve
```

You should receive some console output providing the local content address. Generally your content will be served at `http://127.0.0.1:8000`

> Change the port by adding it to the `serve` command (`mkdocs serve <port>`)
## HTML Compile

If you'd like an "offline" build of the compiled documentation site, navigate to the directory that holds the `mkdocs.yml` and run:
Expand Down

0 comments on commit 58f579a

Please sign in to comment.