Skip to content

Commit

Permalink
Update path & sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Feb 1, 2024
1 parent 2dd960b commit 648e39c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/sidebar-learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@
"label": "Use with Docker",
"slug": "docker"
},
{
"source": "learn/cookbooks/multitenancy_nodejs.mdx",
"label": "Multitenancy with Node.js",
"slug": "multitenancy_nodejs"
},
{
"source": "learn/cookbooks/search_bar_for_docs.mdx",
"label": "Add a search bar to your docs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to build secure, multi-tenant search in your Node.js appl
sidebarDepth: 3
---

# How to implement multi-tenancy with Node.js
# How to implement multitenancy with Node.js

## What is multitenancy?

Expand Down

0 comments on commit 648e39c

Please sign in to comment.