From e6980ff5f894be80adcbc337b1e27a78656b32df Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Thu, 2 May 2024 13:58:27 +0100 Subject: [PATCH] docs: Update docsy module Of course, the day after I apply a workaround to fix a hugo incompatibility, docsy release a compatible module version... This commit updates the docsy module and removes the workaround. --- docs/go.mod | 2 +- docs/go.sum | 8 ++++---- docs/layouts/_internal/google_analytics_async.html | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 docs/layouts/_internal/google_analytics_async.html diff --git a/docs/go.mod b/docs/go.mod index 4c3785b54..9bc08a840 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -6,5 +6,5 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/do go 1.20 require ( - github.com/google/docsy v0.9.1 // indirect + github.com/google/docsy v0.10.0 // indirect ) diff --git a/docs/go.sum b/docs/go.sum index 645c0da39..78bc9349c 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,4 +1,4 @@ -github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= -github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984= -github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U= -github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= +github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg= +github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc= +github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= diff --git a/docs/layouts/_internal/google_analytics_async.html b/docs/layouts/_internal/google_analytics_async.html deleted file mode 100644 index 8adee83fc..000000000 --- a/docs/layouts/_internal/google_analytics_async.html +++ /dev/null @@ -1 +0,0 @@ -{{/* FIXME: drop this template once Docsy is updated to 0.10.0 */}}