Skip to content

Commit

Permalink
Refactor Hugo link
Browse files Browse the repository at this point in the history
  • Loading branch information
R055A committed Oct 5, 2023
1 parent a1f8d0a commit 8f0d15a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
1 change: 0 additions & 1 deletion database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ export const sidebarData: ISidebar[] = [
},
{ name: 'Communities', url: '/communities', resources: DB.communities },
{ name: 'Roadmaps', url: '/roadmaps', resources: DB.roadmaps },
{ name: 'Other Tools', url: '/other-tools', resources: DB.otherTools },
],
},
]
Expand Down
1 change: 0 additions & 1 deletion database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export { default as podcasts } from './other/podcasts.json'
export { default as otherResources } from './other/other-resources.json'
export { default as communities } from './other/communities.json'
export { default as roadmaps } from './other/roadmaps.json'
export { default as otherTools } from './other/other-tools.json'
// competitive programming
export { default as cpPlatforms } from './competitive_programming/cp-platforms.json'
export { default as cpTutorials } from './competitive_programming/cp-tutorials.json'
Expand Down
9 changes: 0 additions & 9 deletions database/other/other-tools.json

This file was deleted.

7 changes: 7 additions & 0 deletions database/technical-writing/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"url": "https://docsify.js.org/#/",
"category": "technical-writing",
"subcategory": "technical-writing-tools"
},
{
"name": "Hugo",
"description": "If you're looking for a framework to help you build your documentation site quickly, check out Hugo. It allows you to output your content in multiple formats, including JSON or AMP as well as provides shortcodes to simplify your Markdown files.",
"url": "https://gohugo.io/",
"category": "technical-writing",
"subcategory": "technical-writing-tools"
}
]

0 comments on commit 8f0d15a

Please sign in to comment.