-
Notifications
You must be signed in to change notification settings - Fork 0
/
retype.yml
92 lines (70 loc) · 2.04 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# -------------------
# Retype Pro
# -------------------
poweredByRetype: false
outbound:
enabled: true
icon: ""
breadcrumb:
enabled: true
home: false
toc:
depth: 2
hub:
link: https://gsoft-inc.github.io/wl-idp-docs-hub/
alt: Workleap's IDP homepage
start:
pro: true
# -------------------
# Retype
# -------------------
input: ./docs
output: .retype
url: https://gsoft-inc.github.io/wl-honeycomb-web/
branding:
title: "Honeycomb"
logo: ./static/logo.png
favicon: ./static/favicon.png
edit:
repo: "https://github.com/gsoft-inc/wl-honeycomb-web"
base: /docs
branch: main
links:
- text: Home
icon: home
link: /getting-started
- text: Found a bug?
icon: issue-opened
link: https://github.com/gsoft-inc/wl-honeycomb-web/issues
target: blank
- text: Feature requests
icon: comment-discussion
link: https://github.com/gsoft-inc/wl-honeycomb-web/discussions
target: blank
- text: Releases
icon: tag
link: https://github.com/gsoft-inc/wl-honeycomb-web/releases
target: blank
- text: Github
icon: mark-github
link: https://github.com/gsoft-inc/wl-honeycomb-web
target: blank
- text: NPM
icon: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H24V24H0V0Z" fill="#CC0000"/><path d="M11.9184 2.57758H2.57764V21.4214H11.9175V7.32958H16.6695V21.4214H21.4215V2.57758H11.9184Z" fill="white"/></svg>
link: https://www.npmjs.com/package/@workleap/wl-honeycomb-web
target: blank
footer:
copyright: "© Copyright {{ year }} - Workleap"
links:
- text: About
icon: question
link: about.md
- text: License
icon: shield-check
link: https://github.com/gsoft-inc/wl-honeycomb-web/blob/main/LICENSE
target: blank
# To allow using {{ }} in code blocks.
# View: https://github.com/retypeapp/retype/issues/622#issuecomment-1712391219.
templating:
enabled: false
verbose: true