Skip to content

Commit

Permalink
chore: added new category OTHER and subcategory GITHUB (#349)
Browse files Browse the repository at this point in the history
* added new resources

* new section added

* updated data.ts

* Update and rename

* feature update

* fix

* update
  • Loading branch information
ujjawaltyagii authored Mar 17, 2023
1 parent 189a054 commit 0425de5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
16 changes: 16 additions & 0 deletions database/Other/Github.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"name": "ReadmeSo",
"description": "One of the best and efficient site to generate Readme file for your project.",
"url": "https://readme.so/",
"category": "Other",
"subcategory": "github"
},
{
"name": "MakeReadme",
"description": "It can generate readme.md and contribute.md files with pre-built templates and suggestions.",
"url": "https://www.makeareadme.com/",
"category": "Other",
"subcategory": "github"
}
]
6 changes: 6 additions & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ export const sidebarData: ISidebar[] = [
{ name: "hosting", url: "/hosting" },
],
},
{
category: "Other",
subcategory: [
{ name: "Github", url: "/github" },
],
}
];
4 changes: 2 additions & 2 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ 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";

export { default as github } from "./Other/Github.json";
export { default as youtubTesting } from "./youtube/testing.json";
5 changes: 3 additions & 2 deletions types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface IData {
language?:string;
}

export type Category = "frontend" | "backend" | "youtube" | "resources";
export type Category = "frontend" | "backend" | "youtube" | "resources" | "Other";

export type SubCategory =
| "images"
Expand Down Expand Up @@ -47,7 +47,8 @@ export type SubCategory =
| "android"
| "blogs"
| "hosting"
| "web3-metaverse";
| "web3-metaverse"
| "Github";
export type SubCategories = {
name: string;
url: string;
Expand Down

1 comment on commit 0425de5

@vercel
Copy link

@vercel vercel bot commented on 0425de5 Mar 17, 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-git-main-rupali-codes.vercel.app
linkshub-rupali-codes.vercel.app
linkshub.vercel.app

Please sign in to comment.