[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 <jean-philippe@evrard.me>
This commit is contained in:
Jean-Philippe Evrard
2020-02-24 16:31:11 +01:00
committed by Patrick East
parent 3d57889d81
commit b4cc1a4652
+1
View File
@@ -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.