diff --git a/exampleSite/data/product-selector.yaml b/exampleSite/data/product-selector.yaml index 7a2f87ee..de9704a1 100644 --- a/exampleSite/data/product-selector.yaml +++ b/exampleSite/data/product-selector.yaml @@ -3,6 +3,12 @@ - title: "Test Product" url: "/test-product" +- productGroup: Test External Links + products: + - title: "NGINX.org" + url: https://nginx.org/index.html + extUrl: true + - productGroup: NGINX products: - title: "NGINX" diff --git a/layouts/partials/sidebar-v2.html b/layouts/partials/sidebar-v2.html index 9165e5e4..ae829051 100644 --- a/layouts/partials/sidebar-v2.html +++ b/layouts/partials/sidebar-v2.html @@ -51,7 +51,15 @@

{{ $group.productGroup }}

{{ end }}