From 2239ea6b5346cb9dbc53e0a31f18cd728d62c0a2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Jan 2017 11:46:06 -0800 Subject: document new utils and change organization to match css --- docs/_data/nav.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/_data') diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 256e1bb9d..97e6b1b15 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -60,9 +60,10 @@ - title: Display property - title: Image replacement - title: Invisible content + - title: Position - title: Responsive helpers - title: Screenreaders - - title: Sizing and positioning + - title: Sizing - title: Spacing - title: Typography - title: Vertical align -- cgit v1.2.3 From ec697b2076182836c58e2b3caa385d7e6b164d15 Mon Sep 17 00:00:00 2001 From: Pierre-Denis Vanduynslager Date: Sat, 14 Jan 2017 20:11:57 -0500 Subject: Update broken links. (#21696) --- docs/_data/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_data') diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 951f9756b..c9a4abd00 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -6,7 +6,7 @@ - name: Chinese code: zh description: Bootstrap 4 中文文档教程 - url: http://boot4.com/ + url: http://wiki.jikexueyuan.com/project/bootstrap4/ - name: Japanese code: ja -- cgit v1.2.3 From 7263ec60e2f223bd1eccf0905b1525cb7fcef1f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2017 19:46:07 -0800 Subject: Rename icon-fonts.md to icons.md --- docs/_data/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_data') diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 97e6b1b15..ffd79a46b 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -71,7 +71,7 @@ # - title: Extend # pages: # - title: Approach -# - title: Icon fonts +# - title: Icons - title: About pages: -- cgit v1.2.3 From 672fde1a0235fdcf9cd324902f3ff9d874e9a9de Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2017 21:14:41 -0800 Subject: stub out icons page in docs --- docs/_data/nav.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index ffd79a46b..ff46ae70d 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -68,10 +68,10 @@ - title: Typography - title: Vertical align -# - title: Extend -# pages: -# - title: Approach -# - title: Icons +- title: Extend + pages: + # - title: Approach + - title: Icons - title: About pages: -- cgit v1.2.3 From e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Mon, 27 Feb 2017 21:42:26 +1100 Subject: Fix broken links. --- docs/_data/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_data') diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index c9a4abd00..52241e3d5 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -1,7 +1,7 @@ - name: Chinese code: zh description: Bootstrap 中文文档 - url: http://v4.bootcss.com/ + url: https://v4.bootcss.com/ - name: Chinese code: zh -- cgit v1.2.3 From ebe405a01b721b667a37ae5c249077f4cdb3b8bd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Mar 2017 12:57:16 -0800 Subject: Start rearranging the docs for a utilities update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit — Rename display docs page — Move print display utils to display utils page — Drop remaining of responsive utils page as it's being replaced with display utils — Update nav to reflect changes --- docs/_data/nav.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index ff46ae70d..0bb714b0f 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -15,7 +15,7 @@ - title: Overview - title: Grid - title: Media object - - title: Responsive utilities + - title: Utilities for layout - title: Content pages: @@ -56,8 +56,8 @@ - title: Clearfix - title: Close icon - title: Colors + - title: Display - title: Flexbox - - title: Display property - title: Image replacement - title: Invisible content - title: Position -- cgit v1.2.3 From 78937cbb39f349f0b85675b9b8f4e55ce874975a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Mar 2017 13:03:05 -0600 Subject: move visibility docs and add .visible mention --- docs/_data/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_data') diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 0bb714b0f..cf3bd929e 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -59,7 +59,6 @@ - title: Display - title: Flexbox - title: Image replacement - - title: Invisible content - title: Position - title: Responsive helpers - title: Screenreaders @@ -67,6 +66,7 @@ - title: Spacing - title: Typography - title: Vertical align + - title: Visibility - title: Extend pages: -- cgit v1.2.3 From 9af6bf8f7a3e3af5a001aeeeda7dc38794df3a71 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 19 Apr 2017 23:36:03 +0200 Subject: Add Johann-S to Core team :fireworks: --- docs/_data/core-team.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_data') diff --git a/docs/_data/core-team.yml b/docs/_data/core-team.yml index 2b3fd9ac6..7528bdc11 100644 --- a/docs/_data/core-team.yml +++ b/docs/_data/core-team.yml @@ -33,3 +33,7 @@ - name: Gleb Mazovetskiy user: glebm gravatar: 729f685b8e8d7e9feed18c177c82e59b + +- name: Johann-S + user: johann-s + gravatar: d90d49733a4fe1aa461e45cb4a4fd9e3 -- cgit v1.2.3 From fc5e8b941511bc763ee6916c0fe14871437140e9 Mon Sep 17 00:00:00 2001 From: Idan Cohen Date: Fri, 26 May 2017 07:01:07 +0300 Subject: add webpack to documentation (#22423) * add webpack to documentation" implementing PR comments implementing PR comments * replace tether with popper --- docs/_data/nav.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_data') diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index cf3bd929e..3a335b780 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -8,6 +8,7 @@ - title: Options - title: Build tools - title: Best practices + - title: Webpack - title: Accessibility - title: Layout -- cgit v1.2.3