Skip to content

Commit

Permalink
ds-docs-navbar-update
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaFlinn authored and Gkrumbach07 committed Oct 31, 2023
1 parent 7813d23 commit db814ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const DOCS_NAVIGATION: SideNavItemConfig[] = [
title: "Working on data science projects",
slug: "/docs/working-on-data-science-projects/"
},
{
title: "Monitoring data science models ",
slug: "/docs/monitoring-data-science-models/"
},
{
title: "Managing users",
slug: "/docs/managing-users/"
Expand All @@ -23,6 +27,10 @@ export const DOCS_NAVIGATION: SideNavItemConfig[] = [
title: "Managing resources",
slug: "/docs/managing-resources/"
},
{
title: "Monitoring performance metrics",
slug: "/docs/monitoring-performance-metrics/"
},
{
title: "Architecture",
slug: "/docs/architecture"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/docs-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DocsPageTemplate = ({
return {
...prev,
[curr.fields.slug]: curr.sections.filter(
(section) => section?.level && section.level <= 1
(section) => section?.level && section.level <= 2
),
};
} else {
Expand Down

0 comments on commit db814ec

Please sign in to comment.