Le Hoang Nam 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

Research Notes Documentation

This project serves as a centralized knowledge base for organizing research notes, technical findings, and supporting documentation related to internal development tools and workflows.

Built using Docusaurus, it provides a clean, navigable structure for maintaining and accessing information over time.

Getting Started

  1. Clone the repository:
    git clone https://gitea.plp19.com/dev-public/doc-research-notes.git
    cd doc-research-notes
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm start
    
  4. Open the browser and navigate to http://localhost:3000 to view the documentation.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is internal and proprietary. Do not distribute outside the organization.

Description
A guide on how to use GitFlow and Gitea.
Readme 691 KiB
Languages
TypeScript 75.8%
CSS 24.2%