diff --git a/content/guides.json b/content/guides.json index 0a1d56d92..bd0b65fef 100644 --- a/content/guides.json +++ b/content/guides.json @@ -1,4 +1,14 @@ [ + { + "title": "WebStorm — Project History", + "description": "Learn how to peek through the history of any git repository to learn how it grew.", + "url": "/guides/project-history", + "fileName": "project-history", + "featured": true, + "author": "kamranahmedse", + "updatedAt": "2020-07-16T19:59:14.191Z", + "createdAt": "2020-07-16T19:59:14.191Z" + }, { "title": "SSO — Single Sign On", "description": "Learn the basics of SAML and understand how does Single Sign On work.", diff --git a/content/guides/project-history.md b/content/guides/project-history.md new file mode 100644 index 000000000..12390f628 --- /dev/null +++ b/content/guides/project-history.md @@ -0,0 +1,5 @@ +One of my favorite pastimes is going through the history of my favorite projects to learn how they grew over time or how certain features were implemented. + +The image below describes how I do that in WebStorm. + +[![](/guides/project-history.png)](/guides/project-history.png) diff --git a/public/guides/project-history.png b/public/guides/project-history.png new file mode 100644 index 000000000..7ea6f87a0 Binary files /dev/null and b/public/guides/project-history.png differ