diff options
Diffstat (limited to 'docs/config.js')
| -rw-r--r-- | docs/config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config.js b/docs/config.js index 53f62bda7..0cbd07773 100644 --- a/docs/config.js +++ b/docs/config.js @@ -24,6 +24,9 @@ self.$config = { title: 'Blog', path: 'http://www.tboox.org' }, { + title: 'Community', path: 'http://www.tboox.org/forum' + }, + { title: 'English', type: 'dropdown', items: langs, exact: true } ], @@ -41,6 +44,9 @@ self.$config = { title: '博客', path: 'http://www.tboox.org/cn' }, { + title: '社区', path: 'http://www.tboox.org/forum' + }, + { title: '中文', type: 'dropdown', items: langs, exact: true } ] |
