From 2a7f3eecf4d6f5465dfac327b3d5810886c29001 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 22 May 2020 16:59:46 +0100 Subject: [PATCH] docs: reduce height of provider entries --- Makefile | 2 +- docs/layouts/shortcodes/provider.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05a7e6df0..af7d78986 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ fetch_binaries: rclone -P sync --exclude "/testbuilds/**" --delete-excluded $(BETA_UPLOAD) build/ serve: website - cd docs && hugo server -v -w + cd docs && hugo server -v -w --disableFastRender tag: doc @echo "Old tag is $(VERSION)" diff --git a/docs/layouts/shortcodes/provider.html b/docs/layouts/shortcodes/provider.html index c66445523..d81dc1eb5 100644 --- a/docs/layouts/shortcodes/provider.html +++ b/docs/layouts/shortcodes/provider.html @@ -1,4 +1,4 @@ -
  • +
  • {{ .Get "name" }}{{ if .Get "note"}} (See note){{end}}