From 05ce97b4a0a08045f8bf6065ec04cdc770addef3 Mon Sep 17 00:00:00 2001 From: Tim Hinrichs Date: Fri, 30 Aug 2019 08:37:50 -0700 Subject: [PATCH] docs: Add links to homepage Previously, there were no links from the homepage to any of the more detailed docs about use cases and even mention of use cases was below the fold. This change adds links to use cases at the very top of the page, along with pointers to core docs and the OPA summit. Signed-off-by: Tim Hinrichs --- .../website/layouts/partials/home/banner.html | 47 ++++++++++++++++--- docs/website/static/css/home.css | 26 ++++++---- 2 files changed, 57 insertions(+), 16 deletions(-) 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" }}