-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
109 lines (102 loc) · 2.64 KB
/
mkdocs.yml
File metadata and controls
109 lines (102 loc) · 2.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: Repath Studio
site_description: Vector Graphics Editor
site_author: Konstantinos Kaloutas
site_url: https://repath.studio/
copyright: 2026 © Repath Studio
repo_url: https://github.com/repath-studio/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
- content.code.copy
icon:
repo: fontawesome/brands/github
logo: assets/images/logo.svg
palette:
- scheme: default
primary: pink-700
accent: pink
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: pink
accent: pink
toggle:
icon: material/weather-sunny
name: Switch to light mode
font: false
nav:
- Home: index.md
- Get Started:
- get-started/download.md
- get-started/shortcuts.md
- Interactive Shell: get-started/interactive-shell.md
- Contribute:
- Develop: contribute/contributing.md
- Code of Conduct: contribute/CODE_OF_CONDUCT.md
- CLA: contribute/CLA.md
- Roadmap:
- Milestones: roadmap/milestones.md
- roadmap/changelog.md
- Policies:
- Privacy: policies/privacy.md
- Security: policies/security.md
- License: policies/license.md
- Blog:
- blog/index.md
extra:
generator: false
social:
- icon: fontawesome/solid/at
link: mailto:contact@repath.studio
name: Email us
- icon: fontawesome/brands/product-hunt
link: https://www.producthunt.com/products/repath-studio
name: Find us on Product Hunt
- icon: fontawesome/brands/discord
link: https://discord.gg/yzjY6W6ame
name: Join our Discord
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/repath.studio/
name: Follow us on Instagram
- icon: fontawesome/brands/github
link: https://github.com/repath-studio/repath-studio
name: Star us on GitHub
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
plugins:
- search
- glightbox
- blog
- git-revision-date-localized:
exclude:
- get-started/*
- blog/*
- contribute/*
- roadmap/*
- index.md
- social:
cards_layout_options:
font_family: Sora
background_color: "#97124c"