From b4cc1a4652d600fd30da139ddd2ecee9d125aae6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 24 Feb 2020 16:31:11 +0100 Subject: [PATCH] [doc] Render tutorials as list Without this patch, the popular tutorials are listed in a single line, delimitated with asterisks. This is ugly, and it was intended to be a list instead. Fixes #2071 Signed-off-by: Jean-Philippe Evrard --- docs/content/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/_index.md b/docs/content/_index.md index a767d1d655..bcbf932095 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -1040,6 +1040,7 @@ If you want to try OPA for a specific use case check out: * The [Ecosystem](ecosystem) page which showcases various of OPA integrations. Some popular tutorials include: + * The [Kubernetes](kubernetes-introduction) page for how to use OPA as an admission controller in Kubernetes. * The [Envoy](envoy-authorization) page for how to use OPA as an external authorizer with Envoy. * The [Terraform](terraform) page for how to use OPA to validate Terraform plans.