3 Commits

Author SHA1 Message Date
b432ce83f3 Replace Git Workflow category with Version Control category and add Gitflow and Git Management documents
- 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.
2025-09-12 16:42:09 +07:00
419a93837f Revise overview document to enhance clarity and structure
- 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.
2025-09-12 16:41:26 +07:00
7dc995dcd9 Add initial Docusaurus setup with configuration, documentation structure, and .gitignore file
- 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.
2025-08-29 17:49:33 +07:00