diff --git a/navbar.ts b/navbar.ts index d1ae608c..070ffcb0 100644 --- a/navbar.ts +++ b/navbar.ts @@ -9,15 +9,15 @@ const navbar: Navbar ={ hideOnScroll: false, // Set to true or false based on your preference items: [ { - label: "GUIDE", + label: "📖 GUIDE", to: "/guide", }, { - label: "COMMUNITY", + label: "👥 COMMUNITY", to: "/community", }, { - label: "BLOGS", + label: "📰 BLOGS", to: "/blog/", }, { diff --git a/sidebars.ts b/sidebars.ts index d542daad..a350b73b 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -160,7 +160,7 @@ import { label: "📚 Reference", link: { type: "generated-index", - title: "ECF API Reference", + title: "ECF API References", description: "This is a Saviynt REST API Specification External Connector Framework", slug: "/connectors/ecf/reference/1.0/", @@ -171,7 +171,7 @@ import { }, { type: 'link', - label: 'Community Connectors', // This is the text that will be displayed in the link + label: '🔗 Community Connectors', // This is the text that will be displayed in the link href: '/community/community-connectors', // This is the path to the document, adjusted for direct linking }, ],