Skip to content

Commit

Permalink
toc updates for S3 guide
Browse files Browse the repository at this point in the history
  • Loading branch information
syaseen-rh committed Aug 30, 2024
1 parent 44024d1 commit 09e736a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Layout = ({
className={!!sidebar ? "pf-u-h-100vh" : undefined}
isManagedSidebar
sidebar={
sidebar ? <PageSidebar style={{minWidth: "400px"}} nav={sidebar} theme="light" /> : undefined
sidebar ? <PageSidebar style={{minWidth: "450px"}} nav={sidebar} theme="light" /> : undefined
}
header={
<Navbar
Expand Down
4 changes: 4 additions & 0 deletions src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ export const DOCS_NAVIGATION: SideNavItemConfig[] = [
title: "Working with connected applications",
slug: "/docs/working-with-connected-applications/"
},
{
title: "Working with data in an S3-compatible object store",
slug: "/docs/working-with-data-in-s3-compatible-object-store/"
},
{
title: "Managing users",
slug: "/docs/managing-users/"
Expand Down

0 comments on commit 09e736a

Please sign in to comment.