From 13da0f39b008d6e0b9a3adf292b32e51bc090db5 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:04:57 +0200 Subject: [PATCH] Create git.md in /contributors --- src/content/docs/contributors/git.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/content/docs/contributors/git.md diff --git a/src/content/docs/contributors/git.md b/src/content/docs/contributors/git.md new file mode 100644 index 00000000..6ad1537e --- /dev/null +++ b/src/content/docs/contributors/git.md @@ -0,0 +1,27 @@ +--- +title: 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 + +### General + +| Repository | Description | +| --- | --- | +| [@web3privacy/web3privacy](https://github.com/web3privacy/web3privacy) | The original monorepo with research | +| [@web3privacy/data](https://github.com/web3privacy/data) | Data repository (Team, Projects, Events..) | +| [@web3privacy/core](https://github.com/web3privacy/core) | [Core Team](/core-team) Project Management | +| [@web3privacy/docs](https://github.com/web3privacy/docs) | Source code of this documentation | +| [@web3privacy/web](https://github.com/web3privacy/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 + +Information on repositories for each project can be found in the individual project documentation. + +## Mirrors + +A mirror of our Git repositories can be found at: +* [git.web3privacy.info](https://git.web3privacy.info)