forked from twitter/communitynotes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
41 lines (37 loc) · 847 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
41
baseURL: https://diretorio.video/docs
languageCode: pt-br
title: /docs
theme: "geekdoc"
# Required to get well formatted code blocks
pygmentsUseClasses: true
pygmentsCodeFences: true
disablePathToLower: true
enableGitInfo: true
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: true
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: monokailight
tabWidth: 4
params:
geekdocTOC: 3
geekdocNextPrev: true
geekdocMenuBundle: true
geekdocLogo: "images/birdwatch-icon.png"
geekdocBreadcrumb: false
geekdocSearch: false
# geekdocRepo: "https://github.com/daav_feevale/docs"
# geekdocEditPath: "edit/main/content"