Skip to content

Commit 8a0d2bf

Browse files
authored
add tldr
1 parent a026b74 commit 8a0d2bf

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
@@ -1143,6 +1143,13 @@ const projectList = [
11431143
projectLink: 'https://github.com/spaceship-prompt/spaceship-prompt',
11441144
description: 'Minimalistic, powerful and extremely customizable Zsh prompt',
11451145
tags: ['Shell', 'Zsh', 'Prompt', 'Productivity']
1146+
},
1147+
{
1148+
name: 'tldr',
1149+
imageSrc: 'https://raw.githubusercontent.com/tldr-pages/tldr/main/images/banner.png',
1150+
projectLink: 'https://github.com/tldr-pages/tldr',
1151+
description: 'Collaborative cheatsheets for console commands',
1152+
tags: ['Markdown', 'Docs', 'Beginner']
11461153
}
11471154
];
11481155
export default projectList;

0 commit comments

Comments
 (0)