diff --git a/docs/git.md b/docs/git.md new file mode 100644 index 00000000..ffca8493 --- /dev/null +++ b/docs/git.md @@ -0,0 +1,27 @@ +# Git repositories + +All our projects are open-source and distributed across many Git repositories. Production repositories are hosted on [GitHub](https://github.com), under our [`@web3privacy`](https://github.com/web3privacy) organization. + +## List of repos + +### Core + +| Repository | Description | +| --- | --- | +| [@web3privacy/web3privacy](https://github.com/web3privacy/web3privacy) | The original monorepo with research | +| [@web3privacy/w3pn-core](https://github.com/web3privacy/w3pn-core) | [Project Management](/governance/pm) repository | +| [@web3privacy/w3pn-events](https://github.com/web3privacy/w3pn-events) | Data repository with informations about our [Events](/events/) | +| [@web3privacy/w3pn-web](https://github.com/web3privacy/w3pn-web) | Source-code of our website ([web3privacy.info](https://web3privacy.info)) | +| [@web3privacy/brand](https://github.com/web3privacy/brand) | Brand assets (logos and other visual) | + +### Projects-related + +| Repository | Description | +| --- | --- | +| [@web3privacy/data](https://github.com/web3privacy/data) | Data repository for [Projects Database](/projects/db) project | + +## Mirrors + +We don't want to depend solely on a centralized GitHub provider, so our repositories are mirrored to our own server. + +Link TODO \ No newline at end of file