improve contrast
This commit is contained in:
parent
73957e3b26
commit
cec94ac8c6
1 changed files with 10 additions and 6 deletions
14
README.md
14
README.md
|
@ -1,8 +1,3 @@
|
||||||
body{
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# federate-your-repos
|
# federate-your-repos
|
||||||
|
|
||||||
Support mirroring your federated repositories to common plattforms in order to get found.
|
Support mirroring your federated repositories to common plattforms in order to get found.
|
||||||
|
@ -25,14 +20,23 @@ But in the time beeing we will not livbe in this perfect world. So we present ou
|
||||||
4. We mirror our repository to the remaining bunch of platforms in order to get found if someone is searching for our OpenSource solution.
|
4. We mirror our repository to the remaining bunch of platforms in order to get found if someone is searching for our OpenSource solution.
|
||||||
5. Every repository has an section where we accept Issues & PRs and where mirrors exist.
|
5. Every repository has an section where we accept Issues & PRs and where mirrors exist.
|
||||||
|
|
||||||
|
|
||||||
## Concept
|
## Concept
|
||||||
|
|
||||||
### Mirroring
|
### Mirroring
|
||||||
|
|
||||||
At the moment our CI is running on gitlab, so thats our current model
|
At the moment our CI is running on gitlab, so thats our current model
|
||||||
|
|
||||||
|
<div style="background-color: white;">
|
||||||
|
|
||||||
![](doc/repositories.svg)
|
![](doc/repositories.svg)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
### Artefacts & CI
|
### Artefacts & CI
|
||||||
|
|
||||||
|
<div style="background-color: white;">
|
||||||
|
|
||||||
![](doc/ciAndArtifacts.svg)
|
![](doc/ciAndArtifacts.svg)
|
||||||
|
|
||||||
|
</div>
|
Loading…
Reference in a new issue