diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 9d24c9d..30ed7b7 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -53,11 +53,13 @@ GitMigrator/ #### Source Providers (`providers/source/`) - **Gitea**: Implementation for Gitea -- **GitLab**: Implementation for GitLab (extensibility example) +- **GitLab**: Implementation for GitLab +- **GitHub**: Implementation for GitHub #### Destination Providers (`providers/destination/`) - **GitHub**: Implementation for GitHub -- **GitLab**: Implementation for GitLab (extensibility example) +- **GitLab**: Implementation for GitLab +- **Gitea**: Implementation for Gitea ### ⚙ Core (`core/`)