-
Notifications
You must be signed in to change notification settings - Fork 68
/
config.yaml
40 lines (40 loc) · 989 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
39
40
baseURL: "/"
languageCode: "en-us"
title: "Openshift CI docs"
theme: "docsy"
sectionPagesMenu: "main"
contentDir: "content/en"
params:
offlineSearch: true
github_branch: master
github_repo: "https://github.com/openshift/ci-docs"
api_v1_url: "https://cluster-display.ci.openshift.org"
helpdesk_faq_api_url: "https://helpdesk-faq-ci.apps.ci.l2s4.p1.openshiftapps.com/api/v1/faq-items"
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