-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
193 lines (183 loc) · 6.36 KB
/
Copy pathmkdocs.yml
File metadata and controls
193 lines (183 loc) · 6.36 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
site_name: Steam Stats
site_author: Nicconike
site_description: Showcase your Steam Gaming Stats in your GitHub Profile with automated cards
site_url: https://nicconike.github.io/Steam-Stats/
repo_name: Nicconike/Steam-Stats
repo_url: https://github.com/Nicconike/Steam-Stats
edit_uri: edit/master/docs/
copyright: Copyright © 2024 - 2025 Nicconike
theme:
name: material
logo: assets/steam-stats-logo.png
favicon: assets/steam-stats-logo.png
icon:
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
features:
# Content Features
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
# Navigation Features
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
# Search Features
- search.highlight
- search.share
- search.suggest
# Header Features
- header.autohide
- announce.dismiss
- toc.follow
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to Light Mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue gray
accent: blue
toggle:
icon: material/brightness-7
name: Switch to Dark Mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to System Preference
nav:
- Home:
- index.md
- Installation: setup.md
- Changelog: changelog.md
- License: license.md
- Getting started:
- getting-started/index.md
- Prerequisites: getting-started/prerequisites.md
- Steam Web API Setup: getting-started/steam-web-api.md
- Steam IDs: getting-started/steam-id.md
- GitHub Actions Setup: getting-started/github-action.md
- Readme Integration: getting-started/readme-integration.md
- Verification: getting-started/verification.md
- User Guide:
- user-guide/index.md
- Cards Overview: user-guide/cards-overview.md
- Workflow Configuration: user-guide/config.md
- Scheduling Updates: user-guide/scheduling.md
- Troubleshooting: user-guide/troubleshooting.md
- Examples:
- examples/index.md
- Contribute Examples: examples/contribute-examples.md
- Reference:
- API Reference: reference/index.md
- Main: reference/main.md
- Steam Stats: reference/steam-stats.md
- Steam Workshop: reference/steam-workshop.md
- Card: reference/card.md
- Utilities: reference/utils.md
- Developer Guide:
- developer-guide/index.md
- Project Layout: developer-guide/project-layout.md
- Local Development: developer-guide/local-development.md
- Contributing: developer-guide/contributing.md
- Testing: developer-guide/testing.md
plugins:
- privacy
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- mkdocstrings:
default_handler: python
- git-revision-date-localized:
enable_creation_date: true
- autorefs
- mermaid2
markdown_extensions:
# Basic Extensions
- admonition
- attr_list
- footnotes
- md_in_html
- toc:
permalink: true
# PyMdown Extensions
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.critic
- pymdownx.caret
- pymdownx.tilde
- pymdownx.smartsymbols
extra:
generator: false
consent:
title: Cookie Consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of the documentation and whether users find what they're searching for. With your consent, you're helping us to make the documentation better.
actions:
- manage
- accept
social:
- icon: fontawesome/brands/github
link: https://github.com/Nicconike
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/nicconike/steam-stats
- icon: fontawesome/brands/python
link: https://pypi.org/project/steam-stats
- icon: fontawesome/brands/steam
link: https://steamcommunity.com/id/nicconike
- icon: fontawesome/brands/discord
link: https://discord.gg/UbetHfu
- icon: fontawesome/brands/x-twitter
link: https://x.com/nicco_nike
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_ID
feedback:
title: Was this page helpful?
ratings:
- icon: material/heart
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/heart-broken
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help me improve this page by using the <a href="..." target="_blank" rel="noopener">feedback form</a>.