Permit.io integration docs (#1226)

This commit is contained in:
Or Weis 2025-07-22 19:56:13 +03:00 committed by GitHub
commit 9ea2798294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 360 additions and 22 deletions

View file

@ -65,10 +65,7 @@
{
"group": "Essentials",
"icon": "cube",
"pages": [
"servers/server",
"deployment/running-server"
]
"pages": ["servers/server", "deployment/running-server"]
},
{
"group": "Core Components",
@ -96,9 +93,7 @@
{
"group": "Authentication",
"icon": "shield-check",
"pages": [
"servers/auth/bearer"
]
"pages": ["servers/auth/bearer"]
}
]
},
@ -108,10 +103,7 @@
{
"group": "Essentials",
"icon": "cube",
"pages": [
"clients/client",
"clients/transports"
]
"pages": ["clients/client", "clients/transports"]
},
{
"group": "Core Operations",
@ -137,10 +129,7 @@
{
"group": "Authentication",
"icon": "user-shield",
"pages": [
"clients/auth/oauth",
"clients/auth/bearer"
]
"pages": ["clients/auth/oauth", "clients/auth/bearer"]
}
]
},
@ -158,6 +147,7 @@
"integrations/mcp-json-configuration",
"integrations/openai",
"integrations/openapi",
"integrations/permit",
"integrations/starlette"
]
},
@ -185,17 +175,12 @@
},
{
"anchor": "What's New",
"pages": [
"updates",
"changelog"
]
"pages": ["updates", "changelog"]
},
{
"anchor": "Community",
"icon": "users",
"pages": [
"community/showcase"
]
"pages": ["community/showcase"]
}
]
},