-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathretype.yml
59 lines (48 loc) · 1.56 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
# full config at https://github.com/retypeapp/retype/blob/main/static/retype.yml
start:
pro: true
serve:
watch:
mode: memory
poweredByRetype: false
breadcrumb:
enabled: true # Enabled by default on Pro projects
# home: Home # Custom label for the first item
home: ":icon-home:" # or, use an icon
# separator: "|" # Custom item separator
outbound:
enabled: true # Enabled by default on Pro projects
custom: 'rel="noopener noreferrer"' # custom attribute added to links
icon: link-external # A custom icon name, :emoji:, <svg>, or
# a path to a file
iconAlign: left # Icon alignment, to the left or right
target: blank # Custom target
#favicon: favicon.ico
#
branding:
title: TurboStack Docs
logo: /img/logo-blue.png
logoDark: /img/logo-white.png
logoAlign: left
colors:
label:
text: "#437FEC" # Custom color for the label text
background: "#ff0000"
url: docs.turbostack.app
links:
- text: TurboStack App
icon: ":rocket:"
link: https://my.turbostack.app
target: blank
- text: Customer Center
icon: ":information_desk_person:"
link: https://portal.hosted-power.com/
target: blank
- text: Submit a Ticket
icon: ":incoming_envelope:"
link: mailto:[email protected]
target: blank
edit:
repo: "https://github.com/HOSTED-POWER/docs-turbostack-app"
branch: "master"
label: "Edit this page"