Skip to content

Commit

Permalink
fix link on index
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <mail@maxwolfs.com>
  • Loading branch information
maxwolfs committed Dec 12, 2023
1 parent 0340ac1 commit 21de102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ const sidebarsDocs = {
type: 'category',
label: 'Identity and Access Management (IAM)',
link: {
type: 'generated-index'
type: 'doc',
id: 'iam/index'
},
items: [
'iam/intra-SCS-federation-setup-description-for-osism-doc-operations'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default function Home(): JSX.Element {
title="IAM Layer"
body="Working on Keycloak federated identity provider within our Team IAM."
buttonText="Learn More"
url="/docs/category/identity-and-access-management-iam"
url="/docs/iam"
/>
</div>
</div>
Expand Down

0 comments on commit 21de102

Please sign in to comment.