From c81be7792990a2da0d60bf61b876db85bba9a61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laussel=20Lo=C3=AFc?= Date: Fri, 5 May 2017 11:10:28 +0200 Subject: Add missing
element to documentation includes explicit `role="main"` for IE10/IE11 compatibility --- docs/_layouts/default.html | 4 ++-- docs/_layouts/docs.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/_layouts') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index dab3d5665..e3642ac6d 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -12,9 +12,9 @@ {% include nav-home.html %} -
+
{{ content }} -
+
{% include footer.html %} diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 4c719c5d8..c44275f1f 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -24,10 +24,10 @@
{% include nav-docs.html %}
-
+

{{ page.title }}

{{ content }} -
+ -- cgit v1.2.3 From c91da107ad4af99360625bd0634f9e84085301ab Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 17:30:07 -0700 Subject: make the body full width --- docs/_layouts/docs.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'docs/_layouts') diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index c44275f1f..6c6e17fd5 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -12,20 +12,15 @@ {% include nav-home.html %} -
-
- {% include page-headers.html %} - {% include ads.html %} -
-
- -
+
-
+
{% include nav-docs.html %}
-
+

{{ page.title }}

+

{{ page.description }}

+ {% include ads.html %} {{ content }}
-- cgit v1.2.3 From 5b66579e4de3983bffaa73c730f9221d4a7b0d5e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 18:24:00 -0700 Subject: make it big screen friendly --- docs/_layouts/docs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_layouts') diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 6c6e17fd5..540c4c733 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -13,11 +13,11 @@ {% include nav-home.html %}
-
+
{% include nav-docs.html %}
-
+

{{ page.title }}

{{ page.description }}

{% include ads.html %} -- cgit v1.2.3 From a3f7639728449b5e14e52a7c72141f7d8b08d596 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 21:44:42 -0700 Subject: swap kramdown toc for jekyll-toc plugin, update page layout to only show on xl and above --- docs/_layouts/docs.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/_layouts') diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 540c4c733..58b9482c0 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -17,12 +17,18 @@
{% include nav-docs.html %}
-
+

{{ page.title }}

{{ page.description }}

{% include ads.html %} {{ content }}
+ + {% if page.toc %} +
+ {{ content | toc_only }} +
+ {% endif %}
-- cgit v1.2.3 From c043c0a5baf3c3b55cbb8dfdcbcd2e8cb152bde3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 21:40:05 -0700 Subject: remove footer from docs pages --- docs/_layouts/docs.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/_layouts') diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 58b9482c0..7bbb06b87 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -31,7 +31,5 @@ {% endif %}
- - {% include footer.html %} -- cgit v1.2.3 From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/_layouts/default.html | 21 --------------------- docs/_layouts/docs.html | 35 ----------------------------------- docs/_layouts/home.html | 19 ------------------- docs/_layouts/simple.html | 17 ----------------- 4 files changed, 92 deletions(-) delete mode 100644 docs/_layouts/default.html delete mode 100644 docs/_layouts/docs.html delete mode 100644 docs/_layouts/home.html delete mode 100644 docs/_layouts/simple.html (limited to 'docs/_layouts') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html deleted file mode 100644 index e3642ac6d..000000000 --- a/docs/_layouts/default.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - {% include header.html %} - - - -
- Skip to main content -
-
- - {% include nav-home.html %} - -
- {{ content }} -
- - {% include footer.html %} - - diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html deleted file mode 100644 index 7bbb06b87..000000000 --- a/docs/_layouts/docs.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - {% include header.html %} - - - -
- Skip to main content -
-
- - {% include nav-home.html %} - -
-
-
- {% include nav-docs.html %} -
-
-

{{ page.title }}

-

{{ page.description }}

- {% include ads.html %} - {{ content }} -
- - {% if page.toc %} -
- {{ content | toc_only }} -
- {% endif %} -
-
- - diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html deleted file mode 100644 index 788ecf1dd..000000000 --- a/docs/_layouts/home.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - {% include header.html %} - - - -
- Skip to main content -
-
- - {% include nav-home.html %} - - {{ content }} - - {% include footer.html %} - - diff --git a/docs/_layouts/simple.html b/docs/_layouts/simple.html deleted file mode 100644 index bb35ec792..000000000 --- a/docs/_layouts/simple.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default ---- - -
-
-

{{ page.title }}

-

- Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. -

- {% include ads.html %} -
-
- -
- {{ content }} -
-- cgit v1.2.3