From 8a7fe34005d865cafb0c40e12592241abc46b13e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 11 Aug 2017 16:13:28 +0300 Subject: Fix about sidebar. --- _data/nav.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '_data') diff --git a/_data/nav.yml b/_data/nav.yml index 1ce74e782..c4c342dd2 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -75,12 +75,12 @@ # - title: Approach - title: Icons -# - title: About -# pages: -# - title: History -# - title: Team -# - title: Brand -# - title: License -# - title: Translations +- title: About + pages: + - title: History + - title: Team + - title: Brand + - title: License + - title: Translations - title: Migration -- cgit v1.2.3 From c8678dca41ef2b7664e9ff4a49242340c6f91ede Mon Sep 17 00:00:00 2001 From: Casper Date: Tue, 15 Aug 2017 09:10:47 +0800 Subject: Add traditional Chinese in translations.yml (#23357) --- _data/translations.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '_data') diff --git a/_data/translations.yml b/_data/translations.yml index 1594865b0..3681ddf56 100644 --- a/_data/translations.yml +++ b/_data/translations.yml @@ -1,3 +1,8 @@ +- name: 中文(繁體) + code: zh-tw + description: Bootstrap 4 繁體中文手冊 + url: http://bootstrap.hexschool.com/ + - name: Chinese code: zh description: Bootstrap 4 中文文档教程 -- cgit v1.2.3 From 703c7daf571c750b6ee93cf8032fee2268e6bed0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 15 Aug 2017 15:06:27 +0300 Subject: Move About menu link to the end. --- _data/nav.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_data') diff --git a/_data/nav.yml b/_data/nav.yml index c4c342dd2..784ec9a73 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -75,6 +75,8 @@ # - title: Approach - title: Icons +- title: Migration + - title: About pages: - title: History @@ -82,5 +84,3 @@ - title: Brand - title: License - title: Translations - -- title: Migration -- cgit v1.2.3 From 6cd67779434501eed6aea4ae62f2e4499e37702e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 30 Aug 2017 14:19:08 -0700 Subject: Wall of Browser Bugs: Update table-cell border Chrome bug ref https://crbug.com/568691 has been succeeded by https://crbug.com/749848 --- _data/browser-bugs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_data') diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml index d3f133354..9756758dd 100644 --- a/_data/browser-bugs.yml +++ b/_data/browser-bugs.yml @@ -204,7 +204,7 @@ summary: > `table-cell` borders not overlapping despite `margin-right: -1px` upstream_bug: > - Chromium#568691 + Chromium#749848 origin: > Bootstrap#17438, Bootstrap#14237 -- cgit v1.2.3 From 31c872191380d4cd32af379b9d24359d6a9dc34c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Sep 2017 15:24:14 +0300 Subject: Normalize all links. (#24109) * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one --- _data/browser-features.yml | 6 +++--- _data/showcase.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '_data') diff --git a/_data/browser-features.yml b/_data/browser-features.yml index f19a460e6..acdc532b2 100644 --- a/_data/browser-features.yml +++ b/_data/browser-features.yml @@ -52,7 +52,7 @@ browser: > Edge summary: > - Implement the [`of ` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + Implement the [`of ` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class upstream_bug: > UserVoice#15944476 origin: > @@ -62,7 +62,7 @@ browser: > Firefox summary: > - Implement the [`of ` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + Implement the [`of ` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class upstream_bug: > Mozilla#854148 origin: > @@ -102,7 +102,7 @@ browser: > Chrome summary: > - Implement the [`of ` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + Implement the [`of ` clause](https://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class upstream_bug: > Chromium#304163 origin: > diff --git a/_data/showcase.yml b/_data/showcase.yml index 435286f39..2643e1ed0 100644 --- a/_data/showcase.yml +++ b/_data/showcase.yml @@ -9,7 +9,7 @@ img: vogue - name: Riot Design - url: http://riotdesign.eu/en/ + url: https://riot.design/en/ expo_url: https://expo.getbootstrap.com/2014/03/13/riot-design/ img: riot -- cgit v1.2.3 From 00a0a4debd54b818e7162854df87f68f92bcf243 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 21 Aug 2017 20:27:07 -0700 Subject: Stub out new Theming page --- _data/nav.yml | 1 + 1 file changed, 1 insertion(+) (limited to '_data') diff --git a/_data/nav.yml b/_data/nav.yml index 784ec9a73..1ddd28022 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -5,6 +5,7 @@ - title: Contents - title: Browsers & devices - title: JavaScript + - title: Theming - title: Options - title: Build tools # - title: Best practices # TODO: Write this content -- cgit v1.2.3 From ad255cf725bd7af62a322a3f500b7079fa26d3e8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Oct 2017 14:07:38 -0700 Subject: update nav --- _data/nav.yml | 1 - 1 file changed, 1 deletion(-) (limited to '_data') diff --git a/_data/nav.yml b/_data/nav.yml index 1ddd28022..96eeba2b5 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -6,7 +6,6 @@ - title: Browsers & devices - title: JavaScript - title: Theming - - title: Options - title: Build tools # - title: Best practices # TODO: Write this content - title: Webpack -- cgit v1.2.3 From 682ad1fff58fb6586dceaf31d490aaa522110e59 Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Tue, 3 Oct 2017 17:24:16 -0700 Subject: adds Andres to the team page --- _data/core-team.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '_data') diff --git a/_data/core-team.yml b/_data/core-team.yml index 7528bdc11..644320b64 100644 --- a/_data/core-team.yml +++ b/_data/core-team.yml @@ -37,3 +37,8 @@ - name: Johann-S user: johann-s gravatar: d90d49733a4fe1aa461e45cb4a4fd9e3 + + +- name: Andres Galante + user: andresgalante + gravatar: 03dc4f2e26e476958c952505c8d8f563 -- cgit v1.2.3