From fa6d23235bf429446250cd5212e209d5fbfdbac2 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 1 Jun 2024 10:37:40 +1000 Subject: [docs] Remove gitbook directory (#23839) --- docs/__capabilities.md | 2 +- docs/feature_rgblight.md | 2 +- docs/gitbook/images/color-wheel.svg | 441 ------------------------------------ docs/gitbook/images/favicon.ico | Bin 1150 -> 0 bytes docs/gitbook/images/favicon.png | Bin 793 -> 0 bytes docs/public/color-wheel.svg | 441 ++++++++++++++++++++++++++++++++++++ docs/public/favicon.ico | Bin 0 -> 1150 bytes docs/public/favicon.png | Bin 0 -> 793 bytes 8 files changed, 443 insertions(+), 443 deletions(-) delete mode 100644 docs/gitbook/images/color-wheel.svg delete mode 100644 docs/gitbook/images/favicon.ico delete mode 100644 docs/gitbook/images/favicon.png create mode 100644 docs/public/color-wheel.svg create mode 100644 docs/public/favicon.ico create mode 100644 docs/public/favicon.png (limited to 'docs') 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. ![QMK Light](./public/badge-community-light.svg) ![QMK Dark](./public/badge-community-dark.svg) -HSV Color Wheel +HSV Color Wheel ### 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. -HSV Color Wheel +HSV Color Wheel Changing the **Hue** cycles around the circle.
Changing the **Saturation** moves between the inner and outer sections of the wheel, affecting the intensity of the color.
diff --git a/docs/gitbook/images/color-wheel.svg b/docs/gitbook/images/color-wheel.svg deleted file mode 100644 index 83e599477f..0000000000 --- a/docs/gitbook/images/color-wheel.svg +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -image/svg+xmlOpenclipart diff --git a/docs/gitbook/images/favicon.ico b/docs/gitbook/images/favicon.ico deleted file mode 100644 index 2b4e04abaf..0000000000 Binary files a/docs/gitbook/images/favicon.ico and /dev/null differ diff --git a/docs/gitbook/images/favicon.png b/docs/gitbook/images/favicon.png deleted file mode 100644 index 509cebd879..0000000000 Binary files a/docs/gitbook/images/favicon.png and /dev/null differ diff --git a/docs/public/color-wheel.svg b/docs/public/color-wheel.svg new file mode 100644 index 0000000000..83e599477f --- /dev/null +++ b/docs/public/color-wheel.svg @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +image/svg+xmlOpenclipart diff --git a/docs/public/favicon.ico b/docs/public/favicon.ico new file mode 100644 index 0000000000..2b4e04abaf Binary files /dev/null and b/docs/public/favicon.ico differ diff --git a/docs/public/favicon.png b/docs/public/favicon.png new file mode 100644 index 0000000000..509cebd879 Binary files /dev/null and b/docs/public/favicon.png differ -- cgit v1.2.3