diff --git a/docs/website/layouts/partials/home/banner.html b/docs/website/layouts/partials/home/banner.html index 2081961f84..8cdb4ed4f7 100644 --- a/docs/website/layouts/partials/home/banner.html +++ b/docs/website/layouts/partials/home/banner.html @@ -3,7 +3,14 @@ {{ $tagline := site.Params.tagline }} {{ $socialMenu := site.Menus.social }} {{ $docs := "/docs/latest/" }} -{{ $getStarted := "/docs/latest/get-started/" }} +{{ $introduction := "/docs/latest/" }} +{{ $tutorial := "/docs/latest/get-started/" }} +{{ $policyLanguage := "/docs/latest/policy-language/" }} +{{ $kubernetes := "/docs/latest/kubernetes-introduction/" }} +{{ $microservices := "/docs/latest/http-api-authorization/" }} +{{ $kafka := "/docs/latest/kafka-authorization/" }} +{{ $terraform := "/docs/latest/terraform/" }} +{{ $opaSummit := "https://www.papercall.io/opa-summit" }}