diff options
| author | Joel Challis <git@zvecr.com> | 2020-12-27 16:56:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-27 16:56:10 +0000 |
| commit | bbf0f65284f6c9cc40429f446bddf48e2e882ad0 (patch) | |
| tree | c6c85f846e1167b7fec866a1a6775a44251f2ecd /docs/index.html | |
| parent | 1d1d5da43f86d9dded47c66afec94991d623f114 (diff) | |
| download | qmk_firmware-bbf0f65284f6c9cc40429f446bddf48e2e882ad0.tar.gz qmk_firmware-bbf0f65284f6c9cc40429f446bddf48e2e882ad0.zip | |
Simplify the visual flow of the getting started page (#11316)
* Add tabs to getting started page
* Review comments
Co-authored-by: Ryan <fauxpark@gmail.com>
* Align with current theme
* Update docs/newbs_getting_started.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 5cab97a57..5312b9105 100644 --- a/docs/index.html +++ b/docs/index.html | |||
| @@ -126,6 +126,10 @@ | |||
| 126 | headings: 'h1, h2', | 126 | headings: 'h1, h2', |
| 127 | title: 'Table of Contents', | 127 | title: 'Table of Contents', |
| 128 | }, | 128 | }, |
| 129 | tabs: { | ||
| 130 | persist : false, | ||
| 131 | tabComments: false, | ||
| 132 | }, | ||
| 129 | plugins: [ | 133 | plugins: [ |
| 130 | function (hook, vm) { | 134 | function (hook, vm) { |
| 131 | hook.beforeEach(function (html) { | 135 | hook.beforeEach(function (html) { |
| @@ -148,6 +152,7 @@ | |||
| 148 | <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> | 152 | <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> |
| 149 | <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> | 153 | <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> |
| 150 | <script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script> | 154 | <script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script> |
| 155 | <script src="//unpkg.com/docsify-tabs@1"></script> | ||
| 151 | <script src="//unpkg.com/docsify-copy-code@2"></script> | 156 | <script src="//unpkg.com/docsify-copy-code@2"></script> |
| 152 | <script src="//unpkg.com/docsify-toc@1.0.0/dist/toc.js"></script> | 157 | <script src="//unpkg.com/docsify-toc@1.0.0/dist/toc.js"></script> |
| 153 | <script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | 158 | <script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> |
