diff --git a/docusaurus.config.js b/docusaurus.config.js index dcc4082e..e885e102 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -52,6 +52,18 @@ const config = { label: "Docs", className: "navbar__docs", }, + { + href: "https://www.suse.com/c/?s=harvester", + position: "right", + label: "Blog", + className: "navbar__blog", + }, + { + to: "kb", + position: "right", + label: "Knowledge Base", + className: "navbar__kb", + }, { href: "https://github.com/harvester/harvester", label: "GitHub", @@ -144,4 +156,4 @@ const config = { ], }; -module.exports = config; \ No newline at end of file +module.exports = config;