-
Notifications
You must be signed in to change notification settings - Fork 0
/
idoc.yml
39 lines (30 loc) · 957 Bytes
/
idoc.yml
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
# yaml-language-server: $schema=https://jaywcjlove.github.io/idoc/schema
# yaml-language-server: $schema=https://jaywcjlove.gitee.io/idoc/schema
## directory of document source files
## defalut: `docs`
# -----------------------
dir: docs
## output directory of generated documents
## defalut: `dist`
# -----------------------
output: dist
## site name
# -----------------------
site: HelloWorld
## Customize theme settings.
## defalut: `default`
# -----------------------
theme: themes/default
# Show open source button
openSource: https://github.com/skytzh/docs
# Display the edit button, need to configure `openSource`.
editButton:
label: Edit this page on GitHub
url: https://github.com/skytzh/docs/blob/main/
# Navigation Menu.
menus:
Home: index.html
About: about.html
footer: |
Released under the MIT License. Copyright © 2024 relyonheaven<br />
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a>