diff options
author | skullY <skullydazed@gmail.com> | 2018-05-07 21:58:50 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-05-07 22:46:26 -0700 |
commit | 9e5676650ec4ae71565201871c1aaf05e96a756b (patch) | |
tree | fd3add8bd5d0316bb3c2edef36c8e389d760b86e /docs/index.html | |
parent | 06e5f9b25e640f05814e158c701263e209b33ef2 (diff) | |
download | qmk_firmware-9e5676650ec4ae71565201871c1aaf05e96a756b.tar.gz qmk_firmware-9e5676650ec4ae71565201871c1aaf05e96a756b.zip |
Use docsfy to replace gitbook
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..c890b95ae --- /dev/null +++ b/docs/index.html | |||
@@ -0,0 +1,32 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <meta charset="UTF-8"> | ||
5 | <title>Document</title> | ||
6 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
7 | <meta name="description" content="Description"> | ||
8 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
9 | <link rel="stylesheet" href="qmk.css"> | ||
10 | </head> | ||
11 | <body> | ||
12 | <div id="app"></div> | ||
13 | <script> | ||
14 | window.$docsify = { | ||
15 | name: 'QMK Firmware', | ||
16 | nameLink: 'https://qmk.fm/', | ||
17 | repo: 'qmk/qmk_firmware', | ||
18 | loadSidebar: true, | ||
19 | subMaxLevel: 2, | ||
20 | auto2top: true, | ||
21 | formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}', | ||
22 | } | ||
23 | </script> | ||
24 | <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> | ||
25 | <script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script> | ||
26 | <script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | ||
27 | <script src="//unpkg.com/prismjs/components/prism-c.min.js"></script> | ||
28 | <script src="//unpkg.com/prismjs/components/prism-cpp.min.js"></script> | ||
29 | <script src="//unpkg.com/prismjs/components/prism-json.min.js"></script> | ||
30 | <script src="//unpkg.com/prismjs/components/prism-makefile.min.js"></script> | ||
31 | </body> | ||
32 | </html> | ||