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.
---
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.
---
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.
---
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.
---
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.
---
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.
---
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.
---
diff --git a/mkdocs.yml b/mkdocs.yml
index b05259d..b3325d3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,5 +1,5 @@
-site_name: IntricateDocs
-site_url: https://intricate-dev-team.github.io/IntricateDocs/
+site_name: "Intrynzic Software: Internal Documentation"
+site_url: https://intrynzic.github.io/internal-docs/
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
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()