forked from codefresh-io/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
44 lines (35 loc) · 1.22 KB
/
config.toml
File metadata and controls
44 lines (35 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
theme = "docdock"
baseurl = "https://codefresh-io.github.io/cli"
title = "Codefresh CLI Documentation"
publishDir = "../public"
languageCode = "en-us"
DefaultContentLanguage = "en"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
[params]
themeStyle = "original" # "original" or "flex" # default "original"
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = true # default is false
disableSearch = false # default is false
disableNavChevron = true # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
[blackfriday]
smartDashes = false
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/codefresh-io/cli"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-camera'></i> External Resources"
url = "/external-resources"
weight = 11
[[menu.shortcuts]]
name = "<i class='fa fa-bookmark'></i> Codefresh Documentation"
identifier = "hugodoc"
url = "https://docs.codefresh.io"
weight = 20