Skip to content

Commit

Permalink
added link digitomize in cp/cp-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
sarava338 committed Feb 4, 2024
1 parent 9c2b153 commit 2bac509
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions database/competitive_programming/cp-helpers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name": "Digitomize",
"description": "A platform for CP enthusiasts to explore coding contests (LeetCode, Codeforces, CodeChef, etc.) and showcase skills through dynamic portfolios, displaying updated ratings, achievements, and coding history.",
"url": "https://www.digitomize.com/",
"category": "competitive-programming",
"subcategory": "cp-helpers"
}
]
1 change: 1 addition & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ export const sidebarData: ISidebar[] = [
subcategory: [
{ name: 'Platforms', url: '/cp-platforms', resources: DB.cpPlatforms },
{ name: 'Tutorials', url: '/cp-tutorials', resources: DB.cpTutorials },
{ name: 'Helpers', url: '/cp-helpers', resources: DB.cpHelpers }
],
},
{
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export { default as textFormatting } from './other/text-formatting.json'
// competitive programming
export { default as cpPlatforms } from './competitive_programming/cp-platforms.json'
export { default as cpTutorials } from './competitive_programming/cp-tutorials.json'
export { default as cpHelpers } from './competitive_programming/cp-helpers.json'
// technical-writing
export { default as technicalWritingTools } from './technical-writing/tools.json'
// Placement-Preparation
Expand Down

0 comments on commit 2bac509

Please sign in to comment.