Skip to content

Commit

Permalink
Initialize Extension Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikmehta8 committed Oct 31, 2024
1 parent d956136 commit c6e4dca
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Tutorial - Extras",
"position": 5,
"position": 6,
"link": {
"type": "generated-index"
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions docs/extension-guide/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Extension Guide",
"position": 5,
"link": {
"type": "generated-index",
"description": "Learn how to extend Orion with custom components, such as databases, middlewares, routes, and controllers. Follow this guide to integrate your own functionality seamlessly into the framework."
}
}
5 changes: 5 additions & 0 deletions docs/extension-guide/database-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 2
---

# Custom Database Connection
5 changes: 5 additions & 0 deletions docs/extension-guide/middleware-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 3
---

# Custom Middleware
5 changes: 5 additions & 0 deletions docs/extension-guide/module-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 1
---

# Write your own Endpoint

0 comments on commit c6e4dca

Please sign in to comment.