Skip to content

Commit e1504e0

Browse files
authored
docs: Update docsy module (#455)
1 parent d9f6344 commit e1504e0

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

docs/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ module github.com/d2iq-labs/capi-runtime-extensions/docs
66
go 1.20
77

88
require (
9-
github.com/google/docsy v0.7.1 // indirect
10-
github.com/google/docsy/dependencies v0.7.1 // indirect
9+
github.com/google/docsy v0.9.1 // indirect
1110
)

docs/go.sum

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2-
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
3-
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
4-
github.com/google/docsy/dependencies v0.7.1 h1:NbzYKJYMin2q50xdWSUzR2c9gCp7zR/XHDBcxklEcTQ=
5-
github.com/google/docsy/dependencies v0.7.1/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2+
github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984=
3+
github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U=
64
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

docs/hugo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ github_branch= "main"
9292
# Google Custom Search Engine ID. Remove or comment out to disable search.
9393
# gcs_engine_id = "d72aa9b2712488cc3"
9494

95-
# Enable Algolia DocSearch
96-
algolia_docsearch = false
97-
9895
# Enable Lunr.js offline search
9996
offlineSearch = true
10097

@@ -107,7 +104,7 @@ prism_syntax_highlighting = true
107104
# Set to true to disable breadcrumb navigation.
108105
breadcrumb_disable = false
109106
# Set to true to disable the About link in the site footer
110-
footer_about_disable = false
107+
footer_about_enable = true
111108
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
112109
navbar_logo = true
113110
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
@@ -166,5 +163,3 @@ url = "https://github.com/d2iq-labs/capi-runtime-extensions"
166163
min = "0.11.0"
167164
[[module.imports]]
168165
path = "github.com/google/docsy"
169-
[[module.imports]]
170-
path = "github.com/google/docsy/dependencies"

0 commit comments

Comments
 (0)