- Deleted the obsolete Git Workflow category.
- Introduced a new Version Control category with a comprehensive guide to Git workflow, branching strategies, and repository management.
- Added Gitflow document detailing branching strategies and release management.
- Added Git Management document outlining Git policies, permissions, and branch protection rules.
- Updated the title to "Overview & Purpose" for better context.
- Refined the purpose section to emphasize the document's role as a central reference for game development workflows.
- Introduced a new section outlining the document's scope and expected benefits for development teams, code delivery, and the organization.
- Streamlined content by removing outdated sections and consolidating key workflow components.
- Added clear headings and bullet points for improved readability and navigation.
- Created a new Docusaurus project for documentation.
- Added configuration file `docusaurus.config.ts` for site settings and theme.
- Established initial documentation structure with overview and GitFlow sections.
- Included a `.gitignore` file to exclude unnecessary files and directories.
- Added essential files such as `package.json`, `package-lock.json`, and initial CSS styles.
- Removed outdated guides related to Gitea and Jenkins management.