diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 1eb552b0a4..57bf28f502 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -2,7 +2,7 @@ code: zh description: Bootstrap 中文文档 url: http://v4.bootcss.com/ - + - name: Chinese code: zh description: Bootstrap 4 中文文档教程 diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 53269a094f..b26cb23089 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -44,7 +44,7 @@ + diff --git a/docs/examples/offcanvas/offcanvas.js b/docs/examples/offcanvas/offcanvas.js index d2f37f22c9..d14cd68b87 100644 --- a/docs/examples/offcanvas/offcanvas.js +++ b/docs/examples/offcanvas/offcanvas.js @@ -2,4 +2,4 @@ $(document).ready(function () { $('[data-toggle="offcanvas"]').click(function () { $('.row-offcanvas').toggleClass('active') }); -}); \ No newline at end of file +});