-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (43 loc) · 1.04 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
site_name: StrayedCats
site_url: https://StrayedCats.github.io
site_author: StrayedCats
copyright: |
© 2024 StrayedCats
<br>
All rights reserved.
repo_name: StrayedCats
repo_url: https://github.com/StrayedCats
edit_uri: ''
docs_dir: docs
theme:
name: material
favicon: images/favicon.png
icon:
logo: material/cat
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.top
- toc.integrate
# extra:
# social:
# - type: github
# link: https://github.com/StrayedCats
nav:
- Home: index.md
- Members: members.md
# - Products: products.md
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- stylesheets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css