Skip to content

Commit

Permalink
Moved under walkthroughs
Browse files Browse the repository at this point in the history
  • Loading branch information
filipermit committed Jan 28, 2025
1 parent aa6e770 commit ac6fdcb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 6
title: Implementing Access Requests & Approvals
sidebar_position: 9
title: Access Requests & Approvals
---

In this tutorial, you will learn how to integrate an access request and approval system into your app using Permit.io. We’ll
Expand Down
19 changes: 11 additions & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const sidebars = {
// "overview/setup-relationship-based-access-control",
// "overview/sync-application-data-into-permit",
// "overview/perform-a-local-policy-check",
"overview/access-requests-and-approvals",
{
type: "category",
label: "Manage Your Account",
Expand Down Expand Up @@ -126,7 +127,12 @@ const sidebars = {
type: "doc",
id: "overview/best-practices",
},
items: ["how-to/ownership", "overview/how-does-it-work", "concepts/multitenancy", "how-to/build-policies/abac/time-based-role"],
items: [
"how-to/ownership",
"overview/how-does-it-work",
"concepts/multitenancy",
"how-to/build-policies/abac/time-based-role",
],
},
],
},
Expand Down Expand Up @@ -366,13 +372,10 @@ const sidebars = {
],
},
{
type: "category",
label: "Policy Guard",
items: [
"how-to/policy-guard/policy_guard",
"how-to/policy-guard/policy_guard_api",
],
}
type: "category",
label: "Policy Guard",
items: ["how-to/policy-guard/policy_guard", "how-to/policy-guard/policy_guard_api"],
},
],
},
{
Expand Down

0 comments on commit ac6fdcb

Please sign in to comment.