aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_sidebar.md3
-rw-r--r--docs/index.html1
-rw-r--r--docs/newbs_getting_started.md7
-rw-r--r--docs/qmk.css4
4 files changed, 7 insertions, 8 deletions
diff --git a/docs/_sidebar.md b/docs/_sidebar.md
index 318c526a8..00aeb8057 100644
--- a/docs/_sidebar.md
+++ b/docs/_sidebar.md
@@ -43,7 +43,8 @@
43 * [Pointing Device](feature_pointing_device.md) 43 * [Pointing Device](feature_pointing_device.md)
44 * [PS/2 Mouse](feature_ps2_mouse.md) 44 * [PS/2 Mouse](feature_ps2_mouse.md)
45 * [RGB Lighting](feature_rgblight.md) 45 * [RGB Lighting](feature_rgblight.md)
46 * [Space Cadet](feature_space_cadet.md) 46 * [Space Cadet Shift](feature_space_cadet.md)
47 * [Space Cadet Shift Enter](feature_space_shift_cadet.md)
47 * [Stenography](feature_stenography.md) 48 * [Stenography](feature_stenography.md)
48 * [Swap Hands](feature_swap_hands.md) 49 * [Swap Hands](feature_swap_hands.md)
49 * [Tap Dance](feature_tap_dance.md) 50 * [Tap Dance](feature_tap_dance.md)
diff --git a/docs/index.html b/docs/index.html
index 7955e47c2..9fddda840 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -16,7 +16,6 @@
16 nameLink: 'https://qmk.fm/', 16 nameLink: 'https://qmk.fm/',
17 repo: 'qmk/qmk_firmware', 17 repo: 'qmk/qmk_firmware',
18 loadSidebar: true, 18 loadSidebar: true,
19 subMaxLevel: 2,
20 auto2top: true, 19 auto2top: true,
21 formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}', 20 formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}',
22 } 21 }
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md
index 8ada417ea..162d7066b 100644
--- a/docs/newbs_getting_started.md
+++ b/docs/newbs_getting_started.md
@@ -27,10 +27,9 @@ QMK Toolbox is a Windows and macOS program that allows you to both program and d
27 27
28We've tried to make QMK as easy to setup as possible. You only have to prepare your Linux or Unix environment and let QMK install the rest. 28We've tried to make QMK as easy to setup as possible. You only have to prepare your Linux or Unix environment and let QMK install the rest.
29 29
30?> If you haven't worked with the Linux/Unix command line before there are a few basic concepts and commands you should learn. These resources will teach you enough to work with QMK: 30?> If you haven't worked with the Linux/Unix command line before there are a few basic concepts and commands you should learn. These resources will teach you enough to work with QMK:<br>
31 31[Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html)<br>
32?> * [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html) 32[Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html)
33?> * [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html)
34 33
35### Windows 34### Windows
36 35
diff --git a/docs/qmk.css b/docs/qmk.css
index 591dd291a..543cd7f28 100644
--- a/docs/qmk.css
+++ b/docs/qmk.css
@@ -357,10 +357,10 @@ body.sticky .sidebar-toggle {
357 border-top: 1px solid #ccc; 357 border-top: 1px solid #ccc;
358} 358}
359.markdown-section tr:nth-child(2n) { 359.markdown-section tr:nth-child(2n) {
360 background-color: #f8f8f8; 360 background-color: #555555;
361} 361}
362.markdown-section p.tip { 362.markdown-section p.tip {
363 background-color: #f8f8f8; 363 background-color: #555555;
364 border-bottom-right-radius: 2px; 364 border-bottom-right-radius: 2px;
365 border-left: 4px solid #f66; 365 border-left: 4px solid #f66;
366 border-top-right-radius: 2px; 366 border-top-right-radius: 2px;