Skip to content

Commit

Permalink
Change navbar links to ensure consistency across websites
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi-MS committed Jan 26, 2025
1 parent 735946d commit 32ebcec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@ const config: Config = {
logo: {
alt: "My Site Logo",
src: "img/logos/logo.png",
href: "https://docs.talawa.io/",
target: "_self",
},
items: [
{
type: "docSidebar",
sidebarId: "tutorialSidebar",
position: "left",
label: "General",
href: "https://docs.talawa.io/",
href: "https://docs.talawa.io/docs",
target: "_self",
},
{
label: "Mobile Guide",
Expand Down

0 comments on commit 32ebcec

Please sign in to comment.