-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (43 loc) · 1.15 KB
/
_config.yml
File metadata and controls
51 lines (43 loc) · 1.15 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
43
44
45
46
47
48
49
50
51
logo: "/assets/images/logo.png"
title: CedMod Documentation
description: Documentation for Installation and Usage of CedMod
theme: just-the-docs
color_scheme: dark
url: https://docs.cedmod.nl
baseurl: /
aux_links_new_tab: true
aux_links:
"CedMod on GitHub":
- "https://github.com/CedModV2"
heading_anchors: true
nav_external_links:
- title: CedMod on GitHub
url: https://github.com/CedModV2
- title: CedMod Panel
url: https://cedmod.nl/
- title: Changelog
url: https://demo.cedmod.nl/Changelog
callouts:
warning:
title: Warning
color: red
note:
title: Note
color: blue
attention:
title: Attention
color: yellow
deprecated:
title: Deprecated
color: red
new:
title: New
color: green
footer_content: "CedMod All Rights Reserved. CedMod is owned by <a href=\"https://github.com/ced777ric\">ced777ric</a> - <a href=\"https://github.com/CedModV2\">Repository</a>"
last_edit_timestamp: true
last_edit_time_format: "%b %e %Y at %I:%M %p"
gh_edit_link: true
gh_edit_link_text: "Contribute to this page."
gh_edit_repository: "https://github.com/CedModV2/docs"
gh_edit_branch: "main"
gh_edit_view_mode: "tree"