From d72fdc809315f529888a25362c39b2aff072e5d3 Mon Sep 17 00:00:00 2001 From: wangsai Date: Mon, 24 Aug 2015 07:55:25 +0800 Subject: New URL for Chinese translation of Bootstrap 4.x : http://v4.bootcss.com --- 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 dc8717dd8..62f90537b 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -1,7 +1,7 @@ - name: Chinese code: zh description: Bootstrap 中文文档 - url: http://v3.bootcss.com/ + url: http://v4.bootcss.com/ - name: Danish code: da -- cgit v1.2.3 From 0d59ff81c90a23b3e36283a77b09bfb9643c9062 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 23 Aug 2015 21:34:47 -0700 Subject: Clear out non-v4 docs translations After v4.0.0 stable gets released, as existing translations get updated or completely new v4 translations get created, we can start adding entries back to the list. --- docs/_data/translations.yml | 55 --------------------------------------------- 1 file changed, 55 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 62f90537b..fc44e9304 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -2,58 +2,3 @@ code: zh description: Bootstrap 中文文档 url: http://v4.bootcss.com/ - -- name: Danish - code: da - description: Bootstrap på Dansk - url: http://getbootstrap.dk/ - -- name: French - code: fr - description: Bootstrap en Français - url: http://www.oneskyapp.com/fr/docs/bootstrap/getting-started/ - -- name: German - code: de - description: Bootstrap auf Deutsch - url: http://holdirbootstrap.de/ - -- name: Italian - code: it - description: Bootstrap in Italiano - url: http://www.hackerstribe.com/guide/IT-bootstrap-3.1.1/ - -- name: Korean - code: ko - description: Bootstrap 한국어 - url: http://bootstrapk.com/ - -- name: Brazilian Portuguese - code: pt-BR - description: Bootstrap em Português do Brasil - url: http://bootstrapbrasil.github.io/ - -- name: Russian - code: ru - description: Bootstrap по-русски - url: http://www.oneskyapp.com/ru/docs/bootstrap/ - -- name: Spanish - code: es - description: Bootstrap en Español - url: http://www.oneskyapp.com/es/docs/bootstrap/ - -- name: Turkish - code: tr - description: Türkçe Bootstrap - url: http://www.trbootstrap.com - -- name: Ukrainian - code: uk - description: Bootstrap українською - url: http://twbs.docs.org.ua - -- name: Vietnamese - code: vi - description: Bootstrap bằng tiếng Việt - url: http://getbootstrap.com.vn -- cgit v1.2.3 From 1ca33002d4a76916dff857c9d685437b7f0e43b5 Mon Sep 17 00:00:00 2001 From: Vincent 4J Date: Mon, 31 Aug 2015 11:27:14 +0800 Subject: add Chinese translations website boot4.com --- docs/_data/translations.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_data') diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index fc44e9304..1eb552b0a 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -2,3 +2,8 @@ code: zh description: Bootstrap 中文文档 url: http://v4.bootcss.com/ + +- name: Chinese + code: zh + description: Bootstrap 4 中文文档教程 + url: http://boot4.com/ -- cgit v1.2.3 From dd5e096f4e8ac52f472dc87304dfe0377df51734 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 4 Sep 2015 20:31:17 -0700 Subject: clean up nav.yml, nullifies #17470 --- docs/_data/nav.yml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 7e34b4f5c..dac90c0d8 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -1,7 +1,5 @@ - title: Getting started pages: - # - title: JavaScript - # - title: Accessibility - title: Introduction - title: Download - title: Browsers & devices @@ -52,26 +50,6 @@ - title: Carousel - title: Utilities -# - title: Examples -# pages: -# - title: Starter template -# - title: Grid -# - title: Jumbotron -# - title: Narrow jumbotron -# - title: Navbar -# - title: Navbar top -# - title: Navbar top fixed -# - title: Cover -# - title: Album -# - title: Carousel -# - title: Blog -# - title: Dashboard -# - title: Sign-in page -# - title: Justified nav -# - title: Sticky footer -# - title: Sticky footer with navbar -# - title: Offcanvas - # - title: Extend # pages: # - title: Approach @@ -79,10 +57,9 @@ - title: About pages: - # - title: JavaScript - # - title: Accessibility - title: History - title: Team + - title: Accessibility - title: Brand - title: License - title: Translations -- cgit v1.2.3