diff --git a/dictionary-octopus.txt b/dictionary-octopus.txt index 3d54554a5e..2b564d5573 100644 --- a/dictionary-octopus.txt +++ b/dictionary-octopus.txt @@ -333,6 +333,7 @@ netstandard newcert newguid NEWID +newnav Newtonsoft nfsadmin nlog diff --git a/src/components/Header.astro b/src/components/Header.astro index 35d6a484dc..8115af8901 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -7,6 +7,7 @@ import Search from '../themes/octopus/components/Search.astro'; import MobileMenu from './MobileMenu.astro'; import OctopusLogo from './icons/OctopusLogo.astro'; import ThemeSwitcher from './ThemeSwitcher.astro'; +import TopNav from './TopNav.astro'; const stats = new accelerator.statistics('components/Header.astro'); stats.start(); @@ -26,6 +27,41 @@ const _ = Lang(lang); stats.stop(); --- + + +
+ +
+