diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index a15a6c622..ab16b6033 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -61,8 +61,8 @@ layout: default - - Table of Contents + + Table of Contents {% for item in site.data.nav.docsnav %} @@ -79,24 +79,18 @@ layout: default - - - - - {{ page.title }} - - - - - + + {{ page.title }} + + {% toc %} + {{ content }} - diff --git a/docs/css/creative.min.css b/docs/css/creative.min.css index c43cd80fa..ee314e53a 100755 --- a/docs/css/creative.min.css +++ b/docs/css/creative.min.css @@ -327,4 +327,9 @@ padding: 10px 20px; border: 1px solid #212529; border-radius: 0px; border-left: 10px solid #212529; +} + +/* Page Title */ +.allcaps { + text-transform: uppercase } \ No newline at end of file