diff options
| -rw-r--r-- | _media/favicon.ico (renamed from favicon.ico) | bin | 119943 -> 119943 bytes | |||
| -rw-r--r-- | _navbar.md | 8 | ||||
| -rw-r--r-- | index.html | 21 | ||||
| -rw-r--r-- | zh/README.md | 3 | ||||
| -rw-r--r-- | zh/_navbar.md | 8 |
5 files changed, 36 insertions, 4 deletions
diff --git a/favicon.ico b/_media/favicon.ico Binary files differindex 52c8ef38..52c8ef38 100644 --- a/favicon.ico +++ b/_media/favicon.ico diff --git a/_navbar.md b/_navbar.md new file mode 100644 index 00000000..90b817fe --- /dev/null +++ b/_navbar.md @@ -0,0 +1,8 @@ +- [Plugins](/plugins) +- [Manual](/manual) +- [Articles](https://tboox.org/category/#xmake) +- [Feedback](https://github.com/xmake-io/xmake/issues) +- [Community](https://www.reddit.com/r/tboox/) +- Lanuages + - [:cn: 中文](/zh/) + - [:uk: English](/) @@ -2,18 +2,31 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>Document</title> + <title>xmake</title> + <link rel="icon" href="_media/favicon.ico"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" content="Description"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> </head> <body> - <div id="app"></div> + <div id="app">Loading ...</div> <script> window.$docsify = { - name: '', - repo: '' + name: 'xmake', + repo: 'https://github.com/xmake-io/xmake', + auto2top: true, + coverpage: true, + executeScript: true, + loadSidebar: true, + loadNavbar: true, + mergeNavbar: true, + maxLevel: 4, + subMaxLevel: 2, + alias: { + '/home': '/', + '/zh/(.*)': '/zh/$1' + } } </script> <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> diff --git a/zh/README.md b/zh/README.md new file mode 100644 index 00000000..2458cc9f --- /dev/null +++ b/zh/README.md @@ -0,0 +1,3 @@ +# 中文 + +> An awesome project. diff --git a/zh/_navbar.md b/zh/_navbar.md new file mode 100644 index 00000000..4adec00f --- /dev/null +++ b/zh/_navbar.md @@ -0,0 +1,8 @@ +- [插件](/zh/plugins) +- [手册](/zh/manual) +- [文章](https://tboox.org/cn/category/#xmake) +- [反馈](https://github.com/xmake-io/xmake/issues) +- [社区](https://www.reddit.com/r/tboox/) +- 语言 + - [:uk: English](/) + - [:cn: 中文](/zh/) |
