Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danroth27 committed Jan 14, 2016
1 parent e3096d6 commit dcfb4e0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ Once you have cloned the Docs to your local machine, the following instructions

```pip install -U sphinx_rtd_theme```

5. Navigate to one of the main project subdirectories in the Docs repo - such as `mvc`, `aspnet`, or `webhooks`.
5. Install the Sphinx .NET domain:

6. Run ``make`` (make.bat on Windows, Makefile on Mac/Linux)
```pip install sphinxcontrib-dotnetdomain```

6. Navigate to one of the main project subdirectories in the Docs repo - such as `mvc`, `aspnet`, or `webhooks`.

7. Run ``make`` (make.bat on Windows, Makefile on Mac/Linux)

```make html```

7. Once make completes, the generated docs will be in the .../docs/<project>/_build/html directory. Simply open the `index.html` file in your browser to see the built docs for that project.
8. Once make completes, the generated docs will be in the .../docs/<project>/_build/html directory. Simply open the `index.html` file in your browser to see the built docs for that project.

## Use autobuild to easily view site changes locally ##

Expand Down

0 comments on commit dcfb4e0

Please sign in to comment.