summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-05 12:48:05 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-05 12:48:05 +1000
commitdfb6adbcbcc7d50b770b6d5ea82efdd8f8c32e25 (patch)
treea470b91a90716d7ea46fde53ed395449c24583a2
parent54354e32c6498cc7f8839ab4deb1208d37216cc5 (diff)
delete documentation workflow
-rw-r--r--.github/workflows/documentation.yaml29
-rw-r--r--archive/src/animation.c (renamed from src/animation.c)0
-rw-r--r--archive/src/animation.h (renamed from src/animation.h)0
-rw-r--r--archive/src/apidocs/coldark_prism.css (renamed from scripts/apidocs/coldark_prism.css)0
-rw-r--r--archive/src/apidocs/doc_styles.css (renamed from scripts/apidocs/doc_styles.css)0
-rw-r--r--archive/src/apidocs/gen_apidocs.py (renamed from scripts/apidocs/gen_apidocs.py)0
-rw-r--r--archive/src/apidocs/index.html (renamed from scripts/apidocs/index.html)0
-rw-r--r--archive/src/apidocs/modules.md (renamed from scripts/apidocs/modules.md)0
-rw-r--r--archive/src/apidocs/prism.css (renamed from scripts/apidocs/prism.css)0
-rw-r--r--archive/src/apidocs/prism.js (renamed from scripts/apidocs/prism.js)0
-rw-r--r--archive/src/apidocs/template.html (renamed from scripts/apidocs/template.html)0
-rw-r--r--archive/src/collision.c (renamed from src/collision.c)0
-rw-r--r--archive/src/colours.h (renamed from src/colours.h)0
-rw-r--r--archive/src/core/README.md (renamed from src/core/README.md)0
-rw-r--r--archive/src/core/animation.c (renamed from src/core/animation.c)0
-rw-r--r--archive/src/core/camera.c (renamed from src/core/camera.c)0
-rw-r--r--archive/src/core/camera.h (renamed from src/core/camera.h)0
-rw-r--r--archive/src/core/core.c (renamed from src/core/core.c)0
-rw-r--r--archive/src/core/core.h (renamed from src/core/core.h)0
-rw-r--r--archive/src/core/input.c (renamed from src/core/input.c)0
-rw-r--r--archive/src/core/vfs.h (renamed from src/core/vfs.h)0
-rw-r--r--archive/src/empty.c (renamed from src/empty.c)0
-rw-r--r--archive/src/log.c (renamed from src/log.c)0
-rw-r--r--archive/src/log.h (renamed from src/log.h)0
-rw-r--r--archive/src/logos/README.md (renamed from src/logos/README.md)0
-rw-r--r--archive/src/logos/tasks.h (renamed from src/logos/tasks.h)0
-rw-r--r--archive/src/logos/threadpool.c (renamed from src/logos/threadpool.c)0
-rw-r--r--archive/src/logos/threadpool.h (renamed from src/logos/threadpool.h)0
-rw-r--r--archive/src/maths/geometry.h (renamed from src/maths/geometry.h)0
-rw-r--r--archive/src/maths/maths.c (renamed from src/maths/maths.c)0
-rw-r--r--archive/src/maths/maths.h (renamed from src/maths/maths.h)0
-rw-r--r--archive/src/maths/maths_types.h (renamed from src/maths/maths_types.h)0
-rw-r--r--archive/src/maths/primitives.c (renamed from src/maths/primitives.c)0
-rw-r--r--archive/src/maths/primitives.h (renamed from src/maths/primitives.h)0
-rw-r--r--archive/src/physics.h (renamed from src/physics.h)0
-rw-r--r--archive/src/platform/file.c (renamed from src/platform/file.c)0
-rw-r--r--archive/src/platform/file.h (renamed from src/platform/file.h)0
-rw-r--r--archive/src/platform/platform.h (renamed from src/platform/platform.h)0
-rw-r--r--archive/src/platform/platform_unix.c (renamed from src/platform/platform_unix.c)0
-rw-r--r--archive/src/platform/platform_windows.c (renamed from src/platform/platform_windows.c)0
-rw-r--r--archive/src/ral/README.md (renamed from src/ral/README.md)0
-rw-r--r--archive/src/ral/backends/metal/backend_metal.h (renamed from src/ral/backends/metal/backend_metal.h)0
-rw-r--r--archive/src/ral/backends/opengl/backend_opengl.c (renamed from src/ral/backends/opengl/backend_opengl.c)0
-rw-r--r--archive/src/ral/backends/opengl/backend_opengl.h (renamed from src/ral/backends/opengl/backend_opengl.h)0
-rw-r--r--archive/src/ral/backends/opengl/opengl_helpers.h (renamed from src/ral/backends/opengl/opengl_helpers.h)0
-rw-r--r--archive/src/ral/backends/vulkan/backend_vulkan.c (renamed from src/ral/backends/vulkan/backend_vulkan.c)0
-rw-r--r--archive/src/ral/backends/vulkan/backend_vulkan.h (renamed from src/ral/backends/vulkan/backend_vulkan.h)0
-rw-r--r--archive/src/ral/backends/vulkan/vulkan_glossary.md (renamed from src/ral/backends/vulkan/vulkan_glossary.md)0
-rw-r--r--archive/src/ral/backends/vulkan/vulkan_helpers.h (renamed from src/ral/backends/vulkan/vulkan_helpers.h)0
-rw-r--r--archive/src/ral/ral.h (renamed from src/ral/ral.h)0
-rw-r--r--archive/src/ral/ral_common.c (renamed from src/ral/ral_common.c)0
-rw-r--r--archive/src/ral/ral_common.h (renamed from src/ral/ral_common.h)0
-rw-r--r--archive/src/ral/ral_impl.h (renamed from src/ral/ral_impl.h)0
-rw-r--r--archive/src/ral/ral_types.h (renamed from src/ral/ral_types.h)0
-rw-r--r--archive/src/render/archive/backends/backend_test.c (renamed from src/render/archive/backends/backend_test.c)0
-rw-r--r--archive/src/render/archive/backends/metal/README.md (renamed from src/render/archive/backends/metal/README.md)0
-rw-r--r--archive/src/render/archive/backends/metal/backend_metal.h (renamed from src/render/archive/backends/metal/backend_metal.h)0
-rw-r--r--archive/src/render/archive/backends/metal/backend_metal.m (renamed from src/render/archive/backends/metal/backend_metal.m)0
-rw-r--r--archive/src/render/archive/backends/opengl/backend_opengl.c (renamed from src/render/archive/backends/opengl/backend_opengl.c)0
-rw-r--r--archive/src/render/archive/backends/opengl/backend_opengl.h (renamed from src/render/archive/backends/opengl/backend_opengl.h)0
-rw-r--r--archive/src/render/archive/backends/vulkan/README.md (renamed from src/render/archive/backends/vulkan/README.md)0
-rw-r--r--archive/src/render/archive/backends/vulkan/backend_vulkan.c (renamed from src/render/archive/backends/vulkan/backend_vulkan.c)0
-rw-r--r--archive/src/render/archive/backends/vulkan/backend_vulkan.h (renamed from src/render/archive/backends/vulkan/backend_vulkan.h)0
-rw-r--r--archive/src/render/immdraw.c (renamed from src/render/immdraw.c)0
-rw-r--r--archive/src/render/immdraw.h (renamed from src/render/immdraw.h)0
-rw-r--r--archive/src/render/pbr.c (renamed from src/render/pbr.c)0
-rw-r--r--archive/src/render/pbr.h (renamed from src/render/pbr.h)0
-rw-r--r--archive/src/render/render.c (renamed from src/render/render.c)0
-rw-r--r--archive/src/render/render.h (renamed from src/render/render.h)0
-rw-r--r--archive/src/render/render_types.h (renamed from src/render/render_types.h)0
-rw-r--r--archive/src/render/shader_layouts.h (renamed from src/render/shader_layouts.h)0
-rw-r--r--archive/src/render/shadows.c (renamed from src/render/shadows.c)0
-rw-r--r--archive/src/render/shadows.h (renamed from src/render/shadows.h)0
-rw-r--r--archive/src/render/skybox.c (renamed from src/render/skybox.c)0
-rw-r--r--archive/src/render/skybox.h (renamed from src/render/skybox.h)0
-rw-r--r--archive/src/resources/gltf.c (renamed from src/resources/gltf.c)0
-rw-r--r--archive/src/resources/loaders.h (renamed from src/resources/loaders.h)0
-rw-r--r--archive/src/resources/obj.c (renamed from src/resources/obj.c)0
-rw-r--r--archive/src/std/buf.h (renamed from src/std/buf.h)0
-rw-r--r--archive/src/std/containers/container_utils.h (renamed from src/std/containers/container_utils.h)0
-rw-r--r--archive/src/std/containers/darray.h (renamed from src/std/containers/darray.h)0
-rw-r--r--archive/src/std/containers/graphs.h (renamed from src/std/containers/graphs.h)0
-rw-r--r--archive/src/std/containers/hashmap.h (renamed from src/std/containers/hashmap.h)0
-rw-r--r--archive/src/std/containers/hashset.h (renamed from src/std/containers/hashset.h)0
-rw-r--r--archive/src/std/containers/ring_queue.c (renamed from src/std/containers/ring_queue.c)0
-rw-r--r--archive/src/std/containers/ring_queue.h (renamed from src/std/containers/ring_queue.h)0
-rw-r--r--archive/src/std/containers/stack_array.h (renamed from src/std/containers/stack_array.h)0
-rw-r--r--archive/src/std/mem.c (renamed from src/std/mem.c)0
-rw-r--r--archive/src/std/mem.h (renamed from src/std/mem.h)0
-rw-r--r--archive/src/std/str.c (renamed from src/std/str.c)0
-rw-r--r--archive/src/std/str.h (renamed from src/std/str.h)0
-rw-r--r--archive/src/std/utils.h (renamed from src/std/utils.h)0
-rw-r--r--archive/src/systems/grid.c (renamed from src/systems/grid.c)0
-rw-r--r--archive/src/systems/grid.h (renamed from src/systems/grid.h)0
-rw-r--r--archive/src/systems/input.c (renamed from src/systems/input.c)0
-rw-r--r--archive/src/systems/input.h (renamed from src/systems/input.h)0
-rw-r--r--archive/src/systems/keys.h (renamed from src/systems/keys.h)0
-rw-r--r--archive/src/systems/screenspace.h (renamed from src/systems/screenspace.h)0
-rw-r--r--archive/src/systems/terrain.c (renamed from src/systems/terrain.c)0
-rw-r--r--archive/src/systems/terrain.h (renamed from src/systems/terrain.h)0
-rw-r--r--archive/src/systems/text.c (renamed from src/systems/text.c)0
-rw-r--r--archive/src/systems/text.h (renamed from src/systems/text.h)0
-rw-r--r--archive/src/transform_hierarchy.c (renamed from src/transform_hierarchy.c)0
-rw-r--r--archive/src/transform_hierarchy.h (renamed from src/transform_hierarchy.h)0
-rw-r--r--docs/guiding_principles.md (renamed from guiding_principles.md)0
-rw-r--r--mkdocs.yaml3
-rw-r--r--src/core/triggers.h17
107 files changed, 0 insertions, 49 deletions
diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml
deleted file mode 100644
index 91cb81d..0000000
--- a/.github/workflows/documentation.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: ci
-on:
- push:
- branches:
- - master
- - main
-permissions:
- contents: write
-jobs:
- deploy:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - name: Configure Git Credentials
- run: |
- git config user.name github-actions[bot]
- git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- - uses: actions/setup-python@v5
- with:
- python-version: 3.x
- - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- - uses: actions/cache@v4
- with:
- key: mkdocs-material-${{ env.cache_id }}
- path: .cache
- restore-keys: |
- mkdocs-material-
- - run: pip install mkdocs-material
- - run: mkdocs gh-deploy --force
diff --git a/src/animation.c b/archive/src/animation.c
index d7973dc..d7973dc 100644
--- a/src/animation.c
+++ b/archive/src/animation.c
diff --git a/src/animation.h b/archive/src/animation.h
index 5883f13..5883f13 100644
--- a/src/animation.h
+++ b/archive/src/animation.h
diff --git a/scripts/apidocs/coldark_prism.css b/archive/src/apidocs/coldark_prism.css
index 39dd470..39dd470 100644
--- a/scripts/apidocs/coldark_prism.css
+++ b/archive/src/apidocs/coldark_prism.css
diff --git a/scripts/apidocs/doc_styles.css b/archive/src/apidocs/doc_styles.css
index ee0851b..ee0851b 100644
--- a/scripts/apidocs/doc_styles.css
+++ b/archive/src/apidocs/doc_styles.css
diff --git a/scripts/apidocs/gen_apidocs.py b/archive/src/apidocs/gen_apidocs.py
index d01e441..d01e441 100644
--- a/scripts/apidocs/gen_apidocs.py
+++ b/archive/src/apidocs/gen_apidocs.py
diff --git a/scripts/apidocs/index.html b/archive/src/apidocs/index.html
index a72dbf3..a72dbf3 100644
--- a/scripts/apidocs/index.html
+++ b/archive/src/apidocs/index.html
diff --git a/scripts/apidocs/modules.md b/archive/src/apidocs/modules.md
index 7298844..7298844 100644
--- a/scripts/apidocs/modules.md
+++ b/archive/src/apidocs/modules.md
diff --git a/scripts/apidocs/prism.css b/archive/src/apidocs/prism.css
index 333e985..333e985 100644
--- a/scripts/apidocs/prism.css
+++ b/archive/src/apidocs/prism.css
diff --git a/scripts/apidocs/prism.js b/archive/src/apidocs/prism.js
index d0b4c05..d0b4c05 100644
--- a/scripts/apidocs/prism.js
+++ b/archive/src/apidocs/prism.js
diff --git a/scripts/apidocs/template.html b/archive/src/apidocs/template.html
index 1e1c7a7..1e1c7a7 100644
--- a/scripts/apidocs/template.html
+++ b/archive/src/apidocs/template.html
diff --git a/src/collision.c b/archive/src/collision.c
index 81cbcfc..81cbcfc 100644
--- a/src/collision.c
+++ b/archive/src/collision.c
diff --git a/src/colours.h b/archive/src/colours.h
index ac8996a..ac8996a 100644
--- a/src/colours.h
+++ b/archive/src/colours.h
diff --git a/src/core/README.md b/archive/src/core/README.md
index 19cc1d0..19cc1d0 100644
--- a/src/core/README.md
+++ b/archive/src/core/README.md
diff --git a/src/core/animation.c b/archive/src/core/animation.c
index e69de29..e69de29 100644
--- a/src/core/animation.c
+++ b/archive/src/core/animation.c
diff --git a/src/core/camera.c b/archive/src/core/camera.c
index 77ddad6..77ddad6 100644
--- a/src/core/camera.c
+++ b/archive/src/core/camera.c
diff --git a/src/core/camera.h b/archive/src/core/camera.h
index 4300f87..4300f87 100644
--- a/src/core/camera.h
+++ b/archive/src/core/camera.h
diff --git a/src/core/core.c b/archive/src/core/core.c
index 64f59f3..64f59f3 100644
--- a/src/core/core.c
+++ b/archive/src/core/core.c
diff --git a/src/core/core.h b/archive/src/core/core.h
index 14ba65d..14ba65d 100644
--- a/src/core/core.h
+++ b/archive/src/core/core.h
diff --git a/src/core/input.c b/archive/src/core/input.c
index e69de29..e69de29 100644
--- a/src/core/input.c
+++ b/archive/src/core/input.c
diff --git a/src/core/vfs.h b/archive/src/core/vfs.h
index 41033f5..41033f5 100644
--- a/src/core/vfs.h
+++ b/archive/src/core/vfs.h
diff --git a/src/empty.c b/archive/src/empty.c
index b40cc85..b40cc85 100644
--- a/src/empty.c
+++ b/archive/src/empty.c
diff --git a/src/log.c b/archive/src/log.c
index 8bb7a65..8bb7a65 100644
--- a/src/log.c
+++ b/archive/src/log.c
diff --git a/src/log.h b/archive/src/log.h
index 537cb6e..537cb6e 100644
--- a/src/log.h
+++ b/archive/src/log.h
diff --git a/src/logos/README.md b/archive/src/logos/README.md
index 25b7bef..25b7bef 100644
--- a/src/logos/README.md
+++ b/archive/src/logos/README.md
diff --git a/src/logos/tasks.h b/archive/src/logos/tasks.h
index 2e3dc53..2e3dc53 100644
--- a/src/logos/tasks.h
+++ b/archive/src/logos/tasks.h
diff --git a/src/logos/threadpool.c b/archive/src/logos/threadpool.c
index 0e82d98..0e82d98 100644
--- a/src/logos/threadpool.c
+++ b/archive/src/logos/threadpool.c
diff --git a/src/logos/threadpool.h b/archive/src/logos/threadpool.h
index 6390a38..6390a38 100644
--- a/src/logos/threadpool.h
+++ b/archive/src/logos/threadpool.h
diff --git a/src/maths/geometry.h b/archive/src/maths/geometry.h
index 532651c..532651c 100644
--- a/src/maths/geometry.h
+++ b/archive/src/maths/geometry.h
diff --git a/src/maths/maths.c b/archive/src/maths/maths.c
index 19052fe..19052fe 100644
--- a/src/maths/maths.c
+++ b/archive/src/maths/maths.c
diff --git a/src/maths/maths.h b/archive/src/maths/maths.h
index e77b81a..e77b81a 100644
--- a/src/maths/maths.h
+++ b/archive/src/maths/maths.h
diff --git a/src/maths/maths_types.h b/archive/src/maths/maths_types.h
index 66d260d..66d260d 100644
--- a/src/maths/maths_types.h
+++ b/archive/src/maths/maths_types.h
diff --git a/src/maths/primitives.c b/archive/src/maths/primitives.c
index c24d1e2..c24d1e2 100644
--- a/src/maths/primitives.c
+++ b/archive/src/maths/primitives.c
diff --git a/src/maths/primitives.h b/archive/src/maths/primitives.h
index 4965545..4965545 100644
--- a/src/maths/primitives.h
+++ b/archive/src/maths/primitives.h
diff --git a/src/physics.h b/archive/src/physics.h
index 134f08b..134f08b 100644
--- a/src/physics.h
+++ b/archive/src/physics.h
diff --git a/src/platform/file.c b/archive/src/platform/file.c
index 91daa4f..91daa4f 100644
--- a/src/platform/file.c
+++ b/archive/src/platform/file.c
diff --git a/src/platform/file.h b/archive/src/platform/file.h
index 5e5e1e1..5e5e1e1 100644
--- a/src/platform/file.h
+++ b/archive/src/platform/file.h
diff --git a/src/platform/platform.h b/archive/src/platform/platform.h
index c2be630..c2be630 100644
--- a/src/platform/platform.h
+++ b/archive/src/platform/platform.h
diff --git a/src/platform/platform_unix.c b/archive/src/platform/platform_unix.c
index 86ac170..86ac170 100644
--- a/src/platform/platform_unix.c
+++ b/archive/src/platform/platform_unix.c
diff --git a/src/platform/platform_windows.c b/archive/src/platform/platform_windows.c
index 21ef359..21ef359 100644
--- a/src/platform/platform_windows.c
+++ b/archive/src/platform/platform_windows.c
diff --git a/src/ral/README.md b/archive/src/ral/README.md
index f66b95a..f66b95a 100644
--- a/src/ral/README.md
+++ b/archive/src/ral/README.md
diff --git a/src/ral/backends/metal/backend_metal.h b/archive/src/ral/backends/metal/backend_metal.h
index e69de29..e69de29 100644
--- a/src/ral/backends/metal/backend_metal.h
+++ b/archive/src/ral/backends/metal/backend_metal.h
diff --git a/src/ral/backends/opengl/backend_opengl.c b/archive/src/ral/backends/opengl/backend_opengl.c
index 613d7e1..613d7e1 100644
--- a/src/ral/backends/opengl/backend_opengl.c
+++ b/archive/src/ral/backends/opengl/backend_opengl.c
diff --git a/src/ral/backends/opengl/backend_opengl.h b/archive/src/ral/backends/opengl/backend_opengl.h
index 7bd1b81..7bd1b81 100644
--- a/src/ral/backends/opengl/backend_opengl.h
+++ b/archive/src/ral/backends/opengl/backend_opengl.h
diff --git a/src/ral/backends/opengl/opengl_helpers.h b/archive/src/ral/backends/opengl/opengl_helpers.h
index 706e2a0..706e2a0 100644
--- a/src/ral/backends/opengl/opengl_helpers.h
+++ b/archive/src/ral/backends/opengl/opengl_helpers.h
diff --git a/src/ral/backends/vulkan/backend_vulkan.c b/archive/src/ral/backends/vulkan/backend_vulkan.c
index e69de29..e69de29 100644
--- a/src/ral/backends/vulkan/backend_vulkan.c
+++ b/archive/src/ral/backends/vulkan/backend_vulkan.c
diff --git a/src/ral/backends/vulkan/backend_vulkan.h b/archive/src/ral/backends/vulkan/backend_vulkan.h
index f31bed2..f31bed2 100644
--- a/src/ral/backends/vulkan/backend_vulkan.h
+++ b/archive/src/ral/backends/vulkan/backend_vulkan.h
diff --git a/src/ral/backends/vulkan/vulkan_glossary.md b/archive/src/ral/backends/vulkan/vulkan_glossary.md
index 4214f9d..4214f9d 100644
--- a/src/ral/backends/vulkan/vulkan_glossary.md
+++ b/archive/src/ral/backends/vulkan/vulkan_glossary.md
diff --git a/src/ral/backends/vulkan/vulkan_helpers.h b/archive/src/ral/backends/vulkan/vulkan_helpers.h
index 23666c6..23666c6 100644
--- a/src/ral/backends/vulkan/vulkan_helpers.h
+++ b/archive/src/ral/backends/vulkan/vulkan_helpers.h
diff --git a/src/ral/ral.h b/archive/src/ral/ral.h
index fdbadd3..fdbadd3 100644
--- a/src/ral/ral.h
+++ b/archive/src/ral/ral.h
diff --git a/src/ral/ral_common.c b/archive/src/ral/ral_common.c
index d921ac4..d921ac4 100644
--- a/src/ral/ral_common.c
+++ b/archive/src/ral/ral_common.c
diff --git a/src/ral/ral_common.h b/archive/src/ral/ral_common.h
index 5a797e5..5a797e5 100644
--- a/src/ral/ral_common.h
+++ b/archive/src/ral/ral_common.h
diff --git a/src/ral/ral_impl.h b/archive/src/ral/ral_impl.h
index 16c9767..16c9767 100644
--- a/src/ral/ral_impl.h
+++ b/archive/src/ral/ral_impl.h
diff --git a/src/ral/ral_types.h b/archive/src/ral/ral_types.h
index fde3bed..fde3bed 100644
--- a/src/ral/ral_types.h
+++ b/archive/src/ral/ral_types.h
diff --git a/src/render/archive/backends/backend_test.c b/archive/src/render/archive/backends/backend_test.c
index 6347e27..6347e27 100644
--- a/src/render/archive/backends/backend_test.c
+++ b/archive/src/render/archive/backends/backend_test.c
diff --git a/src/render/archive/backends/metal/README.md b/archive/src/render/archive/backends/metal/README.md
index f87f5c1..f87f5c1 100644
--- a/src/render/archive/backends/metal/README.md
+++ b/archive/src/render/archive/backends/metal/README.md
diff --git a/src/render/archive/backends/metal/backend_metal.h b/archive/src/render/archive/backends/metal/backend_metal.h
index 9561bb6..9561bb6 100644
--- a/src/render/archive/backends/metal/backend_metal.h
+++ b/archive/src/render/archive/backends/metal/backend_metal.h
diff --git a/src/render/archive/backends/metal/backend_metal.m b/archive/src/render/archive/backends/metal/backend_metal.m
index 4787755..4787755 100644
--- a/src/render/archive/backends/metal/backend_metal.m
+++ b/archive/src/render/archive/backends/metal/backend_metal.m
diff --git a/src/render/archive/backends/opengl/backend_opengl.c b/archive/src/render/archive/backends/opengl/backend_opengl.c
index 43105e2..43105e2 100644
--- a/src/render/archive/backends/opengl/backend_opengl.c
+++ b/archive/src/render/archive/backends/opengl/backend_opengl.c
diff --git a/src/render/archive/backends/opengl/backend_opengl.h b/archive/src/render/archive/backends/opengl/backend_opengl.h
index 14b44af..14b44af 100644
--- a/src/render/archive/backends/opengl/backend_opengl.h
+++ b/archive/src/render/archive/backends/opengl/backend_opengl.h
diff --git a/src/render/archive/backends/vulkan/README.md b/archive/src/render/archive/backends/vulkan/README.md
index 220ed64..220ed64 100644
--- a/src/render/archive/backends/vulkan/README.md
+++ b/archive/src/render/archive/backends/vulkan/README.md
diff --git a/src/render/archive/backends/vulkan/backend_vulkan.c b/archive/src/render/archive/backends/vulkan/backend_vulkan.c
index 8801230..8801230 100644
--- a/src/render/archive/backends/vulkan/backend_vulkan.c
+++ b/archive/src/render/archive/backends/vulkan/backend_vulkan.c
diff --git a/src/render/archive/backends/vulkan/backend_vulkan.h b/archive/src/render/archive/backends/vulkan/backend_vulkan.h
index 6ca0bb5..6ca0bb5 100644
--- a/src/render/archive/backends/vulkan/backend_vulkan.h
+++ b/archive/src/render/archive/backends/vulkan/backend_vulkan.h
diff --git a/src/render/immdraw.c b/archive/src/render/immdraw.c
index 8a10c65..8a10c65 100644
--- a/src/render/immdraw.c
+++ b/archive/src/render/immdraw.c
diff --git a/src/render/immdraw.h b/archive/src/render/immdraw.h
index 2911350..2911350 100644
--- a/src/render/immdraw.h
+++ b/archive/src/render/immdraw.h
diff --git a/src/render/pbr.c b/archive/src/render/pbr.c
index 4bad528..4bad528 100644
--- a/src/render/pbr.c
+++ b/archive/src/render/pbr.c
diff --git a/src/render/pbr.h b/archive/src/render/pbr.h
index 5a21533..5a21533 100644
--- a/src/render/pbr.h
+++ b/archive/src/render/pbr.h
diff --git a/src/render/render.c b/archive/src/render/render.c
index af636a8..af636a8 100644
--- a/src/render/render.c
+++ b/archive/src/render/render.c
diff --git a/src/render/render.h b/archive/src/render/render.h
index d752f8b..d752f8b 100644
--- a/src/render/render.h
+++ b/archive/src/render/render.h
diff --git a/src/render/render_types.h b/archive/src/render/render_types.h
index bdf9849..bdf9849 100644
--- a/src/render/render_types.h
+++ b/archive/src/render/render_types.h
diff --git a/src/render/shader_layouts.h b/archive/src/render/shader_layouts.h
index ef94c89..ef94c89 100644
--- a/src/render/shader_layouts.h
+++ b/archive/src/render/shader_layouts.h
diff --git a/src/render/shadows.c b/archive/src/render/shadows.c
index 029eefb..029eefb 100644
--- a/src/render/shadows.c
+++ b/archive/src/render/shadows.c
diff --git a/src/render/shadows.h b/archive/src/render/shadows.h
index 0482d10..0482d10 100644
--- a/src/render/shadows.h
+++ b/archive/src/render/shadows.h
diff --git a/src/render/skybox.c b/archive/src/render/skybox.c
index b4e1e42..b4e1e42 100644
--- a/src/render/skybox.c
+++ b/archive/src/render/skybox.c
diff --git a/src/render/skybox.h b/archive/src/render/skybox.h
index c2ef3a2..c2ef3a2 100644
--- a/src/render/skybox.h
+++ b/archive/src/render/skybox.h
diff --git a/src/resources/gltf.c b/archive/src/resources/gltf.c
index 66ae1b6..66ae1b6 100644
--- a/src/resources/gltf.c
+++ b/archive/src/resources/gltf.c
diff --git a/src/resources/loaders.h b/archive/src/resources/loaders.h
index ea1f9a2..ea1f9a2 100644
--- a/src/resources/loaders.h
+++ b/archive/src/resources/loaders.h
diff --git a/src/resources/obj.c b/archive/src/resources/obj.c
index a5e9b18..a5e9b18 100644
--- a/src/resources/obj.c
+++ b/archive/src/resources/obj.c
diff --git a/src/std/buf.h b/archive/src/std/buf.h
index 77fc7b9..77fc7b9 100644
--- a/src/std/buf.h
+++ b/archive/src/std/buf.h
diff --git a/src/std/containers/container_utils.h b/archive/src/std/containers/container_utils.h
index e1d164c..e1d164c 100644
--- a/src/std/containers/container_utils.h
+++ b/archive/src/std/containers/container_utils.h
diff --git a/src/std/containers/darray.h b/archive/src/std/containers/darray.h
index 080afb4..080afb4 100644
--- a/src/std/containers/darray.h
+++ b/archive/src/std/containers/darray.h
diff --git a/src/std/containers/graphs.h b/archive/src/std/containers/graphs.h
index 5dbec97..5dbec97 100644
--- a/src/std/containers/graphs.h
+++ b/archive/src/std/containers/graphs.h
diff --git a/src/std/containers/hashmap.h b/archive/src/std/containers/hashmap.h
index 95c1c6b..95c1c6b 100644
--- a/src/std/containers/hashmap.h
+++ b/archive/src/std/containers/hashmap.h
diff --git a/src/std/containers/hashset.h b/archive/src/std/containers/hashset.h
index 7f87213..7f87213 100644
--- a/src/std/containers/hashset.h
+++ b/archive/src/std/containers/hashset.h
diff --git a/src/std/containers/ring_queue.c b/archive/src/std/containers/ring_queue.c
index 8bfc10b..8bfc10b 100644
--- a/src/std/containers/ring_queue.c
+++ b/archive/src/std/containers/ring_queue.c
diff --git a/src/std/containers/ring_queue.h b/archive/src/std/containers/ring_queue.h
index 15d5da4..15d5da4 100644
--- a/src/std/containers/ring_queue.h
+++ b/archive/src/std/containers/ring_queue.h
diff --git a/src/std/containers/stack_array.h b/archive/src/std/containers/stack_array.h
index d2b6bdd..d2b6bdd 100644
--- a/src/std/containers/stack_array.h
+++ b/archive/src/std/containers/stack_array.h
diff --git a/src/std/mem.c b/archive/src/std/mem.c
index 1f9078b..1f9078b 100644
--- a/src/std/mem.c
+++ b/archive/src/std/mem.c
diff --git a/src/std/mem.h b/archive/src/std/mem.h
index 56c1230..56c1230 100644
--- a/src/std/mem.h
+++ b/archive/src/std/mem.h
diff --git a/src/std/str.c b/archive/src/std/str.c
index 89c76a0..89c76a0 100644
--- a/src/std/str.c
+++ b/archive/src/std/str.c
diff --git a/src/std/str.h b/archive/src/std/str.h
index a29bf9a..a29bf9a 100644
--- a/src/std/str.h
+++ b/archive/src/std/str.h
diff --git a/src/std/utils.h b/archive/src/std/utils.h
index c9827a3..c9827a3 100644
--- a/src/std/utils.h
+++ b/archive/src/std/utils.h
diff --git a/src/systems/grid.c b/archive/src/systems/grid.c
index e907865..e907865 100644
--- a/src/systems/grid.c
+++ b/archive/src/systems/grid.c
diff --git a/src/systems/grid.h b/archive/src/systems/grid.h
index d8bc567..d8bc567 100644
--- a/src/systems/grid.h
+++ b/archive/src/systems/grid.h
diff --git a/src/systems/input.c b/archive/src/systems/input.c
index c3af96a..c3af96a 100644
--- a/src/systems/input.c
+++ b/archive/src/systems/input.c
diff --git a/src/systems/input.h b/archive/src/systems/input.h
index c3b2500..c3b2500 100644
--- a/src/systems/input.h
+++ b/archive/src/systems/input.h
diff --git a/src/systems/keys.h b/archive/src/systems/keys.h
index 6082a59..6082a59 100644
--- a/src/systems/keys.h
+++ b/archive/src/systems/keys.h
diff --git a/src/systems/screenspace.h b/archive/src/systems/screenspace.h
index 5f0c579..5f0c579 100644
--- a/src/systems/screenspace.h
+++ b/archive/src/systems/screenspace.h
diff --git a/src/systems/terrain.c b/archive/src/systems/terrain.c
index 069000e..069000e 100644
--- a/src/systems/terrain.c
+++ b/archive/src/systems/terrain.c
diff --git a/src/systems/terrain.h b/archive/src/systems/terrain.h
index 5a96132..5a96132 100644
--- a/src/systems/terrain.h
+++ b/archive/src/systems/terrain.h
diff --git a/src/systems/text.c b/archive/src/systems/text.c
index 2bb5399..2bb5399 100644
--- a/src/systems/text.c
+++ b/archive/src/systems/text.c
diff --git a/src/systems/text.h b/archive/src/systems/text.h
index 983ffd6..983ffd6 100644
--- a/src/systems/text.h
+++ b/archive/src/systems/text.h
diff --git a/src/transform_hierarchy.c b/archive/src/transform_hierarchy.c
index a5f4d97..a5f4d97 100644
--- a/src/transform_hierarchy.c
+++ b/archive/src/transform_hierarchy.c
diff --git a/src/transform_hierarchy.h b/archive/src/transform_hierarchy.h
index 142ea99..142ea99 100644
--- a/src/transform_hierarchy.h
+++ b/archive/src/transform_hierarchy.h
diff --git a/guiding_principles.md b/docs/guiding_principles.md
index b529562..b529562 100644
--- a/guiding_principles.md
+++ b/docs/guiding_principles.md
diff --git a/mkdocs.yaml b/mkdocs.yaml
deleted file mode 100644
index b15a94b..0000000
--- a/mkdocs.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-site_name: Celeritas Engine
-theme:
- name: material \ No newline at end of file
diff --git a/src/core/triggers.h b/src/core/triggers.h
deleted file mode 100644
index a823890..0000000
--- a/src/core/triggers.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma once
-#include "defines.h"
-
-// Events/signals that get triggered by certain things that happen
-
-/*
-e.g.
-collider enters volume (collider)
-collider exits volume (collider)
-
-you could create a custom signal that only triggers when a collider has been inside a volume for 3
-seconds listen for Enter, start timer, if hits 3 -> emit signal. Else, reset state
-
-Top-level triggers:
-level loaded
-
-*/ \ No newline at end of file