docs(rebuild): Include new http api preferences docs in menus (#5194)

This updates the mkdocs.yml source file such that the HTTP Preferences
API is included in the website navigation bar and in the HTTP API
overview page.

This commit also refreshes the docs/README.md file with more verbose
instructions for building and viewing the documentation locally.

* Original issue: #5069 Document org & user preferences HTTP docs
* Original PR: #5087

Closes #5193
This commit is contained in:
Tim Bielawa
2016-05-27 08:58:42 +02:00
committed by Torkel Ödegaard
parent 696fad702f
commit 2b9d260686
2 changed files with 49 additions and 5 deletions
+1
View File
@@ -84,6 +84,7 @@ pages:
- ['http_api/user.md', 'API', 'User API']
- ['http_api/admin.md', 'API', 'Admin API']
- ['http_api/snapshot.md', 'API', 'Snapshot API']
- ['http_api/preferences.md', 'API', 'Preferences API']
- ['http_api/other.md', 'API', 'Other API']
- ['plugins/index.md', 'Plugins', 'Overview']