Skip to content

Commit

Permalink
added [backend as a service] as a subcategory in the [backend] category
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-messy committed Jan 15, 2025
1 parent 9b4f78a commit 807c524
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions database/backend/backend_as_a_service.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name": "Directus",
"description": "This provides comprehensive documentation for Directus, covering installation, configuration, and detailed API reference for interacting with Directus, including examples and explanations for all available endpoints.",
"url": "https://docs.directus.io/",
"category": "backend",
"subcategory": "backend_as_a_service"
}
]
1 change: 1 addition & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const sidebarData: ISidebar[] = [
resources: DB.systemDesign,
},
{ name: 'database', url: '/database', resources: DB.database },
{ name: 'backend as a service', url: '/backend_as_a_service', resources: DB.backendAsAService },
{
name: 'APIs',
url: '/api',
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export { default as testing } from './backend/testing.json'
export { default as validation } from './backend/validation.json'
export { default as systemDesign } from './backend/system_design.json'
export { default as database } from './backend/database.json'
export { default as backendAsAService } from './backend/backend_as_a_service.json'
export { default as api } from './backend/api.json'
export { default as emailProviders } from './backend/email_providers.json'
export { default as nestJs } from './backend/nest_js.json'
Expand Down

0 comments on commit 807c524

Please sign in to comment.