diff --git a/themes/aurelia-theme/data/header.yaml b/themes/aurelia-theme/data/header.yaml index 7d2388d..5a0772b 100644 --- a/themes/aurelia-theme/data/header.yaml +++ b/themes/aurelia-theme/data/header.yaml @@ -15,19 +15,23 @@ menu: link: "/blog" icon: "blog" active: "eq .Section 'blog'" - - name: "Examples" - link: "/examples" - icon: "examples" - active: "eq .RelPermalink '/examples/'" - - name: "Learn" - link: "/learn" - icon: "learn" - active: "eq .RelPermalink '/learn/'" + - name: "Resources" + icon: "resources" + dropdown: true + items: + - name: "Examples" + link: "/examples" + icon: "examples" + active: "eq .RelPermalink '/examples/'" + - name: "Learn" + link: "/learn" + icon: "learn" + active: "eq .RelPermalink '/learn/'" + - name: "Aurelia 1 Docs" + link: "https://aurelia-1.gitbook.io/v1-docs" + target: "_blank" + icon: "article" - name: "Contact" link: "/contact" icon: "contact" - active: "eq .RelPermalink '/contact/'" - - name: "Aurelia 1 Docs" - link: "https://aurelia-1.gitbook.io/v1-docs" - target: "_blank" - icon: "article" + active: "eq .RelPermalink '/contact/'" \ No newline at end of file diff --git a/themes/aurelia-theme/layouts/partials/header.html b/themes/aurelia-theme/layouts/partials/header.html index 6264c6a..bdfde0a 100644 --- a/themes/aurelia-theme/layouts/partials/header.html +++ b/themes/aurelia-theme/layouts/partials/header.html @@ -8,24 +8,56 @@