diff options
| author | ruki <[email protected]> | 2017-02-04 19:35:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-04 19:35:04 +0800 |
| commit | 6149ca243a19e09e3d449b3e60567c516154f9a5 (patch) | |
| tree | 42936e38f4f24424f1f801bd3448e1f5c6839d28 | |
| parent | ed1639c951e3efabfde8892ede66cb1a6f4cff66 (diff) | |
modify language menu for docs
| -rw-r--r-- | docs/config.js | 4 | ||||
| -rw-r--r-- | docs/landing/_site/cn/index.html | 5 | ||||
| -rw-r--r-- | docs/landing/_site/cn/pages/donation.html | 5 | ||||
| -rw-r--r-- | docs/landing/_site/index.html | 5 | ||||
| -rw-r--r-- | docs/landing/_site/pages/donation.html | 5 |
5 files changed, 14 insertions, 10 deletions
diff --git a/docs/config.js b/docs/config.js index 8406ddc78..398fd40b6 100644 --- a/docs/config.js +++ b/docs/config.js @@ -27,7 +27,7 @@ self.$config = { title: 'Blog', path: 'http://www.tboox.org' }, { - title: '中文', type: 'dropdown', items: langs, exact: true + title: 'English', type: 'dropdown', items: langs, exact: true } ], 'zh': [ @@ -47,7 +47,7 @@ self.$config = { title: '博客', path: 'http://www.tboox.org/cn' }, { - title: 'English', type: 'dropdown', items: langs, exact: true + title: '中文', type: 'dropdown', items: langs, exact: true } ] }, diff --git a/docs/landing/_site/cn/index.html b/docs/landing/_site/cn/index.html index fa9c0fffb..892a8c851 100644 --- a/docs/landing/_site/cn/index.html +++ b/docs/landing/_site/cn/index.html @@ -134,10 +134,11 @@ <footer class="site-footer"> - <span class="site-footer-owner">Copyright (c) 2016 <a href="http://www.tboox.org">tboox.org</a>.</span> + <span class="site-footer-owner">Copyright (c) 2015-2017 <a href="http://www.tboox.org">tboox.org</a>.</span> <span class="site-footer-power"> <span> - Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="http://pages.coding.me">Coding Pages</a>. + <!--Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="http://pages.coding.me">Coding Pages</a>.--> + Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>. </span> <span> Theme designed by <a href="https://github.com/pietromenna/jekyll-cayman-theme">cayman</a>. diff --git a/docs/landing/_site/cn/pages/donation.html b/docs/landing/_site/cn/pages/donation.html index 28516e6c4..40e06dfce 100644 --- a/docs/landing/_site/cn/pages/donation.html +++ b/docs/landing/_site/cn/pages/donation.html @@ -78,10 +78,11 @@ <footer class="site-footer"> - <span class="site-footer-owner">Copyright (c) 2016 <a href="http://www.tboox.org">tboox.org</a>.</span> + <span class="site-footer-owner">Copyright (c) 2015-2017 <a href="http://www.tboox.org">tboox.org</a>.</span> <span class="site-footer-power"> <span> - Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="http://pages.coding.me">Coding Pages</a>. + <!--Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="http://pages.coding.me">Coding Pages</a>.--> + Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>. </span> <span> Theme designed by <a href="https://github.com/pietromenna/jekyll-cayman-theme">cayman</a>. diff --git a/docs/landing/_site/index.html b/docs/landing/_site/index.html index be04da79a..71f4d7515 100644 --- a/docs/landing/_site/index.html +++ b/docs/landing/_site/index.html @@ -132,10 +132,11 @@ <footer class="site-footer"> - <span class="site-footer-owner">Copyright (c) 2016 <a href="http://www.tboox.org">tboox.org</a>.</span> + <span class="site-footer-owner">Copyright (c) 2015-2017 <a href="http://www.tboox.org">tboox.org</a>.</span> <span class="site-footer-power"> <span> - Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="http://pages.coding.me">Coding Pages</a>. + <!--Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="http://pages.coding.me">Coding Pages</a>.--> + Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>. </span> <span> Theme designed by <a href="https://github.com/pietromenna/jekyll-cayman-theme">cayman</a>. diff --git a/docs/landing/_site/pages/donation.html b/docs/landing/_site/pages/donation.html index 2476643fa..15b9b8b67 100644 --- a/docs/landing/_site/pages/donation.html +++ b/docs/landing/_site/pages/donation.html @@ -78,10 +78,11 @@ <footer class="site-footer"> - <span class="site-footer-owner">Copyright (c) 2016 <a href="http://www.tboox.org">tboox.org</a>.</span> + <span class="site-footer-owner">Copyright (c) 2015-2017 <a href="http://www.tboox.org">tboox.org</a>.</span> <span class="site-footer-power"> <span> - Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="http://pages.coding.me">Coding Pages</a>. + <!--Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="http://pages.coding.me">Coding Pages</a>.--> + Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>. </span> <span> Theme designed by <a href="https://github.com/pietromenna/jekyll-cayman-theme">cayman</a>. |
