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