generated from EnderModuBot/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretype.yml
More file actions
34 lines (26 loc) · 706 Bytes
/
retype.yml
File metadata and controls
34 lines (26 loc) · 706 Bytes
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
input: .
output: .retype
url: https://endermodubot.github.io/docs
start:
# Uncomment the next line to try Retype Pro features
# pro: true
branding:
title: ModuBot
label: Docs
logo: static/logo.png
favicon: static/logo.png
footer:
copyright: "© Copyright {{ year }}. [ModuBot](https://github.com/EnderModuBot) All rights reserved."
links:
- text: ":icon-organization: GitHub Organization"
link: https://github.com/EnderModuBot
- text: ":icon-law: License"
link: https://github.com/EnderModuBot/docs/blob/main/LICENSE
edit:
repo: "https://github.com/EnderModuBot/docs"
label: Edit on GitHub
editor:
enabled: false
exclude:
- "*example*"
- "*template*"