-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
42 lines (34 loc) · 1.04 KB
/
Copy pathhugo.toml
File metadata and controls
42 lines (34 loc) · 1.04 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
# baseURL = ''
languageCode = 'zh'
title = 'OS Debug 文档'
# (Optional) Set this to true to enable 'Last Modified by' date and git author
# information on 'doc' type pages.
enableGitInfo = true
# (Optional) Theme is intended for documentation use, therefore it doesn't render taxonomy.
# You can remove related files with config below
disableKinds = ['taxonomy']
[markup.tableOfContents]
startLevel = 1
[[menu.after]]
name = '代码仓库(OSGDB)'
url = 'https://github.com/OSDebugger/osgdb'
weight = 10
[[menu.after]]
name = '代码仓库(Async-Debuger)'
url = 'https://github.com/OSDebugger/async-debug'
weight = 20
[[menu.after]]
name = '异步跟踪方案仓库'
url = 'https://github.com/OSDebugger/code-debug_Asynchronous-trace'
weight = 30
[[menu.after]]
name = '开发者文档'
pageRef = 'dev'
weight = 40
[params]
BookTheme = 'auto'
BookSection = '*'
BookRepo = 'https://github.com/OSDebugger/OSDebugger.github.io'
BookEditPath = 'edit/main'
BookCommitPath = 'commit'
BookDateFormat = 'Jan 2, 2006'