-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathretype.yml
60 lines (60 loc) · 1.01 KB
/
retype.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
input: ./src
output: .retype
url: docs.is-not.cool
branding:
title: is-not.cool
label: Docs
logo: /img/logo.png
logoDark: /img/logo.png
logoAlign: left
colors:
label:
text: "#ffffff"
background: "#9d00ff"
links:
- text: Home
link: index.md
icon: home
- text: Website
link: https://is-not.cool
icon: globe
- text: Register
link: https://github.com/is-not-cool/registration
icon: mark-github
iconAlign: left
target: blank
cache:
busting: query # none | path | query
edit:
repo: "https://github.com/is-not-cool/docs"
base: "/src"
branch: "main"
label: "Edit this page"
editor:
enabled: true
favicon: favicon.ico
generator:
recase: all
include:
- "*.py"
markdown:
lineBreaks: soft
meta:
title: " | is-not.cool docs"
search:
hotkeys:
- "/"
maxResults: 20
minChars: 2
mode: full
noResultsFoundMsg: "No results"
placeholder: Search
start:
open: false
snippets:
lineNumbers:
- js
- none
templating:
enabled: true
liquid: false