From b27ee23aa8f8b68e66da84cff931bb138059ecc2 Mon Sep 17 00:00:00 2001 From: "Kat (edu)" Date: Tue, 4 Nov 2025 21:38:08 -0500 Subject: [PATCH 1/8] Add resources, Amend main page. --- docs/articles/resources/godot.md | 5 +++++ docs/articles/resources/index.md | 7 +++++++ docs/index.md | 1 + 3 files changed, 13 insertions(+) create mode 100644 docs/articles/resources/godot.md create mode 100644 docs/articles/resources/index.md diff --git a/docs/articles/resources/godot.md b/docs/articles/resources/godot.md new file mode 100644 index 0000000..c80efaa --- /dev/null +++ b/docs/articles/resources/godot.md @@ -0,0 +1,5 @@ +# Godot 4.X Resources + +The [**Official Godot Engine Docs**](https://docs.godotengine.org/) is one of the best places to start learning how godot shaders work (due to the fact that godot shaders are build different (Lol!)) + +See: https://docs.godotengine.org/en/stable/tutorials/shaders/index.html \ No newline at end of file diff --git a/docs/articles/resources/index.md b/docs/articles/resources/index.md new file mode 100644 index 0000000..e63aa13 --- /dev/null +++ b/docs/articles/resources/index.md @@ -0,0 +1,7 @@ +# Resources + +This is where a bunch of external resources will be linked for extra enrichment that may be out of scope for TLOS. + +## Resource contribution + +Add as many as you want, as long as they add something valuable and isn't just a total copy-paste or distraction. Links only please! \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 90c5f9f..a7e29ec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,6 +29,7 @@ Other shading langages, such as Godot's shader language, are quite similar to GL All contributions are welcomed, and the contribution guide can be viewed on the [github repository](https://github.com/Snorfield/The-Library-Of-Shaders). This library is built by developers for developers, and we appreciate everyone's help. +NOTICE: This should go without being said, but we strive to follow the principals of the [5 Wikipedian Pillars](https://en.wikipedia.org/wiki/Wikipedia:Five_pillars). Thanks for your understanding and have a good day! ## Licensing and Copyright From 1d0984732b2e7b5fbc4fa4ce5431cb489ab7b28a Mon Sep 17 00:00:00 2001 From: "Kat (edu)" Date: Tue, 4 Nov 2025 21:41:16 -0500 Subject: [PATCH 2/8] Update mkdocs.yml --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 9ac091f..1e9afad 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,3 +25,7 @@ nav: - Bloom: articles/post/Bloom.md - Vignette: articles/post/Vignette.md - Gaussian Blur: articles/post/GaussianBlur.md + + - Resources: + - Index: articles/resources/index.md + - Godot 4.X: articles/resources/godot.md \ No newline at end of file From aea335a2f974c42f9fec19cb5011bfb0a2b0ec7f Mon Sep 17 00:00:00 2001 From: "Kat (edu)" Date: Tue, 4 Nov 2025 23:41:07 -0500 Subject: [PATCH 3/8] katfixeditnotgarflol! --- docs/resources/godot.md | 5 +++++ docs/resources/index.md | 7 +++++++ mkdocs.yml | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 docs/resources/godot.md create mode 100644 docs/resources/index.md diff --git a/docs/resources/godot.md b/docs/resources/godot.md new file mode 100644 index 0000000..c80efaa --- /dev/null +++ b/docs/resources/godot.md @@ -0,0 +1,5 @@ +# Godot 4.X Resources + +The [**Official Godot Engine Docs**](https://docs.godotengine.org/) is one of the best places to start learning how godot shaders work (due to the fact that godot shaders are build different (Lol!)) + +See: https://docs.godotengine.org/en/stable/tutorials/shaders/index.html \ No newline at end of file diff --git a/docs/resources/index.md b/docs/resources/index.md new file mode 100644 index 0000000..e63aa13 --- /dev/null +++ b/docs/resources/index.md @@ -0,0 +1,7 @@ +# Resources + +This is where a bunch of external resources will be linked for extra enrichment that may be out of scope for TLOS. + +## Resource contribution + +Add as many as you want, as long as they add something valuable and isn't just a total copy-paste or distraction. Links only please! \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index da77b42..615bee2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,5 +31,5 @@ nav: - Resources: - - Index: articles/resources/index.md - - Godot 4.X: articles/resources/godot.md \ No newline at end of file + - Index: Resources/index.md + - Godot 4.X: Resources/godot.md \ No newline at end of file From 3ef9b546ccc759f913d3ebbbb883d341d20f5e04 Mon Sep 17 00:00:00 2001 From: "Kat (edu)" Date: Tue, 4 Nov 2025 23:42:58 -0500 Subject: [PATCH 4/8] Update mkdocs.yml --- mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 615bee2..5f43f50 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,5 +31,6 @@ nav: - Resources: - - Index: Resources/index.md - - Godot 4.X: Resources/godot.md \ No newline at end of file + - Index: resources/index.md + + - Godot 4.X: resources/godot.md From 32dcc01f6622f06dabd6f9157b3b3e628acf5dd8 Mon Sep 17 00:00:00 2001 From: "Kat (edu)" Date: Tue, 4 Nov 2025 23:46:43 -0500 Subject: [PATCH 5/8] Delete docs/articles/resources directory --- docs/articles/resources/godot.md | 5 ----- docs/articles/resources/index.md | 7 ------- 2 files changed, 12 deletions(-) delete mode 100644 docs/articles/resources/godot.md delete mode 100644 docs/articles/resources/index.md diff --git a/docs/articles/resources/godot.md b/docs/articles/resources/godot.md deleted file mode 100644 index c80efaa..0000000 --- a/docs/articles/resources/godot.md +++ /dev/null @@ -1,5 +0,0 @@ -# Godot 4.X Resources - -The [**Official Godot Engine Docs**](https://docs.godotengine.org/) is one of the best places to start learning how godot shaders work (due to the fact that godot shaders are build different (Lol!)) - -See: https://docs.godotengine.org/en/stable/tutorials/shaders/index.html \ No newline at end of file diff --git a/docs/articles/resources/index.md b/docs/articles/resources/index.md deleted file mode 100644 index e63aa13..0000000 --- a/docs/articles/resources/index.md +++ /dev/null @@ -1,7 +0,0 @@ -# Resources - -This is where a bunch of external resources will be linked for extra enrichment that may be out of scope for TLOS. - -## Resource contribution - -Add as many as you want, as long as they add something valuable and isn't just a total copy-paste or distraction. Links only please! \ No newline at end of file From e51a463198c8ed67fb797d057b23aab37dda859c Mon Sep 17 00:00:00 2001 From: "Kat (edu)" Date: Tue, 4 Nov 2025 23:49:24 -0500 Subject: [PATCH 6/8] Rename godot.md to godot.md --- docs/{resources => Resources}/godot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{resources => Resources}/godot.md (96%) diff --git a/docs/resources/godot.md b/docs/Resources/godot.md similarity index 96% rename from docs/resources/godot.md rename to docs/Resources/godot.md index c80efaa..798960c 100644 --- a/docs/resources/godot.md +++ b/docs/Resources/godot.md @@ -2,4 +2,4 @@ The [**Official Godot Engine Docs**](https://docs.godotengine.org/) is one of the best places to start learning how godot shaders work (due to the fact that godot shaders are build different (Lol!)) -See: https://docs.godotengine.org/en/stable/tutorials/shaders/index.html \ No newline at end of file +See: https://docs.godotengine.org/en/stable/tutorials/shaders/index.html From e269fcb8ec0c81002b1bf12bdd676a52fde685fc Mon Sep 17 00:00:00 2001 From: "Kat (edu)" Date: Tue, 4 Nov 2025 23:49:46 -0500 Subject: [PATCH 7/8] i hate manually doing all of this :sob: --- docs/{resources => Resources}/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{resources => Resources}/index.md (98%) diff --git a/docs/resources/index.md b/docs/Resources/index.md similarity index 98% rename from docs/resources/index.md rename to docs/Resources/index.md index e63aa13..bbbb5f2 100644 --- a/docs/resources/index.md +++ b/docs/Resources/index.md @@ -4,4 +4,4 @@ This is where a bunch of external resources will be linked for extra enrichment ## Resource contribution -Add as many as you want, as long as they add something valuable and isn't just a total copy-paste or distraction. Links only please! \ No newline at end of file +Add as many as you want, as long as they add something valuable and isn't just a total copy-paste or distraction. Links only please! From a79de1338bafde6d63cab08f8eb88a96c7dea107 Mon Sep 17 00:00:00 2001 From: "Kat (edu)" Date: Tue, 4 Nov 2025 23:50:14 -0500 Subject: [PATCH 8/8] OK FINAL COMMIT GODDAMN --- mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5f43f50..b9d7a36 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,7 @@ nav: - Resources: - - Index: resources/index.md + - Index: Resources/index.md + + - Godot 4.X: Resources/godot.md - - Godot 4.X: resources/godot.md