diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99ce571c..ea5f36e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ everyone who is interested in contributing. ## Documentation testing We treat documentation like code. Therefore, we use processes similar to those used for code to -maintain standards and quality of documentation. +maintain sFtandards and quality of documentation. We have tests: diff --git a/astro.config.mjs b/astro.config.mjs index c2e65745..93a114c4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -96,12 +96,12 @@ export default defineConfig({ { label: "Onboarding Hub", collapsed: true, - autogenerate: { directory: "Resources/Onboarding Hub" }, + autogenerate: { directory: "Resources/onboarding_hub" }, }, { label: "Quality Assurance", collapsed: true, - autogenerate: { directory: "Resources/Quality Assurance" }, + autogenerate: { directory: "Resources/quality_assurance" }, }, { label: "Frequently Asked Questions (FAQ)", @@ -117,24 +117,24 @@ export default defineConfig({ { label: "SplashKit", collapsed: true, - autogenerate: { directory: "Products/SplashKit" }, + autogenerate: { directory: "products/splashkit" }, }, { label: "OnTrack", collapsed: true, - autogenerate: { directory: "Products/OnTrack" }, + autogenerate: { directory: "products/ontrack" }, }, { label: "CourseFlow", collapsed: true, - autogenerate: { directory: "Products/CourseFlow" }, + autogenerate: { directory: "products/courseFlow" }, }, ], }, { label: "Teams and Contributions", collapsed: true, - autogenerate: { directory: "Teams and Contributions" }, + autogenerate: { directory: "teams_and_contributions" }, }, { label: "Feedback", diff --git a/public/README.md b/public/README.md new file mode 100644 index 00000000..ebf6443e --- /dev/null +++ b/public/README.md @@ -0,0 +1,41 @@ +# public + +## Purpose +The `public` directory contains static files and resources such as organizational structures, contributing guides, and utility scripts for the OnTrack and SplashKit projects. These files support documentation and contribute to project workflows. + +## Structure + +### 1. `company-structure/` +- **Purpose**: Stores images of the organizational structure for different terms. +- **Contents**: + - `2024-t2-thoth-tech-structure.png`: Organizational structure for Term 2, 2024. + - `2024-t3-thoth-tech-structure.png`: Organizational structure for Term 3, 2024. + +--- + +### 2. `ontrack/contributing-guide/` +- **Purpose**: Contains images supporting the OnTrack contributing guide documentation. +- **Contents**: + - `backendmigrationerror.png`: Visual representation of a backend migration error. + - `correctsigninpage.png`: Example of a correctly implemented sign-in page. + - `dockererror.png`: Error encountered during Docker setup. + - `gitfetchexample.png`: Example usage of the Git fetch command. + - `gitremotes.png`: Guide to Git remotes configuration. + - `incorrectsigninpage.png`: Example of a poorly implemented sign-in page. + - `mysqlerror.png`: Common MySQL error during development. + - `poststarterror.png`: Error related to post-start operations. + +--- + +### 3. `scripts/` +- **Purpose**: Contains utility scripts for integration and management tasks. +- **Contents**: + - `ms_teams_planner_export_script.py`: Python script for exporting tasks from Microsoft Teams Planner. + +--- + +## Notes +- Follow **snake_case** for new file names added to this directory. +- Ensure that static files like images and scripts are documented here for ease of navigation. +- Keep the `public` directory organized by creating additional subdirectories as needed. + diff --git a/public/scripts/MSTeamsPlannerExportScript.py b/public/scripts/ms_teams_planner_export_script.py similarity index 100% rename from public/scripts/MSTeamsPlannerExportScript.py rename to public/scripts/ms_teams_planner_export_script.py diff --git a/src/README.md b/src/README.md new file mode 100644 index 00000000..816306d3 --- /dev/null +++ b/src/README.md @@ -0,0 +1,44 @@ +# src + +## Purpose +The `src` directory is the core of the repository, containing all essential resources for the OnTrack and SplashKit projects. It houses static assets, technical documentation, style configurations, and resources for onboarding and quality assurance. + +## Structure + +### 1. `assets/` +- **Purpose**: Stores static assets like logos and images. +- **Contents**: + - `thoth-logo.png`: The primary logo for Thoth Tech. + - `thoth-tech-logo-glow.png`: A glowing variation of the Thoth Tech logo. + +--- + +### 2. `content/` +- **Purpose**: Contains the main documentation for various projects and modules. +- **Subdirectories**: + - **`docs/`**: Core technical documentation organized into: + - **`Products/`**: Documentation for key projects: + - **`CourseFlow/`**: + - Contains project files, including data flow diagrams, entity relationships, and user stories. + - **`OnTrack/`**: + - Covers deployment, file submission, multiple organizations, and setup guides. + - Includes `review-ontrack-github.md` for GitHub reviews. + - **`SplashKit/`**: + - Documents game development, arcade machines, and website details. + - **`old-files-and-folders/`**: Archived files for reference purposes. + - **Files in `content/`**: + - `config.ts`: Configuration file for Astro framework. + +--- + +### 3. `styles/` +- **Purpose**: Contains CSS and style-related files for customizing the documentation website. +- **Note**: Ensure any new styles align with existing design guidelines. + +--- + +### Notes +- Follow **snake_case** for any new file or folder names. +- All documentation updates should be reflected in the `astro.config.mjs` file for proper linkage. +- Static assets for all modules and subprojects should be added to the `assets/` folder. + diff --git a/src/content/docs/Products/CourseFlow/Documentation/About Us.md b/src/content/docs/Products/CourseFlow/Documentation/about_us.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/About Us.md rename to src/content/docs/Products/CourseFlow/Documentation/about_us.md diff --git a/src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-03-30 1500 - weekly review.md b/src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-03-30 1500 - weekly review.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-03-30 1500 - weekly review.md rename to src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-03-30 1500 - weekly review.md diff --git a/src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-04 2010 - sprint 1 retrospective sprint 2 planning.md b/src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-04 2010 - sprint 1 retrospective sprint 2 planning.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-04 2010 - sprint 1 retrospective sprint 2 planning.md rename to src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-04 2010 - sprint 1 retrospective sprint 2 planning.md diff --git a/src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-07 1015 - weekly review.md b/src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-07 1015 - weekly review.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-07 1015 - weekly review.md rename to src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-07 1015 - weekly review.md diff --git a/src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-20 1500 - weekly review.md b/src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-20 1500 - weekly review.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-20 1500 - weekly review.md rename to src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-20 1500 - weekly review.md diff --git a/src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-27 1500 - weekly review.md b/src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-27 1500 - weekly review.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-27 1500 - weekly review.md rename to src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-27 1500 - weekly review.md diff --git a/src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-28 - general meeting.md b/src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-28 - general meeting.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-04-28 - general meeting.md rename to src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-04-28 - general meeting.md diff --git a/src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-05-11 1530 - weekly review.md b/src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-05-11 1530 - weekly review.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/2023-05-11 1530 - weekly review.md rename to src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/2023-05-11 1530 - weekly review.md diff --git a/src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/meeting-template.md b/src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/meeting-template.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Documentation/Meeting Minutes/meeting-template.md rename to src/content/docs/Products/CourseFlow/Documentation/meeting_minutes/meeting-template.md diff --git a/src/content/docs/Products/CourseFlow/Projects/2FA - Documentation/2FA - Documentation (Vin, Omar, Ted).md b/src/content/docs/Products/CourseFlow/Projects/2fa_documentation/2fa_documentation_vin_omar_ted.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Projects/2FA - Documentation/2FA - Documentation (Vin, Omar, Ted).md rename to src/content/docs/Products/CourseFlow/Projects/2fa_documentation/2fa_documentation_vin_omar_ted.md diff --git a/src/content/docs/Products/CourseFlow/Projects/Courseflow-Data-Flow-Diagram.md b/src/content/docs/Products/CourseFlow/Projects/courseflow_data_flow_diagram.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Projects/Courseflow-Data-Flow-Diagram.md rename to src/content/docs/Products/CourseFlow/Projects/courseflow_data_flow_diagram.md diff --git a/src/content/docs/Products/CourseFlow/Projects/Courseflow-Entity-Relationship.md b/src/content/docs/Products/CourseFlow/Projects/courseflow_project_pitch.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Projects/Courseflow-Entity-Relationship.md rename to src/content/docs/Products/CourseFlow/Projects/courseflow_project_pitch.md diff --git a/src/content/docs/Products/CourseFlow/Projects/Courseflow-Project-Pitch.md b/src/content/docs/Products/CourseFlow/Projects/courseflow_software_architecture.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Projects/Courseflow-Project-Pitch.md rename to src/content/docs/Products/CourseFlow/Projects/courseflow_software_architecture.md diff --git a/src/content/docs/Products/CourseFlow/Projects/Courseflow-Software-Architecture.md b/src/content/docs/Products/CourseFlow/Projects/src/content/docs/products/courseFlow/projects/Courseflow-Software-Architecture.md.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Projects/Courseflow-Software-Architecture.md rename to src/content/docs/Products/CourseFlow/Projects/src/content/docs/products/courseFlow/projects/Courseflow-Software-Architecture.md.md diff --git a/src/content/docs/Products/CourseFlow/Projects/User-Stories and Planned-Features.md b/src/content/docs/Products/CourseFlow/Projects/user_stories_and_planned_features.md similarity index 100% rename from src/content/docs/Products/CourseFlow/Projects/User-Stories and Planned-Features.md rename to src/content/docs/Products/CourseFlow/Projects/user_stories_and_planned_features.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Deployment/Enhanced_Authentication/LDAP-and-devise-research-documentation.md b/src/content/docs/Products/OnTrack/Documentation/Deployment/Enhanced_Authentication/ldap_and_devise_research_documentation.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Deployment/Enhanced_Authentication/LDAP-and-devise-research-documentation.md rename to src/content/docs/Products/OnTrack/Documentation/Deployment/Enhanced_Authentication/ldap_and_devise_research_documentation.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Deployment/Google Cloud/google-cloud-research.md b/src/content/docs/Products/OnTrack/Documentation/Deployment/google_cloud/google-cloud-research.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Deployment/Google Cloud/google-cloud-research.md rename to src/content/docs/Products/OnTrack/Documentation/Deployment/google_cloud/google-cloud-research.md diff --git a/src/content/docs/Products/OnTrack/Documentation/File Submission Enhancements/project-summary-document.md b/src/content/docs/Products/OnTrack/Documentation/file_submission/project-summary-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/File Submission Enhancements/project-summary-document.md rename to src/content/docs/Products/OnTrack/Documentation/file_submission/project-summary-document.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Deploy OnTrack/docker-compose-with-wsl2.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/deploy_ontrack/docker-compose-with-wsl2.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Deploy OnTrack/docker-compose-with-wsl2.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/deploy_ontrack/docker-compose-with-wsl2.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Deploy OnTrack/docker-setup-tutorial.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/deploy_ontrack/docker-setup-tutorial.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Deploy OnTrack/docker-setup-tutorial.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/deploy_ontrack/docker-setup-tutorial.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Deploy OnTrack/setting-up-doubtfire.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/deploy_ontrack/setting-up-doubtfire.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Deploy OnTrack/setting-up-doubtfire.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/deploy_ontrack/setting-up-doubtfire.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Deploy OnTrack/troubleshooting-docker-backup-for-ontrack.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/deploy_ontrack/troubleshooting-docker-backup-for-ontrack.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Deploy OnTrack/troubleshooting-docker-backup-for-ontrack.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/deploy_ontrack/troubleshooting-docker-backup-for-ontrack.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Framework/angular-and-angularjs.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/framework/angular-and-angularjs.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Framework/angular-and-angularjs.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/framework/angular-and-angularjs.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/introduction.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/introduction.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/introduction.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/introduction.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Migration/create-branch-and-initial-migration.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/migration/create-branch-and-initial-migration.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Migration/create-branch-and-initial-migration.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/migration/create-branch-and-initial-migration.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Migration/readme.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/migration/readme.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Migration/readme.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/migration/readme.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Migration/regular-migration-step.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/migration/regular-migration-step.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Migration/regular-migration-step.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/migration/regular-migration-step.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Research & Findings/spike-outcome-data-analytics.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/research_and_findings/spike-outcome-data-analytics.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Research & Findings/spike-outcome-data-analytics.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/research_and_findings/spike-outcome-data-analytics.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Research & Findings/testing-decision.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/research_and_findings/testing-decision.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Research & Findings/testing-decision.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/research_and_findings/testing-decision.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Testing/images/unit_test_terminal_output.png b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/testing/images/unit_test_terminal_output.png similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Testing/images/unit_test_terminal_output.png rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/testing/images/unit_test_terminal_output.png diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/Testing/unit-test.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/testing/unit-test.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/Testing/unit-test.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/testing/unit-test.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/component-review-create-unit-modal.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/component-review-create-unit-modal.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/component-review-create-unit-modal.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/component-review-create-unit-modal.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/local-storage.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/local-storage.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/local-storage.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/local-storage.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/on-long-press.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/on-long-press.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/on-long-press.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/on-long-press.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/teching-period-breaks.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/teching-period-breaks.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/teching-period-breaks.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/teching-period-breaks.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/teching-period-details-editor.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/teching-period-details-editor.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/teching-period-details-editor.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/teching-period-details-editor.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/teching-period-units.md b/src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/teching-period-units.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Front End Migration/UI Enhancement/teching-period-units.md rename to src/content/docs/Products/OnTrack/Documentation/front_end_migration_enhancements/ui_enhancement/teching-period-units.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Incorporate Content Ontrack/design-document.md b/src/content/docs/Products/OnTrack/Documentation/incorporate_content_ontrack/design-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Incorporate Content Ontrack/design-document.md rename to src/content/docs/Products/OnTrack/Documentation/incorporate_content_ontrack/design-document.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Incorporate Content Ontrack/gather-requirements.md b/src/content/docs/Products/OnTrack/Documentation/incorporate_content_ontrack/gather-requirements.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Incorporate Content Ontrack/gather-requirements.md rename to src/content/docs/Products/OnTrack/Documentation/incorporate_content_ontrack/gather-requirements.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Incorporate Content Ontrack/incorporate-doc.md b/src/content/docs/Products/OnTrack/Documentation/incorporate_content_ontrack/incorporate-doc.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Incorporate Content Ontrack/incorporate-doc.md rename to src/content/docs/Products/OnTrack/Documentation/incorporate_content_ontrack/incorporate-doc.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Incorporate Content Ontrack/uml-diagram.md b/src/content/docs/Products/OnTrack/Documentation/incorporate_content_ontrack/uml-diagram.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Incorporate Content Ontrack/uml-diagram.md rename to src/content/docs/Products/OnTrack/Documentation/incorporate_content_ontrack/uml-diagram.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/docker-containers-srs.md b/src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/docker-containers-srs.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/docker-containers-srs.md rename to src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/docker-containers-srs.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/docker-documentation-research-t1-2022.md b/src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/docker-documentation-research-t1-2022.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/docker-documentation-research-t1-2022.md rename to src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/docker-documentation-research-t1-2022.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/index.md b/src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/index.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/index.md rename to src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/index.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/jupyter-notebook-epic-t1-2022.md b/src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/jupyter-notebook-epic-t1-2022.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/jupyter-notebook-epic-t1-2022.md rename to src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/jupyter-notebook-epic-t1-2022.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/prototype-srs-software-requirements-specification.md b/src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/prototype-srs-software-requirements-specification.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Jupyter Notebook/prototype-srs-software-requirements-specification.md rename to src/content/docs/Products/OnTrack/Documentation/jupyter_notebook/prototype-srs-software-requirements-specification.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Multiple Organisations/design-documentation.md b/src/content/docs/Products/OnTrack/Documentation/multiple_organisations/design-documentation.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Multiple Organisations/design-documentation.md rename to src/content/docs/Products/OnTrack/Documentation/multiple_organisations/design-documentation.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Multiple Organisations/gather-requirements-for-multiple-organisations.md b/src/content/docs/Products/OnTrack/Documentation/multiple_organisations/gather-requirements-for-multiple-organisations.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Multiple Organisations/gather-requirements-for-multiple-organisations.md rename to src/content/docs/Products/OnTrack/Documentation/multiple_organisations/gather-requirements-for-multiple-organisations.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Multiple Organisations/test-scenario-requirements.md b/src/content/docs/Products/OnTrack/Documentation/multiple_organisations/test-scenario-requirements.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Multiple Organisations/test-scenario-requirements.md rename to src/content/docs/Products/OnTrack/Documentation/multiple_organisations/test-scenario-requirements.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Multiple Organisations/uml-design.md b/src/content/docs/Products/OnTrack/Documentation/multiple_organisations/uml-design.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Multiple Organisations/uml-design.md rename to src/content/docs/Products/OnTrack/Documentation/multiple_organisations/uml-design.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Sidekiq Investigation/sidekiq-investigation.md b/src/content/docs/Products/OnTrack/Documentation/sidekiq_investigation/sidekiq-investigation.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Sidekiq Investigation/sidekiq-investigation.md rename to src/content/docs/Products/OnTrack/Documentation/sidekiq_investigation/sidekiq-investigation.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Voice Verification/architecture-document.md b/src/content/docs/Products/OnTrack/Documentation/voice_verification/architecture-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Voice Verification/architecture-document.md rename to src/content/docs/Products/OnTrack/Documentation/voice_verification/architecture-document.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Voice Verification/audio-system-interface-design.md b/src/content/docs/Products/OnTrack/Documentation/voice_verification/audio-system-interface-design.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Voice Verification/audio-system-interface-design.md rename to src/content/docs/Products/OnTrack/Documentation/voice_verification/audio-system-interface-design.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Voice Verification/voice-verification-design-document.md b/src/content/docs/Products/OnTrack/Documentation/voice_verification/voice-verification-design-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Voice Verification/voice-verification-design-document.md rename to src/content/docs/Products/OnTrack/Documentation/voice_verification/voice-verification-design-document.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Voice Verification/voice-verification-srs-document.md b/src/content/docs/Products/OnTrack/Documentation/voice_verification/voice-verification-srs-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Voice Verification/voice-verification-srs-document.md rename to src/content/docs/Products/OnTrack/Documentation/voice_verification/voice-verification-srs-document.md diff --git a/src/content/docs/Products/OnTrack/Documentation/Voice Verification/voice-verification-user-design-document.md b/src/content/docs/Products/OnTrack/Documentation/voice_verification/voice-verification-user-design-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Documentation/Voice Verification/voice-verification-user-design-document.md rename to src/content/docs/Products/OnTrack/Documentation/voice_verification/voice-verification-user-design-document.md diff --git a/src/content/docs/Products/OnTrack/Issues and Resolutions/doubtfire-in-codespaces.md b/src/content/docs/Products/OnTrack/issues_and_resolutions/doubtfire-in-codespaces.md similarity index 100% rename from src/content/docs/Products/OnTrack/Issues and Resolutions/doubtfire-in-codespaces.md rename to src/content/docs/Products/OnTrack/issues_and_resolutions/doubtfire-in-codespaces.md diff --git a/src/content/docs/Products/OnTrack/Issues and Resolutions/troubleshooting doubtfire setup.md b/src/content/docs/Products/OnTrack/issues_and_resolutions/troubleshooting doubtfire setup.md similarity index 100% rename from src/content/docs/Products/OnTrack/Issues and Resolutions/troubleshooting doubtfire setup.md rename to src/content/docs/Products/OnTrack/issues_and_resolutions/troubleshooting doubtfire setup.md diff --git a/src/content/docs/Products/OnTrack/Ontrack Setup/How to Run OnTrack with Ubuntu.md b/src/content/docs/Products/OnTrack/ontrack_setup/how_to_run_ontrack_with_ubuntu.md.md similarity index 100% rename from src/content/docs/Products/OnTrack/Ontrack Setup/How to Run OnTrack with Ubuntu.md rename to src/content/docs/Products/OnTrack/ontrack_setup/how_to_run_ontrack_with_ubuntu.md.md diff --git a/src/content/docs/Products/OnTrack/Projects/Group Task Submission/group-task-submission-doc.md b/src/content/docs/Products/OnTrack/projects/group_task_submission/group-task-submission-doc.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Group Task Submission/group-task-submission-doc.md rename to src/content/docs/Products/OnTrack/projects/group_task_submission/group-task-submission-doc.md diff --git a/src/content/docs/Products/OnTrack/Projects/Group Task Submission/group-task-submission-uml-design.md b/src/content/docs/Products/OnTrack/projects/group_task_submission/group-task-submission-uml-design.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Group Task Submission/group-task-submission-uml-design.md rename to src/content/docs/Products/OnTrack/projects/group_task_submission/group-task-submission-uml-design.md diff --git a/src/content/docs/Products/OnTrack/Projects/Numbas/NumbasFeasabilityCheck.md b/src/content/docs/Products/OnTrack/projects/numbas/numbas_feasability_check.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Numbas/NumbasFeasabilityCheck.md rename to src/content/docs/Products/OnTrack/projects/numbas/numbas_feasability_check.md diff --git a/src/content/docs/Products/OnTrack/Projects/Numbas/NumbasProjectGuideline.md b/src/content/docs/Products/OnTrack/projects/numbas/numbas_project_guideline.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Numbas/NumbasProjectGuideline.md rename to src/content/docs/Products/OnTrack/projects/numbas/numbas_project_guideline.md diff --git a/src/content/docs/Products/OnTrack/Projects/Numbas/ProjectSignOffNumbas.md b/src/content/docs/Products/OnTrack/projects/numbas/project_sign_off_numbas.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Numbas/ProjectSignOffNumbas.md rename to src/content/docs/Products/OnTrack/projects/numbas/project_sign_off_numbas.md diff --git a/src/content/docs/Products/OnTrack/Projects/Numbas/ProjectSignOffTemplate.md b/src/content/docs/Products/OnTrack/projects/numbas/project_sign_off_template.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Numbas/ProjectSignOffTemplate.md rename to src/content/docs/Products/OnTrack/projects/numbas/project_sign_off_template.md diff --git a/src/content/docs/Products/OnTrack/Projects/Numbas/SpikeOutcome-Scorm2004.md b/src/content/docs/Products/OnTrack/projects/numbas/spike_outcome_scorm2004.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Numbas/SpikeOutcome-Scorm2004.md rename to src/content/docs/Products/OnTrack/projects/numbas/spike_outcome_scorm2004.md diff --git a/src/content/docs/Products/OnTrack/Projects/Staff Grant Extension/DESIGN.md b/src/content/docs/Products/OnTrack/projects/staff_grant_extension/DESIGN.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Staff Grant Extension/DESIGN.md rename to src/content/docs/Products/OnTrack/projects/staff_grant_extension/DESIGN.md diff --git a/src/content/docs/Products/OnTrack/Projects/Staff Grant Extension/REQUIREMENTS.md b/src/content/docs/Products/OnTrack/projects/staff_grant_extension/requirements.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Staff Grant Extension/REQUIREMENTS.md rename to src/content/docs/Products/OnTrack/projects/staff_grant_extension/requirements.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/2022-t3-hand-over-document.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/2022-t3-hand-over-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/2022-t3-hand-over-document.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/2022-t3-hand-over-document.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/2023-t1-hand-over-document.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/2023-t1-hand-over-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/2023-t1-hand-over-document.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/2023-t1-hand-over-document.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/deliverables.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/deliverables.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/deliverables.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/deliverables.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/epic.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/epic.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/epic.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/epic.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/index.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/index.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/index.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/index.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/project-on-boarding.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/project-on-boarding.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/project-on-boarding.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/project-on-boarding.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/project-scope-signoff-document.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/project-scope-signoff-document.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/project-scope-signoff-document.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/project-scope-signoff-document.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/requirements.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/requirements.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/requirements.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/requirements.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/submission-enhancement-overview-doc.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/submission-enhancement-overview-doc.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/submission-enhancement-overview-doc.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/submission-enhancement-overview-doc.md diff --git a/src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/user-stories-and-features.md b/src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/user-stories-and-features.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Task Submission and Redesign/user-stories-and-features.md rename to src/content/docs/Products/OnTrack/projects/task_submission_and_redesign/user-stories-and-features.md diff --git a/src/content/docs/Products/OnTrack/Projects/Tutor Times/Documentation/design-back-end.md b/src/content/docs/Products/OnTrack/projects/tutor_times/documentation/design-back-end.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Tutor Times/Documentation/design-back-end.md rename to src/content/docs/Products/OnTrack/projects/tutor_times/documentation/design-back-end.md diff --git a/src/content/docs/Products/OnTrack/Projects/Tutor Times/Documentation/design-front-end.md b/src/content/docs/Products/OnTrack/projects/tutor_times/documentation/design-front-end.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Tutor Times/Documentation/design-front-end.md rename to src/content/docs/Products/OnTrack/projects/tutor_times/documentation/design-front-end.md diff --git a/src/content/docs/Products/OnTrack/Projects/Tutor Times/Documentation/requrirements-back-end.md b/src/content/docs/Products/OnTrack/projects/tutor_times/documentation/requrirements-back-end.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Tutor Times/Documentation/requrirements-back-end.md rename to src/content/docs/Products/OnTrack/projects/tutor_times/documentation/requrirements-back-end.md diff --git a/src/content/docs/Products/OnTrack/Projects/Tutor Times/Documentation/requrirements-front-end.md b/src/content/docs/Products/OnTrack/projects/tutor_times/documentation/requrirements-front-end.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Tutor Times/Documentation/requrirements-front-end.md rename to src/content/docs/Products/OnTrack/projects/tutor_times/documentation/requrirements-front-end.md diff --git a/src/content/docs/Products/OnTrack/Projects/Tutor Times/UML Diagrams/uml-diagram.md b/src/content/docs/Products/OnTrack/projects/tutor_times/uml_diagrams/uml-diagram.md similarity index 100% rename from src/content/docs/Products/OnTrack/Projects/Tutor Times/UML Diagrams/uml-diagram.md rename to src/content/docs/Products/OnTrack/projects/tutor_times/uml_diagrams/uml-diagram.md diff --git a/src/content/docs/Products/SplashKit/Arcade Machine/index.mdx b/src/content/docs/Products/SplashKit/arcade_machine/index.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Arcade Machine/index.mdx rename to src/content/docs/Products/SplashKit/arcade_machine/index.mdx diff --git a/src/content/docs/Products/SplashKit/Games Development/index.mdx b/src/content/docs/Products/SplashKit/games_development/index.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Games Development/index.mdx rename to src/content/docs/Products/SplashKit/games_development/index.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Expansion/Documentation/onboarding-guide.mdx b/src/content/docs/Products/SplashKit/splashkit_expansion/documentation/onboarding-guide.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Expansion/Documentation/onboarding-guide.mdx rename to src/content/docs/Products/SplashKit/splashkit_expansion/documentation/onboarding-guide.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Expansion/Documentation/peer-review-guide.mdx b/src/content/docs/Products/SplashKit/splashkit_expansion/documentation/peer-review-guide.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Expansion/Documentation/peer-review-guide.mdx rename to src/content/docs/Products/SplashKit/splashkit_expansion/documentation/peer-review-guide.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Expansion/index.mdx b/src/content/docs/Products/SplashKit/splashkit_expansion/index.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Expansion/index.mdx rename to src/content/docs/Products/SplashKit/splashkit_expansion/index.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Classes/execution-environment.md b/src/content/docs/Products/SplashKit/splashkit_online/code_documentation/classes/execution-environment.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Classes/execution-environment.md rename to src/content/docs/Products/SplashKit/splashkit_online/code_documentation/classes/execution-environment.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Classes/idb-stored-project.md b/src/content/docs/Products/SplashKit/splashkit_online/code_documentation/classes/idb-stored-project.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Classes/idb-stored-project.md rename to src/content/docs/Products/SplashKit/splashkit_online/code_documentation/classes/idb-stored-project.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Classes/tree-view.md b/src/content/docs/Products/SplashKit/splashkit_online/code_documentation/classes/tree-view.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Classes/tree-view.md rename to src/content/docs/Products/SplashKit/splashkit_online/code_documentation/classes/tree-view.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Other/folder-structure-overview.md b/src/content/docs/Products/SplashKit/splashkit_online/code_documentation/other/folder-structure-overview.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Other/folder-structure-overview.md rename to src/content/docs/Products/SplashKit/splashkit_online/code_documentation/other/folder-structure-overview.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Processes/cpp-js-binding-generation-overview.md b/src/content/docs/Products/SplashKit/splashkit_online/code_documentation/processes/cpp-js-binding-generation-overview.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Processes/cpp-js-binding-generation-overview.md rename to src/content/docs/Products/SplashKit/splashkit_online/code_documentation/processes/cpp-js-binding-generation-overview.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Processes/how-splashkit-online-runs-code.md b/src/content/docs/Products/SplashKit/splashkit_online/code_documentation/processes/how-splashkit-online-runs-code.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Code Documentation/Processes/how-splashkit-online-runs-code.md rename to src/content/docs/Products/SplashKit/splashkit_online/code_documentation/processes/how-splashkit-online-runs-code.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/index.mdx b/src/content/docs/Products/SplashKit/splashkit_online/index.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/index.mdx rename to src/content/docs/Products/SplashKit/splashkit_online/index.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Research and Findings/api-support-tests.md b/src/content/docs/Products/SplashKit/splashkit_online/research_and_findings/api-support-tests.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Research and Findings/api-support-tests.md rename to src/content/docs/Products/SplashKit/splashkit_online/research_and_findings/api-support-tests.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Research and Findings/splashkit-online-research-outcome.md b/src/content/docs/Products/SplashKit/splashkit_online/research_and_findings/splashkit-online-research-outcome.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Research and Findings/splashkit-online-research-outcome.md rename to src/content/docs/Products/SplashKit/splashkit_online/research_and_findings/splashkit-online-research-outcome.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Online/Research and Findings/splashkit-online-research-plan.md b/src/content/docs/Products/SplashKit/splashkit_online/research_and_findings/splashkit-online-research-plan.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Online/Research and Findings/splashkit-online-research-plan.md rename to src/content/docs/Products/SplashKit/splashkit_online/research_and_findings/splashkit-online-research-plan.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/index.mdx b/src/content/docs/Products/SplashKit/splashkit_website/index.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/index.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/index.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/00-overview.mdx b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/00-overview.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/00-overview.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/00-overview.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/01-setting-up.mdx b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/01-setting-up.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/01-setting-up.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/01-setting-up.mdx diff --git a/src/content/docs/products/splashkit/SplashKit Website/Onboarding/02-GitHub-guide-draft.md b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/02-GitHub-guide-draft.md similarity index 100% rename from src/content/docs/products/splashkit/SplashKit Website/Onboarding/02-GitHub-guide-draft.md rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/02-GitHub-guide-draft.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/02-troubleshooting.mdx b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/02-troubleshooting.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/02-troubleshooting.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/02-troubleshooting.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/03-pull-request.mdx b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/03-pull-request.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/03-pull-request.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/03-pull-request.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/04-pull-request-template.md b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/04-pull-request-template.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/04-pull-request-template.md rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/04-pull-request-template.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/05-peer-review.mdx b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/05-peer-review.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/05-peer-review.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/05-peer-review.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/06-peer-review-web.mdx b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/06-peer-review-web.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/06-peer-review-web.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/06-peer-review-web.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/07-planner-board.mdx b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/07-planner-board.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/07-planner-board.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/07-planner-board.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/addbranch-gitdesk.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/addbranch-gitdesk.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/addbranch-gitdesk.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/addbranch-gitdesk.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/addbranch-vscode.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/addbranch-vscode.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/addbranch-vscode.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/addbranch-vscode.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/clonegitdesk.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/clonegitdesk.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/clonegitdesk.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/clonegitdesk.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/cloneurlgitdesk.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/cloneurlgitdesk.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/cloneurlgitdesk.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/cloneurlgitdesk.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/cloningrepo.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/cloningrepo.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/cloningrepo.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/cloningrepo.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/gitclone.gif b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/gitclone.gif similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/gitclone.gif rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/gitclone.gif diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/namebranch-gitdesk.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/namebranch-gitdesk.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/namebranch-gitdesk.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/namebranch-gitdesk.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/namebranch-vscode.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/namebranch-vscode.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/namebranch-vscode.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/namebranch-vscode.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/newbranch-vscode.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/newbranch-vscode.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/newbranch-vscode.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/newbranch-vscode.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/openrepo.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/openrepo.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/openrepo.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/openrepo.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/prinvscode.gif b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/prinvscode.gif similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/prinvscode.gif rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/prinvscode.gif diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/publishbranch-gitdesk.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/publishbranch-gitdesk.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/publishbranch-gitdesk.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/publishbranch-gitdesk.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/publishbranch-vscode.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/publishbranch-vscode.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/publishbranch-vscode.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/publishbranch-vscode.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/pull-request-fig1.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/pull-request-fig1.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/pull-request-fig1.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/pull-request-fig1.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/pull-request-fig2.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/pull-request-fig2.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/pull-request-fig2.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/pull-request-fig2.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/pull-request-fig3.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/pull-request-fig3.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/pull-request-fig3.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/pull-request-fig3.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/pull-request-fig4.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/pull-request-fig4.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/pull-request-fig4.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/pull-request-fig4.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/splashkitfork.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/splashkitfork.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/splashkitfork.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/splashkitfork.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/starlightrepo.png b/src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/starlightrepo.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Onboarding/images/starlightrepo.png rename to src/content/docs/Products/SplashKit/splashkit_website/onboarding/images/starlightrepo.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/01-Tutorial-Proposal-Template.md b/src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/01-Tutorial-Proposal-Template.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/01-Tutorial-Proposal-Template.md rename to src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/01-Tutorial-Proposal-Template.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/02-Tutorial-Style-Guide.mdx b/src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/02-Tutorial-Style-Guide.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/02-Tutorial-Style-Guide.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/02-Tutorial-Style-Guide.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/03-Tutorial-Reviews.mdx b/src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/03-Tutorial-Reviews.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/03-Tutorial-Reviews.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/03-Tutorial-Reviews.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/04-adding-oop.mdx b/src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/04-adding-oop.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/04-adding-oop.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/04-adding-oop.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/04-oop-styling.mdx b/src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/04-oop-styling.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/04-oop-styling.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/04-oop-styling.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/05-basic-vectors-proposal.md b/src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/05-basic-vectors-proposal.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/05-basic-vectors-proposal.md rename to src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/05-basic-vectors-proposal.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/06-SplashKitTutorials.md b/src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/06-SplashKitTutorials.md similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/06-SplashKitTutorials.md rename to src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/06-SplashKitTutorials.md diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/images/skbox.png b/src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/images/skbox.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Tutorials Documentation/images/skbox.png rename to src/content/docs/Products/SplashKit/splashkit_website/tutorials_documentation/images/skbox.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/01-overview.mdx b/src/content/docs/Products/SplashKit/splashkit_website/usage_examples/01-overview.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/01-overview.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/usage_examples/01-overview.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/02-creating-usage-examples.mdx b/src/content/docs/Products/SplashKit/splashkit_website/usage_examples/02-creating-usage-examples.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/02-creating-usage-examples.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/usage_examples/02-creating-usage-examples.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/03-usage-pull-request.mdx b/src/content/docs/Products/SplashKit/splashkit_website/usage_examples/03-usage-pull-request.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/03-usage-pull-request.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/usage_examples/03-usage-pull-request.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/04-usage-peer-review.mdx b/src/content/docs/Products/SplashKit/splashkit_website/usage_examples/04-usage-peer-review.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/04-usage-peer-review.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/usage_examples/04-usage-peer-review.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/05-updating-examples.mdx b/src/content/docs/Products/SplashKit/splashkit_website/usage_examples/05-updating-examples.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/05-updating-examples.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/usage_examples/05-updating-examples.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/images/usageexample1.png b/src/content/docs/Products/SplashKit/splashkit_website/usage_examples/images/usageexample1.png similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Usage Examples/images/usageexample1.png rename to src/content/docs/Products/SplashKit/splashkit_website/usage_examples/images/usageexample1.png diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/01-splashkit-website-overview.mdx b/src/content/docs/Products/SplashKit/splashkit_website/website_documentation/01-splashkit-website-overview.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/01-splashkit-website-overview.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/website_documentation/01-splashkit-website-overview.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/02-web-dev-files.mdx b/src/content/docs/Products/SplashKit/splashkit_website/website_documentation/02-web-dev-files.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/02-web-dev-files.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/website_documentation/02-web-dev-files.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/03-styling-guide.mdx b/src/content/docs/Products/SplashKit/splashkit_website/website_documentation/03-styling-guide.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/03-styling-guide.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/website_documentation/03-styling-guide.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/games-showcase-template.mdx b/src/content/docs/Products/SplashKit/splashkit_website/website_documentation/games-showcase-template.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/games-showcase-template.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/website_documentation/games-showcase-template.mdx diff --git a/src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/games-showcase.mdx b/src/content/docs/Products/SplashKit/splashkit_website/website_documentation/games-showcase.mdx similarity index 100% rename from src/content/docs/Products/SplashKit/Splashkit Website/Website Documentation/games-showcase.mdx rename to src/content/docs/Products/SplashKit/splashkit_website/website_documentation/games-showcase.mdx diff --git a/src/content/docs/Resources/Onboarding Hub/ontrack-onboarding-doc.md b/src/content/docs/Resources/onboarding_hub/ontrack-onboarding-doc.md similarity index 100% rename from src/content/docs/Resources/Onboarding Hub/ontrack-onboarding-doc.md rename to src/content/docs/Resources/onboarding_hub/ontrack-onboarding-doc.md diff --git a/src/content/docs/Resources/Onboarding Hub/splashkit-onboarding-doc.mdx b/src/content/docs/Resources/onboarding_hub/splashkit-onboarding-doc.mdx similarity index 100% rename from src/content/docs/Resources/Onboarding Hub/splashkit-onboarding-doc.mdx rename to src/content/docs/Resources/onboarding_hub/splashkit-onboarding-doc.mdx diff --git a/src/content/docs/Resources/Onboarding Hub/thothtech-onboarding-doc.md b/src/content/docs/Resources/onboarding_hub/thothtech-onboarding-doc.md similarity index 100% rename from src/content/docs/Resources/Onboarding Hub/thothtech-onboarding-doc.md rename to src/content/docs/Resources/onboarding_hub/thothtech-onboarding-doc.md diff --git a/src/content/docs/Resources/Quality Assurance/git-contributions-guide.md b/src/content/docs/Resources/quality_assurance/git-contributions-guide.md similarity index 100% rename from src/content/docs/Resources/Quality Assurance/git-contributions-guide.md rename to src/content/docs/Resources/quality_assurance/git-contributions-guide.md diff --git a/src/content/docs/Resources/Quality Assurance/quality-assurance-overview.md b/src/content/docs/Resources/quality_assurance/quality-assurance-overview.md similarity index 100% rename from src/content/docs/Resources/Quality Assurance/quality-assurance-overview.md rename to src/content/docs/Resources/quality_assurance/quality-assurance-overview.md diff --git a/src/content/docs/Resources/Quality Assurance/Templates/bug-report-template.md b/src/content/docs/Resources/quality_assurance/templates/bug-report-template.md similarity index 100% rename from src/content/docs/Resources/Quality Assurance/Templates/bug-report-template.md rename to src/content/docs/Resources/quality_assurance/templates/bug-report-template.md diff --git a/src/content/docs/Resources/Quality Assurance/Templates/pr-template.md b/src/content/docs/Resources/quality_assurance/templates/pr-template.md similarity index 100% rename from src/content/docs/Resources/Quality Assurance/Templates/pr-template.md rename to src/content/docs/Resources/quality_assurance/templates/pr-template.md diff --git a/src/content/docs/Resources/Quality Assurance/Templates/srs-template.md b/src/content/docs/Resources/quality_assurance/templates/srs-template.md similarity index 100% rename from src/content/docs/Resources/Quality Assurance/Templates/srs-template.md rename to src/content/docs/Resources/quality_assurance/templates/srs-template.md diff --git a/src/content/docs/Resources/Quality Assurance/Templates/test-plan-template.md b/src/content/docs/Resources/quality_assurance/templates/test-plan-template.md similarity index 100% rename from src/content/docs/Resources/Quality Assurance/Templates/test-plan-template.md rename to src/content/docs/Resources/quality_assurance/templates/test-plan-template.md diff --git a/src/content/docs/Resources/Quality Assurance/Templates/test-strategy-template.md b/src/content/docs/Resources/quality_assurance/templates/test-strategy-template.md similarity index 100% rename from src/content/docs/Resources/Quality Assurance/Templates/test-strategy-template.md rename to src/content/docs/Resources/quality_assurance/templates/test-strategy-template.md diff --git a/src/content/docs/Resources/Quality Assurance/testing-and-dev.md b/src/content/docs/Resources/quality_assurance/testing-and-dev.md similarity index 100% rename from src/content/docs/Resources/Quality Assurance/testing-and-dev.md rename to src/content/docs/Resources/quality_assurance/testing-and-dev.md diff --git a/src/content/docs/products/ontrack/documentation/panopoto-integration/panopto-oauth2-intergration-plan.md b/src/content/docs/products/ontrack/documentation/panopoto-integration/panopto-oauth2-intergration-plan.md index 5b730332..3e7f0b36 100644 --- a/src/content/docs/products/ontrack/documentation/panopoto-integration/panopto-oauth2-intergration-plan.md +++ b/src/content/docs/products/ontrack/documentation/panopoto-integration/panopto-oauth2-intergration-plan.md @@ -1,3 +1,6 @@ +--- +title: Panopto OAuth2 Integration Guide (Updated) +--- # Panopto OAuth2 Integration Guide (Updated) diff --git a/src/content/docs/products/ontrack/documentation/panopoto-integration/panopto-upload-process.md b/src/content/docs/products/ontrack/documentation/panopoto-integration/panopto-upload-process.md index a71517bf..208886d2 100644 --- a/src/content/docs/products/ontrack/documentation/panopoto-integration/panopto-upload-process.md +++ b/src/content/docs/products/ontrack/documentation/panopoto-integration/panopto-upload-process.md @@ -1,3 +1,8 @@ +--- +title: "Panopto Upload Process" +description: "Guide on uploading content to Panopto for OnTrack documentation." +--- + # Panopto Video Upload Process ## Overview diff --git a/src/content/docs/Teams and Contributions/2023 Trimester 2/company-structure-and-objectives-t2-2023.md b/src/content/docs/teams_and_contributions/2023_trimester_2/company-structure-and-objectives-t2-2023.md similarity index 100% rename from src/content/docs/Teams and Contributions/2023 Trimester 2/company-structure-and-objectives-t2-2023.md rename to src/content/docs/teams_and_contributions/2023_trimester_2/company-structure-and-objectives-t2-2023.md diff --git a/src/content/docs/Teams and Contributions/2023 Trimester 2/leadership-t2-2023.md b/src/content/docs/teams_and_contributions/2023_trimester_2/leadership-t2-2023.md similarity index 100% rename from src/content/docs/Teams and Contributions/2023 Trimester 2/leadership-t2-2023.md rename to src/content/docs/teams_and_contributions/2023_trimester_2/leadership-t2-2023.md diff --git a/src/content/docs/Teams and Contributions/2023 Trimester 2/organizational-structure-t2-2023.md b/src/content/docs/teams_and_contributions/2023_trimester_2/organizational-structure-t2-2023.md similarity index 100% rename from src/content/docs/Teams and Contributions/2023 Trimester 2/organizational-structure-t2-2023.md rename to src/content/docs/teams_and_contributions/2023_trimester_2/organizational-structure-t2-2023.md diff --git a/src/content/docs/Teams and Contributions/2023 Trimester 2/team-members-t2-2023.md b/src/content/docs/teams_and_contributions/2023_trimester_2/team-members-t2-2023.md similarity index 100% rename from src/content/docs/Teams and Contributions/2023 Trimester 2/team-members-t2-2023.md rename to src/content/docs/teams_and_contributions/2023_trimester_2/team-members-t2-2023.md diff --git a/src/content/docs/Teams and Contributions/2023 Trimester 3/company-progress-report.md b/src/content/docs/teams_and_contributions/2023_trimester_3/company-progress-report.md similarity index 100% rename from src/content/docs/Teams and Contributions/2023 Trimester 3/company-progress-report.md rename to src/content/docs/teams_and_contributions/2023_trimester_3/company-progress-report.md diff --git a/src/content/docs/Teams and Contributions/2023 Trimester 3/company-structure-and-objectives-t3-2023.md b/src/content/docs/teams_and_contributions/2023_trimester_3/company-structure-and-objectives-t3-2023.md similarity index 100% rename from src/content/docs/Teams and Contributions/2023 Trimester 3/company-structure-and-objectives-t3-2023.md rename to src/content/docs/teams_and_contributions/2023_trimester_3/company-structure-and-objectives-t3-2023.md diff --git a/src/content/docs/Teams and Contributions/2023 Trimester 3/contributing-effectively-in-t3-2023.md b/src/content/docs/teams_and_contributions/2023_trimester_3/contributing-effectively-in-t3-2023.md similarity index 100% rename from src/content/docs/Teams and Contributions/2023 Trimester 3/contributing-effectively-in-t3-2023.md rename to src/content/docs/teams_and_contributions/2023_trimester_3/contributing-effectively-in-t3-2023.md diff --git a/src/content/docs/Teams and Contributions/2023 Trimester 3/organizational-structure-t3-2023.md b/src/content/docs/teams_and_contributions/2023_trimester_3/organizational-structure-t3-2023.md similarity index 100% rename from src/content/docs/Teams and Contributions/2023 Trimester 3/organizational-structure-t3-2023.md rename to src/content/docs/teams_and_contributions/2023_trimester_3/organizational-structure-t3-2023.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 1/contributing-effectively-in-t1-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_1/contributing-effectively-in-t1-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 1/contributing-effectively-in-t1-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_1/contributing-effectively-in-t1-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 1/leadership-t1-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_1/leadership-t1-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 1/leadership-t1-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_1/leadership-t1-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 1/team-members-t1-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_1/team-members-t1-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 1/team-members-t1-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_1/team-members-t1-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 2/company-report.md b/src/content/docs/teams_and_contributions/2024_trimester_2/company-report.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 2/company-report.md rename to src/content/docs/teams_and_contributions/2024_trimester_2/company-report.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 2/leadership-t2-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_2/leadership-t2-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 2/leadership-t2-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_2/leadership-t2-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 2/organizational-structure-t2-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_2/organizational-structure-t2-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 2/organizational-structure-t2-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_2/organizational-structure-t2-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 2/team-members-t2-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_2/team-members-t2-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 2/team-members-t2-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_2/team-members-t2-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 3/company-structure-objectives-t3-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_3/company-structure-objectives-t3-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 3/company-structure-objectives-t3-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_3/company-structure-objectives-t3-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 3/leadership-t3-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_3/leadership-t3-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 3/leadership-t3-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_3/leadership-t3-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 3/organizational-structure-t3-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_3/organizational-structure-t3-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 3/organizational-structure-t3-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_3/organizational-structure-t3-2024.md diff --git a/src/content/docs/Teams and Contributions/2024 Trimester 3/team-members-t3-2024.md b/src/content/docs/teams_and_contributions/2024_trimester_3/team-members-t3-2024.md similarity index 100% rename from src/content/docs/Teams and Contributions/2024 Trimester 3/team-members-t3-2024.md rename to src/content/docs/teams_and_contributions/2024_trimester_3/team-members-t3-2024.md diff --git a/src/content/docs/Teams and Contributions/ms-teams-planner-task-export.mdx b/src/content/docs/teams_and_contributions/ms-teams-planner-task-export.mdx similarity index 95% rename from src/content/docs/Teams and Contributions/ms-teams-planner-task-export.mdx rename to src/content/docs/teams_and_contributions/ms-teams-planner-task-export.mdx index 380bb7af..6c50ba45 100644 --- a/src/content/docs/Teams and Contributions/ms-teams-planner-task-export.mdx +++ b/src/content/docs/teams_and_contributions/ms-teams-planner-task-export.mdx @@ -12,7 +12,7 @@ To help with assembling the company reports/handover documents, we have a Python the current tasks from the MS Teams Planner board and exports them as a `csv`, for inclusion as a table in the document. It uses the Microsoft Graph API to access the data. -The script can be found [here](/scripts/MSTeamsPlannerExportScript.py). It's pretty simple to use, +The script can be found [here](/scripts/ms_teams_planner_export_script.py). It's pretty simple to use, and for a step-by-step guide see below: ## Steps @@ -29,7 +29,7 @@ and for a step-by-step guide see below: Copy and paste the following command into your terminal, then press **Enter**: diff --git a/src/content/docs/Teams and Contributions/Templates/company-structure-objectives.md b/src/content/docs/teams_and_contributions/templates/company-structure-objectives.md similarity index 100% rename from src/content/docs/Teams and Contributions/Templates/company-structure-objectives.md rename to src/content/docs/teams_and_contributions/templates/company-structure-objectives.md diff --git a/src/content/docs/Teams and Contributions/Templates/project-handover-template.md b/src/content/docs/teams_and_contributions/templates/project-handover-template.md similarity index 100% rename from src/content/docs/Teams and Contributions/Templates/project-handover-template.md rename to src/content/docs/teams_and_contributions/templates/project-handover-template.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/BackendUpgrades/AsynchronyProposal.md b/src/content/old_files_and_folders/art_gallery/documentation/backend_upgrades/asynchrony_proposal.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/BackendUpgrades/AsynchronyProposal.md rename to src/content/old_files_and_folders/art_gallery/documentation/backend_upgrades/asynchrony_proposal.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/BackendUpgrades/NET8Migration.md b/src/content/old_files_and_folders/art_gallery/documentation/backend_upgrades/net8_migration.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/BackendUpgrades/NET8Migration.md rename to src/content/old_files_and_folders/art_gallery/documentation/backend_upgrades/net8_migration.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Deployment/CICDPipeline.md b/src/content/old_files_and_folders/art_gallery/documentation/deployment/cicd_pipeline.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Deployment/CICDPipeline.md rename to src/content/old_files_and_folders/art_gallery/documentation/deployment/cicd_pipeline.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Deployment/CICDPipelineOverview.md b/src/content/old_files_and_folders/art_gallery/documentation/deployment/cicd_pipeline_overview.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Deployment/CICDPipelineOverview.md rename to src/content/old_files_and_folders/art_gallery/documentation/deployment/cicd_pipeline_overview.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Deployment/CICDToolsResearch.md b/src/content/old_files_and_folders/art_gallery/documentation/deployment/cicd_tools_research.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Deployment/CICDToolsResearch.md rename to src/content/old_files_and_folders/art_gallery/documentation/deployment/cicd_tools_research.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Deployment/CybersecurityPolicy.md b/src/content/old_files_and_folders/art_gallery/documentation/deployment/cybersecurity_policy.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Deployment/CybersecurityPolicy.md rename to src/content/old_files_and_folders/art_gallery/documentation/deployment/cybersecurity_policy.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Deployment/DeploymentStatus.md b/src/content/old_files_and_folders/art_gallery/documentation/deployment/deployment_status.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Deployment/DeploymentStatus.md rename to src/content/old_files_and_folders/art_gallery/documentation/deployment/deployment_status.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Deployment/DeploymentStrategies.md b/src/content/old_files_and_folders/art_gallery/documentation/deployment/deployment_strategies.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Deployment/DeploymentStrategies.md rename to src/content/old_files_and_folders/art_gallery/documentation/deployment/deployment_strategies.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Deployment/PreliminaryProposal.md b/src/content/old_files_and_folders/art_gallery/documentation/deployment/preliminary_proposal.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Deployment/PreliminaryProposal.md rename to src/content/old_files_and_folders/art_gallery/documentation/deployment/preliminary_proposal.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Dockerization/DockerizationFeasabilityCheck.md b/src/content/old_files_and_folders/art_gallery/documentation/dockerization/dockerization_feasability_check.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Dockerization/DockerizationFeasabilityCheck.md rename to src/content/old_files_and_folders/art_gallery/documentation/dockerization/dockerization_feasability_check.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Dockerization/DockerizationProjectOutline.md b/src/content/old_files_and_folders/art_gallery/documentation/dockerization/dockerization_project_outline.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Dockerization/DockerizationProjectOutline.md rename to src/content/old_files_and_folders/art_gallery/documentation/dockerization/dockerization_project_outline.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Dockerization/DockerizationResearchNotes.md b/src/content/old_files_and_folders/art_gallery/documentation/dockerization/dockerization_research_notes.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Dockerization/DockerizationResearchNotes.md rename to src/content/old_files_and_folders/art_gallery/documentation/dockerization/dockerization_research_notes.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Dockerization/How To Contribute.md b/src/content/old_files_and_folders/art_gallery/documentation/dockerization/how_to_contribute.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Dockerization/How To Contribute.md rename to src/content/old_files_and_folders/art_gallery/documentation/dockerization/how_to_contribute.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/_bookstack.sql b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/_bookstack.sql similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/_bookstack.sql rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/_bookstack.sql diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/BookStackInformation.md b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/bookstack_information.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/BookStackInformation.md rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/bookstack_information.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationContentDiscussion.md b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_content_discussion.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationContentDiscussion.md rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_content_discussion.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationFeasabilityCheck.md b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_feasability_check.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationFeasabilityCheck.md rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_feasability_check.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationHostCase.md b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_host_case.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationHostCase.md rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_host_case.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationInitialDesigns.md b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_initial_designs.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationInitialDesigns.md rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_initial_designs.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationProgressReportWeek5.md b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_progress_report_week5.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationProgressReportWeek5.md rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_progress_report_week5.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationProjectOutline.md b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_project_outline.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationProjectOutline.md rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_project_outline.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationResearchNotes.md b/src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_research_notes.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Documentation Project/DocumentationResearchNotes.md rename to src/content/old_files_and_folders/art_gallery/documentation/documentation_project/documentation_research_notes.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Guidance/2023T2-handover.md b/src/content/old_files_and_folders/art_gallery/documentation/guidance/2023T2-handover.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Guidance/2023T2-handover.md rename to src/content/old_files_and_folders/art_gallery/documentation/guidance/2023T2-handover.md diff --git a/src/content/old-files-and-folders/art-gallery/Documentation/Guidance/Postman.README.md b/src/content/old_files_and_folders/art_gallery/documentation/guidance/postman_readme.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Documentation/Guidance/Postman.README.md rename to src/content/old_files_and_folders/art_gallery/documentation/guidance/postman_readme.md diff --git a/src/content/old-files-and-folders/art-gallery/example.mdx b/src/content/old_files_and_folders/art_gallery/example.mdx similarity index 100% rename from src/content/old-files-and-folders/art-gallery/example.mdx rename to src/content/old_files_and_folders/art_gallery/example.mdx diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/_art-gallery-lighhouse-desktop-report-V1032023.pdf b/src/content/old_files_and_folders/art_gallery/projects/lighthouse/_art-gallery-lighhouse-desktop-report-V1032023.pdf similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/_art-gallery-lighhouse-desktop-report-V1032023.pdf rename to src/content/old_files_and_folders/art_gallery/projects/lighthouse/_art-gallery-lighhouse-desktop-report-V1032023.pdf diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/_art-gallery-lighhouse-mobile-report-V1032023.pdf b/src/content/old_files_and_folders/art_gallery/projects/lighthouse/_art-gallery-lighhouse-mobile-report-V1032023.pdf similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/_art-gallery-lighhouse-mobile-report-V1032023.pdf rename to src/content/old_files_and_folders/art_gallery/projects/lighthouse/_art-gallery-lighhouse-mobile-report-V1032023.pdf diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/LighthouseReviewReport.md b/src/content/old_files_and_folders/art_gallery/projects/lighthouse/lighthouse_review_report.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/LighthouseReviewReport.md rename to src/content/old_files_and_folders/art_gallery/projects/lighthouse/lighthouse_review_report.md diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/ProjectReport.md b/src/content/old_files_and_folders/art_gallery/projects/lighthouse/project_report.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/ProjectReport.md rename to src/content/old_files_and_folders/art_gallery/projects/lighthouse/project_report.md diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/SEOResearch.md b/src/content/old_files_and_folders/art_gallery/projects/lighthouse/seo_research.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/SEOResearch.md rename to src/content/old_files_and_folders/art_gallery/projects/lighthouse/seo_research.md diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/SpikeUpskillingReport.md b/src/content/old_files_and_folders/art_gallery/projects/lighthouse/spike_upskilling_report.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/SpikeUpskillingReport.md rename to src/content/old_files_and_folders/art_gallery/projects/lighthouse/spike_upskilling_report.md diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/_T22023-updated-lighthouse-report.pdf b/src/content/old_files_and_folders/art_gallery/projects/lighthouse/t2_2023_updated_lighthouse_report.pdf similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Lighthouse/_T22023-updated-lighthouse-report.pdf rename to src/content/old_files_and_folders/art_gallery/projects/lighthouse/t2_2023_updated_lighthouse_report.pdf diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Art gallery back-end testing Xunit.md b/src/content/old_files_and_folders/art_gallery/projects/testing_project/art_gallery_backend_testing_xunit.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Art gallery back-end testing Xunit.md rename to src/content/old_files_and_folders/art_gallery/projects/testing_project/art_gallery_backend_testing_xunit.md diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Art gallery front-end E2E teststing Cypress.md b/src/content/old_files_and_folders/art_gallery/projects/testing_project/art_gallery_frontend_e2e_testing_cypress.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Art gallery front-end E2E teststing Cypress.md rename to src/content/old_files_and_folders/art_gallery/projects/testing_project/art_gallery_frontend_e2e_testing_cypress.md diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Art gallery front-end Unit testting setup Vitest.md b/src/content/old_files_and_folders/art_gallery/projects/testing_project/art_gallery_frontend_unit_testing_setup_vitest.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Art gallery front-end Unit testting setup Vitest.md rename to src/content/old_files_and_folders/art_gallery/projects/testing_project/art_gallery_frontend_unit_testing_setup_vitest.md diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Art gallery site setup guide.md b/src/content/old_files_and_folders/art_gallery/projects/testing_project/art_gallery_site_setup_guide.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Art gallery site setup guide.md rename to src/content/old_files_and_folders/art_gallery/projects/testing_project/art_gallery_site_setup_guide.md diff --git a/src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Handover notes T1 2023.md b/src/content/old_files_and_folders/art_gallery/projects/testing_project/handover_notes_t1_2023.md similarity index 100% rename from src/content/old-files-and-folders/art-gallery/Projects/Testing Project/Handover notes T1 2023.md rename to src/content/old_files_and_folders/art_gallery/projects/testing_project/handover_notes_t1_2023.md diff --git a/src/content/old-files-and-folders/blog/test.md b/src/content/old_files_and_folders/blog/test.md similarity index 100% rename from src/content/old-files-and-folders/blog/test.md rename to src/content/old_files_and_folders/blog/test.md diff --git a/src/content/old-files-and-folders/company-operations/documentation/Choosing a Documentation Platform.md b/src/content/old_files_and_folders/company_operations/documentation/choosing_a_documentation_platform.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/documentation/Choosing a Documentation Platform.md rename to src/content/old_files_and_folders/company_operations/documentation/choosing_a_documentation_platform.md diff --git a/src/content/old-files-and-folders/company-operations/documentation/Dockerize the Doc Website and Publish to GitHub.md b/src/content/old_files_and_folders/company_operations/documentation/dockerize_the_doc_website_and_publish_to_github.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/documentation/Dockerize the Doc Website and Publish to GitHub.md rename to src/content/old_files_and_folders/company_operations/documentation/dockerize_the_doc_website_and_publish_to_github.md diff --git a/src/content/old-files-and-folders/company-operations/example.mdx b/src/content/old_files_and_folders/company_operations/example.mdx similarity index 100% rename from src/content/old-files-and-folders/company-operations/example.mdx rename to src/content/old_files_and_folders/company_operations/example.mdx diff --git a/src/content/old-files-and-folders/company-operations/issues-and-resolution/Enable Bullet Points in Markdown Tables.md b/src/content/old_files_and_folders/company_operations/issues_and_resolution/enable_bullet_points_in_markdown_tables.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/issues-and-resolution/Enable Bullet Points in Markdown Tables.md rename to src/content/old_files_and_folders/company_operations/issues_and_resolution/enable_bullet_points_in_markdown_tables.md diff --git a/src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Docusaurus Spike Outcome.md b/src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/docusaurus_spike_outcome.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Docusaurus Spike Outcome.md rename to src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/docusaurus_spike_outcome.md diff --git a/src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Docusaurus Spike Plan.md b/src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/docusaurus_spike_plan.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Docusaurus Spike Plan.md rename to src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/docusaurus_spike_plan.md diff --git a/src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Options for Hosting Docusaurus Website.md b/src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/options_for_hosting_docusaurus_website.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Options for Hosting Docusaurus Website.md rename to src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/options_for_hosting_docusaurus_website.md diff --git a/src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Prior Learning Outcome for Documentation Website.md b/src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/prior_learning_outcome_for_documentation_website.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Prior Learning Outcome for Documentation Website.md rename to src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/prior_learning_outcome_for_documentation_website.md diff --git a/src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Research on Docusaurus.md b/src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/research_on_docusaurus.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Research on Docusaurus.md rename to src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/research_on_docusaurus.md diff --git a/src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Spike Outcome_Hosting Docusaurus on Render.md b/src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/spike_outcome_hosting_docusaurus_on_render.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/docusaurus-documentation/Spike Outcome_Hosting Docusaurus on Render.md rename to src/content/old_files_and_folders/company_operations/projects/docusaurus_documentation/spike_outcome_hosting_docusaurus_on_render.md diff --git a/src/content/old-files-and-folders/company-operations/projects/onboaring-tool/onboarding.md b/src/content/old_files_and_folders/company_operations/projects/onboaring-tool/onboarding.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/onboaring-tool/onboarding.md rename to src/content/old_files_and_folders/company_operations/projects/onboaring-tool/onboarding.md diff --git a/src/content/old-files-and-folders/company-operations/projects/Thoth-Tech-Website/Low-level Prototype.md b/src/content/old_files_and_folders/company_operations/projects/thoth_tech_website/low_level_prototype.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/Thoth-Tech-Website/Low-level Prototype.md rename to src/content/old_files_and_folders/company_operations/projects/thoth_tech_website/low_level_prototype.md diff --git a/src/content/old-files-and-folders/company-operations/projects/Thoth-Tech-Website/Website Spike Plan.md b/src/content/old_files_and_folders/company_operations/projects/thoth_tech_website/website_spike_plan.md similarity index 100% rename from src/content/old-files-and-folders/company-operations/projects/Thoth-Tech-Website/Website Spike Plan.md rename to src/content/old_files_and_folders/company_operations/projects/thoth_tech_website/website_spike_plan.md diff --git a/src/content/old-files-and-folders/GitHub-Management-Policy.md b/src/content/old_files_and_folders/github_management_policy.md similarity index 100% rename from src/content/old-files-and-folders/GitHub-Management-Policy.md rename to src/content/old_files_and_folders/github_management_policy.md diff --git a/src/content/old-files-and-folders/policies/Committed Participant Agreement.md b/src/content/old_files_and_folders/policies/committed_participant_agreement.md similarity index 100% rename from src/content/old-files-and-folders/policies/Committed Participant Agreement.md rename to src/content/old_files_and_folders/policies/committed_participant_agreement.md diff --git a/src/content/old-files-and-folders/policies/Enthusiastic Participant Agreement.md b/src/content/old_files_and_folders/policies/enthusiastic_participant_agreement.md similarity index 100% rename from src/content/old-files-and-folders/policies/Enthusiastic Participant Agreement.md rename to src/content/old_files_and_folders/policies/enthusiastic_participant_agreement.md diff --git a/src/content/old-files-and-folders/Trello-Management-Policy.md b/src/content/old_files_and_folders/trello_management_policy.md similarity index 100% rename from src/content/old-files-and-folders/Trello-Management-Policy.md rename to src/content/old_files_and_folders/trello_management_policy.md