Skip to content

Commit

Permalink
chore: added dev tools (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjawaltyagii authored Mar 22, 2023
1 parent 627f0e2 commit aae5075
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions database/Other/devtools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"name": "Postman",
"description": "It is an API Platform for developers to design, build, test and iterate their APIs.",
"url": "https://www.postman.com/",
"category": "Other",
"subcategory": "devtools"
},
{
"name": "VSCodium",
"description": "VSCodium is free/libre Open Source Software Binaries of VS Code.",
"url": "https://github.com/VSCodium/vscodium",
"category": "Other",
"subcategory": "devtools"
}
]
1 change: 1 addition & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const sidebarData: ISidebar[] = [
category: "Other",
subcategory: [
{ name: "Github", url: "/github" },
{ name: "Dev Tools", url: "/devtools"},
],
}
];
4 changes: 3 additions & 1 deletion database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ export { default as css } from "./youtube/css.json";
export { default as machineLearning } from "./youtube/machine-learning.json";
export { default as webDevelopment } from "./youtube/web-development.json";
export { default as web3metaverse } from "./youtube/web3-metaverse.json";
export { default as youtubTesting } from "./youtube/testing.json";
// other
export { default as github } from "./Other/Github.json";
export { default as youtubTesting } from "./youtube/testing.json";
export { default as devtools } from "./Other/devtools.json";
3 changes: 2 additions & 1 deletion types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export type SubCategory =
| "blogs"
| "hosting"
| "web3-metaverse"
| "Github";
| "Github"
| "devtools";
export type SubCategories = {
name: string;
url: string;
Expand Down

1 comment on commit aae5075

@vercel
Copy link

@vercel vercel bot commented on aae5075 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

linkshub – ./

linkshub.vercel.app
linkshub-rupali-codes.vercel.app
linkshub-git-main-rupali-codes.vercel.app

Please sign in to comment.