forked from openshift/ci-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
38 lines (38 loc) · 864 Bytes
/
config.yaml
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
baseURL: "/"
languageCode: "en-us"
title: "Openshift CI docs"
theme: "docsy"
sectionPagesMenu: "main"
contentDir: "content/en"
params:
offlineSearch: true
github_repo: "https://github.com/openshift/ci-docs"
api_v1_url: "https://cluster-display.ci.openshift.org"
enableGitInfo: true
menu:
main:
- name: CI Operator Reference
url: https://steps.ci.openshift.org/ci-operator-reference
weight: 40
- name: Step Registry
url: https://steps.ci.openshift.org/
weight: 50
- name: GitHub
url: https://github.com/openshift/ci-tools
weight: 60
markup:
goldmark:
renderer:
unsafe: true
highlight:
anchorLineNos: true
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
noClasses: true
style: "dracula"
tabWidth: 4