Skip to content

Commit

Permalink
Merge pull request #2 from AbhishekBharambe2002/main
Browse files Browse the repository at this point in the history
Links catogery added
  • Loading branch information
akashchoudhary436 authored Oct 17, 2024
2 parents 37fb7f7 + 80e404f commit 4c91050
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ export const sidebarData: ISidebar[] = [
name: 'python',
url: '/pythonLetters',
resources: DB.pythonLetters,
},
{
name:'java',
url:'/javaLetters',
resources:DB.javaLetters,
}
]
},
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,4 @@ export { default as reactArticles } from './tech_articles/react.json'
// Newsletters
export { default as jsLetters } from './newsletters/js_Letters.json'
export { default as pythonLetters } from './newsletters/py_Letters.json'
export {default as javaLetters} from './newsletters/java_Letters.json'
6 changes: 3 additions & 3 deletions database/newsletters/java_Letters.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"description": "JetBrains Java Annotated Monthly: Stay up-to-date with the latest news and articles about Java, handpicked and curated by JetBrains.",
"url": "https://www.jetbrains.com/lp/jam/",
"category": "newsletters",
"subcategory": "javaTools"
"subcategory": "javaLetters"
},
{
"name": "Baeldung",
"description": "Baeldung's Java Weekly: A roundup of curated Java articles, news, and tutorials, covering the latest in Java development.",
"url": "https://www.baeldung.com/library/java-web-weekly",
"category": "newsletters",
"subcategory": "javaDevelopment"
"subcategory": "javaLetters"
},
{
"name": "Microsoft Java",
"description": "Microsoft's Java Newsletter: Stay informed on Java-related updates and announcements from the Microsoft development team.",
"url": "https://devblogs.microsoft.com/java/newsletter/",
"category": "newsletters",
"subcategory": "javaNews"
"subcategory": "javaLetters"
}
]

0 comments on commit 4c91050

Please sign in to comment.