Implement left navigation table of contents for documentation

Changing the TOC for the documentation to use a floating left navigation
instead of at the top of the page. This will improve content
discoverability and readability.

Change-Id: Ibbdaddbdc2e18a3fe35c126f4074cd9e079449ee
This commit is contained in:
David Shevitz 2017-06-21 15:55:26 -07:00
parent 8f5fb55b91
commit 91145c9e5c

View File

@ -1,6 +1,6 @@
def documentation_attributes():
return [
"toc",
"toc2",
'newline="\\n"',
'asterisk="*"',
'plus="+"',