From 2c80f4d7cdc3ed23daaafe8e0b008e29e583f42d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 24 Oct 2016 16:05:14 -0700 Subject: make search work on homepage --- docs/_includes/footer.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index bfd657efe..a31501480 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -34,7 +34,6 @@ -{% if page.layout == "docs" %} -{% endif %} - + -- cgit v1.2.3 From c6fdac94154c4493d422e1441a5e52219b976219 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Mar 2017 12:59:14 -0800 Subject: update instances of old classes in the docs --- docs/_includes/nav-docs.html | 2 +- docs/_includes/nav-home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 94d46537d..89ca747a9 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -1,4 +1,4 @@ - diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 3ba8520e0..513a34bdc 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -25,7 +25,7 @@ {% endcomment %} -
+
Bootstrap -- cgit v1.2.3 From cab6f7d16ca64dfcb0de002940d085c8cfe8b304 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 21 Mar 2017 18:18:11 +1100 Subject: More config tweaks. --- docs/_includes/footer.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 68626962f..b8603f0d7 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -25,9 +25,10 @@ {% if site.github %} {% else %} - {% for file in site.data.configBridge.paths.docsJs %} - - {% endfor %} + + + + {% endif %} -- cgit v1.2.3 From 90c5f6230b0861d70adeee84040da5ba049a9769 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 21 Mar 2017 22:00:46 -0700 Subject: rename from .navbar-toggleable to .navbar-expand to reflect mobile first approach everywhere else --- docs/_includes/nav-home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 513a34bdc..d92fab069 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -1,4 +1,4 @@ -
-- cgit v1.2.3 From 56415b18c6042d07fb1acc522a99992036e649a7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 17:30:28 -0700 Subject: full width navbar too --- docs/_includes/nav-home.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 2819f5f53..9ac2855a2 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -1,5 +1,4 @@ -
-- cgit v1.2.3 From 480944e66e0731ea35f514498ecd6d4b220c97ae Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 17:34:17 -0700 Subject: =?UTF-8?q?=E2=80=A2=20Add=20SVGs=20for=20GitHub,=20Slack,=20and?= =?UTF-8?q?=20Twitter=20=E2=80=A2=20Move=20the=20Bootstrap=20SVG=20into=20?= =?UTF-8?q?the=20same=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_includes/bootstrap-icon.html | 1 - docs/_includes/icons/bootstrap.svg | 1 + docs/_includes/icons/github.svg | 1 + docs/_includes/icons/slack.svg | 1 + docs/_includes/icons/twitter.svg | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 docs/_includes/bootstrap-icon.html create mode 100644 docs/_includes/icons/bootstrap.svg create mode 100644 docs/_includes/icons/github.svg create mode 100644 docs/_includes/icons/slack.svg create mode 100644 docs/_includes/icons/twitter.svg (limited to 'docs/_includes') diff --git a/docs/_includes/bootstrap-icon.html b/docs/_includes/bootstrap-icon.html deleted file mode 100644 index 42500d270..000000000 --- a/docs/_includes/bootstrap-icon.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/_includes/icons/bootstrap.svg b/docs/_includes/icons/bootstrap.svg new file mode 100644 index 000000000..42500d270 --- /dev/null +++ b/docs/_includes/icons/bootstrap.svg @@ -0,0 +1 @@ + diff --git a/docs/_includes/icons/github.svg b/docs/_includes/icons/github.svg new file mode 100644 index 000000000..e297b9190 --- /dev/null +++ b/docs/_includes/icons/github.svg @@ -0,0 +1 @@ +GitHub \ No newline at end of file diff --git a/docs/_includes/icons/slack.svg b/docs/_includes/icons/slack.svg new file mode 100644 index 000000000..d57a6a015 --- /dev/null +++ b/docs/_includes/icons/slack.svg @@ -0,0 +1 @@ +Slack \ No newline at end of file diff --git a/docs/_includes/icons/twitter.svg b/docs/_includes/icons/twitter.svg new file mode 100644 index 000000000..a317fd766 --- /dev/null +++ b/docs/_includes/icons/twitter.svg @@ -0,0 +1 @@ +Twitter \ No newline at end of file -- cgit v1.2.3 From ca6c23161fe7668712cf2a24b2ab3b6a5ba0079e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 17:35:52 -0700 Subject: moved file --- docs/_includes/icons/bootstrap.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/icons/bootstrap.svg b/docs/_includes/icons/bootstrap.svg index 42500d270..15b1d764b 100644 --- a/docs/_includes/icons/bootstrap.svg +++ b/docs/_includes/icons/bootstrap.svg @@ -1 +1 @@ - + \ No newline at end of file -- cgit v1.2.3 From 8627c506f748ae254cf26860873461e6281c5a2c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 18:12:45 -0700 Subject: more responsive docs nav --- docs/_includes/nav-home.html | 121 +++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 73 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 828c664a8..af57e1679 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -1,78 +1,53 @@ -- cgit v1.2.3 From 07ef129fc65eeec3bc3cf0aa3d5f34adcb125787 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 18:47:59 -0700 Subject: always show docs search --- docs/_includes/nav-docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 89ca747a9..44d52c071 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -1,4 +1,4 @@ - -- cgit v1.2.3 From ed3b308c27312fe4d8bd48a23b34095aad958563 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 May 2017 20:10:35 -0700 Subject: purple nav --- docs/_includes/nav-home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index af57e1679..22bab8848 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -1,4 +1,4 @@ -