-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathretype.yml
More file actions
72 lines (62 loc) · 1.47 KB
/
retype.yml
File metadata and controls
72 lines (62 loc) · 1.47 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
input: src
output: docs
url: bashly.dev
favicon: favicon.ico
serve:
host: 0.0.0.0
port: 3000
watch: { polling: 3000 }
editor:
enabled: false
branding:
label: v1.3.8
logo: assets/logo.svg
logoDark: assets/logo-dark.svg
# logoWidth: 143
# logoHeight: 40
meta:
title: " - Bashly"
edit:
repo: https://github.com/bashly-framework/bashly-book/
base: src
branch: master
links:
- text: GitHub
link: https://github.com/bashly-framework/bashly
icon: mark-github
target: blank
- text: Issues
link: https://github.com/bashly-framework/bashly/issues
icon: issue-opened
target: blank
- text: Discussions
link: https://github.com/bashly-framework/bashly/discussions
icon: comment-discussion
target: blank
- text: AI Assistant
link: /chat
icon: copilot
target: blank
integrations:
googleAnalytics:
id: G-0MC7P9VV8W
footer:
copyright: "© Copyright {{ year }}. All rights reserved."
links:
- text: Site Source
link: https://github.com/bashly-framework/bashly-book
target: blank
icon: mark-github
- text: Changelog
link: https://github.com/bashly-framework/bashly/blob/master/CHANGELOG.md#changelog
target: blank
icon: log
# actions:
# items:
# - text: Copy
# action: copy-page-markdown
# icon: copy
# Add {{ nowrap }} after `...` to prevent line break
# ref: https://github.com/retypeapp/retype/issues/509
# data:
# nowrap: '{style="white-space: nowrap;"}'