# migrations-documentation **Repository Path**: mirrors_doctrine/migrations-documentation ## Basic Information - **Project Name**: migrations-documentation - **Description**: Documentation for the Doctrine Migrations - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-07 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Doctrine Migrations Documentation ## How to Setup 1. ```git clone git@github.com:doctrine/migrations-documentation.git``` 2. ```git submodule add https://github.com/doctrine/doctrine-sphinx-theme.git en/_theme``` 3. ```git submodule update``` 4. ```./bin/install-dependencies.sh``` ## How to Generate 1. ```./bin/generate-docs.sh``` It will generate the documentation into the build directory of the checkout.