Skip to content

Commit ca5f7bf

Browse files
committed
bump bootstrap, enable search
1 parent e353e84 commit ca5f7bf

4 files changed

Lines changed: 21 additions & 32 deletions

File tree

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ github_project_repo = "https://github.com/sensible-ki/sensible-ki.github.io"
139139
#algolia = false
140140

141141
# Enable Lunr.js offline search
142-
#offlineSearch = false
142+
offlineSearch = true
143143

144144
# Enable syntax highlighting and copy buttons on code blocks with Prism
145145
#prism_syntax_highlighting = false

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ go 1.19
55
require (
66
github.com/google/docsy v0.10.0 // indirect
77
github.com/google/docsy/dependencies v0.7.2 // indirect
8+
89
)

package-lock.json

Lines changed: 18 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@popperjs/core": "^2.11.8",
27-
"bootstrap": "^4.5.3",
27+
"bootstrap": ">=5.0.0",
2828
"jquery": "^3.5.1"
2929
}
3030
}

0 commit comments

Comments
 (0)