-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
65 lines (59 loc) · 1.93 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
site_name: Learn OpenStack
site_url: https://www.patashale.in/learn-openstack/
site_author: Patashale™
site_description: Learn everything about OpenStack here at Patashale™.
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.footer
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.sections
- content.code.copy
- content.code.annotate
extra_css:
- stylesheets/extra.css
extra:
generator: false
social:
- icon: fontawesome/brands/youtube
link: https://youtube.com/@patashale
name: Patashale™ on YouTube
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@patashale
name: Patashale™ on Mastodon
# - icon: fontawesome/brands/linkedin
# link: https://linkedin.com/company/patashale
# name: Patashale™ on LinkedIn
# - icon: fontawesome/brands/gitlab
# link: https://gitlab.com/patashale
# name: Patashale™ on GitHub
# - icon: fontawesome/brands/github
# link: https://github.com/patashale
# name: Patashale™ on GitHub
- icon: fontawesome/brands/square-reddit
link: https://reddit.com/r/patashale
- icon: fontawesome/brands/x-twitter
link: https://x.com/patashale_in
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/patashale.bsky.social
nav:
- Home: index.md
copyright: Copyright © 2023 <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.github.com/patashale">Patashale™</a>. All rights reserved.