From b60c94925cdd8130fbf1b0731073b37b3cad2538 Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Tue, 25 Aug 2015 12:43:04 +1000 Subject: Replace docs reference to iconography --- docs/_includes/page-headers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html index 053241bc5..26f5f95b1 100644 --- a/docs/_includes/page-headers.html +++ b/docs/_includes/page-headers.html @@ -16,7 +16,7 @@ {% elsif page.group == "components" %}

Components

- Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more. + Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more.

{% elsif page.group == "javascript" %}

JavaScript plugins

-- cgit v1.2.3 From 3b415db33ff068161646b1938c59aa160ee690a7 Mon Sep 17 00:00:00 2001 From: wangsai Date: Tue, 25 Aug 2015 14:49:02 +0800 Subject: fix footer links --- docs/_includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 48074e384..f02cd4ba7 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -3,8 +3,8 @@

Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.

Currently v{{ site.current_version }}. Code licensed MIT, docs CC BY 3.0.

-- cgit v1.2.3 From 3fef66eaf582157122b9eede4df9cea77c2195ec Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Aug 2015 19:14:59 +0300 Subject: Fix the JS errors due to jekyll-search. 1) Update it to v1.0.8 2) Include jekyll-search where it's used only [ci skip] --- docs/_includes/footer.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index f02cd4ba7..429056ff3 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -31,15 +31,21 @@ +{% if page.layout == "docs" %} + + +{% endif %} + -- cgit v1.2.3 From 34932d71b49f91b07c83b4fd41d890db648132f2 Mon Sep 17 00:00:00 2001 From: Gupocca Date: Fri, 28 Aug 2015 23:04:09 -0700 Subject: Fix several erroneous links in docs. Related to #17314. --- docs/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 7efc407a2..59ba2744a 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -28,7 +28,7 @@ - + -- cgit v1.2.3 From 19e5cf226da5daad92df6602336e84ac9ccba528 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 29 Aug 2015 13:08:21 +0300 Subject: Fix missing anchors and 404 errors. [skip sauce] --- docs/_includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 429056ff3..3e12c58b8 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -12,7 +12,7 @@ - + {% if site.github %} -- cgit v1.2.3 From 87a3fdd1b716aefef8272994ea3f6f32601deaae Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Sep 2015 12:16:01 +0300 Subject: Clean up inclusion of IE-specific JS files. Move them to footer, and remove duplicate ones. [ci skip] --- docs/_includes/footer.html | 1 + docs/_includes/header.html | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 3e12c58b8..eb35020ba 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -30,6 +30,7 @@ + {% if page.layout == "docs" %} diff --git a/docs/_includes/header.html b/docs/_includes/header.html index bba5aad3d..e637dc470 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -19,10 +19,6 @@ - - - - -- cgit v1.2.3