This project defines the logos that are available on https://www.datastackdiagram.com/
To add a new logo, open a PR that includes the following updates.
"newentry": {
"name": "New Entry",
"category": "Database"
},
Create new entries in alphabetical order.
Each logo should meet the following criteria.
- be an SVG file named
svgs/{logo}.svg
where{logo}
matches the key inlogo.json
- has a matching entry in
logos.json
- be 400px by 400px
- have a transparent background
- be centered and fit as tightly as possible to the 400x400 box