forked from waku-org/js.waku.guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
57 lines (52 loc) · 1.1 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
baseURL: "https://docs.wakuconnect.dev/"
languageCode: "en-us"
defaultContentLang: en
title: "WakuConnect Docs"
theme: "hugo-book"
enableGitInfo: true
menu:
before: []
after:
- name: "JS-Waku API Doc"
url: "https://status-im.github.io/js-waku/docs/"
weight: 5
- name: "Vac Team"
url: "https://vac.dev/"
weight: 10
- name: "Vac RFCs"
url: "https://rfc.vac.dev/"
weight: 20
- name: "Status.im"
url: "https://status.im/"
weight: 30
markup:
goldmark:
renderer:
unsafe: true
parser:
autoHeadingIDType: github-ascii
tableOfContents:
startLevel: 1
params:
BookTheme: 'dark'
BookToC: true
BookSection: 'docs'
BookDateFormat: 'Jan 2, 2006'
BookSearch: true
# GitHub edit links
BookRepo: 'https://github.com/vacp2p/docs.wakuconnect.dev'
BookCommitPath: 'commit'
BookEditPath: 'edit/develop'
languages:
en:
languageName: English
contentDir: content
weight: 1
es:
languageName: Español
contentDir: content.es
weight: 2
pt:
languageName: Português
contentDir: content.pt
weight: 3