-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (74 loc) · 1.87 KB
/
mkdocs.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
site_name: Repath
site_description: Scalable Vector Graphics Manipulation
site_author: Konstantinos Kaloutas
site_url: https://repath.studio/
copyright: 2024 © Repath Studio
repo_url: https://github.com/repath-project/repath-studio
repo_name: repath-studio
extra_css:
- assets/stylesheets/extra.css
theme:
name: material
custom_dir: theme
favicon: assets/images/favicon.png
features:
- navigation.tabs
- navigation.expand
- navigation.indexes
- announce.dismiss
- navigation.instant
- navigation.footer
icon:
repo: fontawesome/brands/github
logo: assets/images/logo.svg
palette:
primary: pink-700
accent: pink
font: false
nav:
- Home: index.md
- Get Studio:
- get-studio/download.md
- get-studio/build-from-source.md
# - Docs:
# - docs/shortcuts.md
- Contribute:
- contribute/CONTRIBUTING.md
- CLA: contribute/cla.md
- Changelog: roadmap/changelog.md
extra:
generator: false
social:
- icon: fontawesome/solid/at
link: mailto:[email protected]
name: Email us
- icon: fontawesome/brands/discord
link: https://discord.gg/yzjY6W6ame
- icon: fontawesome/brands/twitter
link: https://www.twitter.com/repath_studio/
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/repath.studio/
- icon: fontawesome/brands/github
link: https://github.com/repath-project/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
plugins:
- search
- glightbox
- social:
cards_layout_options:
font_family: Sora
background_color: black