diff options
author | Ryan <fauxpark@gmail.com> | 2024-06-01 10:37:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 10:37:40 +1000 |
commit | fa6d23235bf429446250cd5212e209d5fbfdbac2 (patch) | |
tree | d4e07707be77de9b22d7d8dd2b154957c81f01b2 | |
parent | 119e54e9e3db66355a07be5f8db9fcc81b65f1ff (diff) |
[docs] Remove gitbook directory (#23839)
-rw-r--r-- | docs/__capabilities.md | 2 | ||||
-rw-r--r-- | docs/feature_rgblight.md | 2 | ||||
-rw-r--r-- | docs/public/color-wheel.svg (renamed from docs/gitbook/images/color-wheel.svg) | 0 | ||||
-rw-r--r-- | docs/public/favicon.ico (renamed from docs/gitbook/images/favicon.ico) | bin | 1150 -> 1150 bytes | |||
-rw-r--r-- | docs/public/favicon.png (renamed from docs/gitbook/images/favicon.png) | bin | 793 -> 793 bytes |
5 files changed, 2 insertions, 2 deletions
diff --git a/docs/__capabilities.md b/docs/__capabilities.md index dc576d4a3c..873ca44664 100644 --- a/docs/__capabilities.md +++ b/docs/__capabilities.md @@ -41,7 +41,7 @@ Unrelated to styling, high-level tech.   -<img src="./gitbook/images/color-wheel.svg" alt="HSV Color Wheel" width="250"/> +<img src="./public/color-wheel.svg" alt="HSV Color Wheel" width="250"/> ### Lists diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index bd973ef009..682d8b8cba 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -49,7 +49,7 @@ Then you should be able to use the keycodes below to change the RGB lighting to QMK uses [Hue, Saturation, and Value](https://en.wikipedia.org/wiki/HSL_and_HSV) to select colors rather than RGB. The color wheel below demonstrates how this works. -<img src="./gitbook/images/color-wheel.svg" alt="HSV Color Wheel" width="250"/> +<img src="./public/color-wheel.svg" alt="HSV Color Wheel" width="250"/> Changing the **Hue** cycles around the circle.<br> Changing the **Saturation** moves between the inner and outer sections of the wheel, affecting the intensity of the color.<br> diff --git a/docs/gitbook/images/color-wheel.svg b/docs/public/color-wheel.svg index 83e599477f..83e599477f 100644 --- a/docs/gitbook/images/color-wheel.svg +++ b/docs/public/color-wheel.svg diff --git a/docs/gitbook/images/favicon.ico b/docs/public/favicon.ico Binary files differindex 2b4e04abaf..2b4e04abaf 100644 --- a/docs/gitbook/images/favicon.ico +++ b/docs/public/favicon.ico diff --git a/docs/gitbook/images/favicon.png b/docs/public/favicon.png Binary files differindex 509cebd879..509cebd879 100644 --- a/docs/gitbook/images/favicon.png +++ b/docs/public/favicon.png |