Skip to content

Commit 8e5907a

Browse files
Itai GendlerItai Gendler
authored andcommitted
add search box to documentation
1 parent ba8cfa7 commit 8e5907a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ themeStyle = "original" # "original" or "flex" # default "original"
1414
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
1515
ordersectionsby = "weight" # ordersectionsby = "title"
1616
disableHomeIcon = true # default is false
17-
disableSearch = true # default is false
17+
disableSearch = false # default is false
1818
disableNavChevron = true # set true to hide next/prev chevron, default is false
1919
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.9",
3+
"version": "0.8.10",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)