Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed May 4, 2024
1 parent e04de87 commit a9a415f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ export default withMermaid({
{ text: 'Introduction', link: '/protection-api/protection-api' },
{
text: 'Protection API Reference', link: '/protection-api/protection-api-reference',
items: [
{ text: 'Protected Resource Client', link: '/protection-api/protected-resource-client' },
{ text: 'Policy Client', link: '/protection-api/policy-client' },
]
},
]
},
Expand Down
3 changes: 3 additions & 0 deletions docs/protection-api/policy-client.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# IKeycloakPolicyClient

<<< @/../src/Keycloak.AuthServices.Sdk/Protection/IKeycloakPolicyClient.cs
3 changes: 3 additions & 0 deletions docs/protection-api/protected-resource-client.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# IKeycloakProtectedResourceClient

<<< @/../src/Keycloak.AuthServices.Sdk/Protection/IKeycloakProtectedResourceClient.cs

0 comments on commit a9a415f

Please sign in to comment.