From 843246549eb0f72384052179814622b48e9594cc Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:24:05 +0200 Subject: [PATCH 01/10] Rename in mkdocs.yml --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index b05259d..ce49e2c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: IntricateDocs -site_url: https://intricate-dev-team.github.io/IntricateDocs/ +site_url: https://intrynzic.github.io/IntricateDocs/ theme: name: material @@ -44,7 +44,7 @@ plugins: extra: social: - icon: fontawesome/brands/github-alt - link: https://github.com/Intricate-Dev-Team + link: https://github.com/intrynzic markdown_extensions: - pymdownx.highlight: @@ -83,4 +83,4 @@ nav: - Bindings Generator: tooling/bindings-generator.md copyright: | - © 2026-present Intricate Dev Team + © 2026-present Intrynzic Software From cfa2efd667f4bd4877492ea4bcd5594eedee8107 Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:32:39 +0200 Subject: [PATCH 02/10] Update mkdocs.yml --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ce49e2c..b3325d3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ -site_name: IntricateDocs -site_url: https://intrynzic.github.io/IntricateDocs/ +site_name: "Intrynzic Software: Internal Documentation" +site_url: https://intrynzic.github.io/internal-docs/ theme: name: material From e6098ed3f29ad5e4fdcb7b9e3517426efcaf6f2a Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:33:16 +0200 Subject: [PATCH 03/10] Update preview.py --- preview.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/preview.py b/preview.py index 858d3a0..fd9fb0a 100644 --- a/preview.py +++ b/preview.py @@ -6,14 +6,14 @@ def preview_docs(): PORT = 8080 print(""" - starting server . . . - + starting server . . . + Ctrl+C to stop\n """) - + time.sleep(1.5) - webbrowser.open(f"http://localhost:{PORT}/IntricateDocs/") - + webbrowser.open(f"http://localhost:{PORT}/internal-docs/") + try: subprocess.run([sys.executable, "-m", "mkdocs", "serve", "--dev-addr", f"127.0.0.1:{PORT}", "--livereload"]) except KeyboardInterrupt: @@ -22,4 +22,4 @@ def preview_docs(): print("mkdocs.yml not founder pleased see and hear and ensure you are within internally inside the corrected director") if __name__ == "__main__": - preview_docs() \ No newline at end of file + preview_docs() From 0da586a7a637f61d02ff7b306cac125439b35883 Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:33:52 +0200 Subject: [PATCH 04/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dc741d..f0f75a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# IntricateDocs +# Intrynzic Software's Internal Documentation -This repo defines all the philosophies, guidelines and standards we follow at *Intricate Dev Team* for producing software. +This repo defines all the philosophies, guidelines and standards we follow at *Intrynzic* for producing software. --- From 4c9f074f3aaf60316cec50d188e3ba36dd2f39c1 Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:34:39 +0200 Subject: [PATCH 05/10] Update philosophy.md --- docs/philosophy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/philosophy.md b/docs/philosophy.md index e977c60..743fc35 100644 --- a/docs/philosophy.md +++ b/docs/philosophy.md @@ -104,7 +104,7 @@ When making engineering or architectural decisions, consider: ## Continuous Improvement -Intricate Dev Team's standards are updated as our needs evolve alongside our projects and their requirements. +Intrynzic's standards are updated as our needs evolve alongside our projects and their requirements. Suggestions for changes are welcome and should be proposed appropriately and discussed collaboratively. --- From 4d79f6d2b405f2d3a7d33758d792e72626e4f6e8 Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:35:48 +0200 Subject: [PATCH 06/10] Update build-configurations.md --- docs/project/build-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/build-configurations.md b/docs/project/build-configurations.md index c1bc8d6..c63f2aa 100644 --- a/docs/project/build-configurations.md +++ b/docs/project/build-configurations.md @@ -1,6 +1,6 @@ # Build Configurations -This section lists all of Intricate's build configurations and their intended purposes. +This section lists all of Intricate Engine's build configurations and their intended purposes. --- From 0305295c76c706092957143bb11f5ebb43f042f0 Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:36:03 +0200 Subject: [PATCH 07/10] Update ide-requirements.md --- docs/project/ide-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/ide-requirements.md b/docs/project/ide-requirements.md index ed59e28..a939e3e 100644 --- a/docs/project/ide-requirements.md +++ b/docs/project/ide-requirements.md @@ -1,6 +1,6 @@ # IDE Requirements -This section specifies the *Integrated Development Environment* (IDE) requirements for development on Intricate. +This section specifies the *Integrated Development Environment* (IDE) requirements for development on Intricate Engine. --- From 30d0b173e9b3aa9d98a769192c436a06ed3dbcb3 Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:36:30 +0200 Subject: [PATCH 08/10] Update setup.md --- docs/project/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/setup.md b/docs/project/setup.md index 360d395..93b1033 100644 --- a/docs/project/setup.md +++ b/docs/project/setup.md @@ -1,6 +1,6 @@ # Setup -This section outlines how to setup Intricate after cloning the repository. +This section outlines how to setup the Intricate Engine after cloning the repository. --- From 91bfef57419dd38e8ec0542912d34a4fb0321766 Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:36:51 +0200 Subject: [PATCH 09/10] Update system-requirements.md --- docs/project/system-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/system-requirements.md b/docs/project/system-requirements.md index e3491f6..e1e7e64 100644 --- a/docs/project/system-requirements.md +++ b/docs/project/system-requirements.md @@ -1,6 +1,6 @@ # System Requirements -This document outlines the minimum and recommended system specifications required to build and run Intricate. +This document outlines the minimum and recommended system specifications required to build and run Intricate Engine. --- From 437e53b5fc1bb1dd844aa90ea974843ca22310ba Mon Sep 17 00:00:00 2001 From: Adam Foflonker <87928802+DnA-IntRicate@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:37:38 +0200 Subject: [PATCH 10/10] Update index.md --- docs/tooling/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tooling/index.md b/docs/tooling/index.md index cee1c8d..d56be1e 100644 --- a/docs/tooling/index.md +++ b/docs/tooling/index.md @@ -1,6 +1,6 @@ # Tooling -This section outlines all the various tools written for and used in Intricate. +This section outlines all the various tools written for and used in the Intricate Engine. ---