From edb733ebc7db2d76bdac2611cbd83c5ae36f4fee Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 8 May 2013 21:56:08 -0700 Subject: Super massive docs overhaul * Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work) --- docs/_layouts/default.html | 45 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 7 deletions(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 8015c1587..ae8db92ef 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -5,16 +5,47 @@ {% include header.html %} - + - - {% include docs-nav.html %} + + {% include nav-main.html %} - - {{ content }} + +
+
+

{{ page.title }}

+

{{ page.lead }}

+
- - {% include colophon.html %} +
+
+
+ +
+
+
+ {{ content }} +
+
+ + + + Back to top + + + + {% include colophon.html %} +
{% include footer.html %} -- cgit v1.2.3 From fa4d4e8d88eb8e3e2bb2daba9de3880e93fa5756 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 8 May 2013 22:29:53 -0700 Subject: new docs page headers --- docs/_layouts/default.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ae8db92ef..85e7457b6 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,12 +11,14 @@ {% include nav-main.html %} -
-
+
+

{{ page.title }}

-

{{ page.lead }}

+

{{ page.lead }}

+
+
-- cgit v1.2.3 From d7acf4e82d2e5ba5775b18870fb01ac22264e764 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 8 May 2013 22:42:42 -0700 Subject: more work on the sidenav, including small css refactor and new classes --- docs/_layouts/default.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 85e7457b6..bc9794c5b 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %} - + {% include nav-main.html %} @@ -21,8 +21,8 @@
-
-