Skip to content

Commit

Permalink
897-update doc nav bar to include install upgrade guides
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaFlinn authored and LaVLaS committed Dec 18, 2023
1 parent 14bb142 commit 04fd96a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ import placeholderImage from "./content/assets/img/placeholder.svg";

export const DOCS_NAVIGATION: SideNavItemConfig[] = [
{
title: "Installation",
slug: "/docs/quick-installation",
title: "Installing Open Data Hub",
slug: "/docs/installing-open-data-hub/",
},
{
title: "Upgrading Open Data Hub",
slug: "/docs/upgrading-open-data-hub/",
},
{
title: "Getting started with Open Data Hub",
Expand Down

0 comments on commit 04fd96a

Please sign in to comment.