Skip to content

Commit 496eb26

Browse files
authored
Docs : Added Salt Python Project
This commit adds a Python Project named Salt. Thank you!
1 parent be4306d commit 496eb26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,13 @@ const projectList = [
11661166
projectLink: 'https://github.com/ppy/osu',
11671167
description: 'Osu! is a free-to-play rhythm game primarily developed by the community.',
11681168
tags: ['Video Game', 'C#' , 'Music']
1169+
},
1170+
{
1171+
name: 'Salt',
1172+
imageSrc: 'https://gitlab.com/saltstack/open/salt-branding-guide/-/raw/master/logos/SaltProject_altlogo_teal.png',
1173+
projectLink: 'https://github.com/saltstack/salt',
1174+
description: 'Salt is the world’s fastest, most intelligent and scalable automation engine.',
1175+
tags: ['Python', 'Shell', 'Automation']
11691176
}
11701177
];
11711178
export default projectList;

0 commit comments

Comments
 (0)