-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📖 Fix: docs footer navigate back/next links. Add social links, remove…
… emoji plugins.
- Loading branch information
1 parent
a29f5bd
commit 2db0612
Showing
3 changed files
with
786 additions
and
719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
site_name: AIOSTEAMPY | ||
site_name: Aiosteampy | ||
site_url: https://aiosteampy.somespecial.one | ||
site_author: Dmytro Tkachenko | ||
site_description: Simple library to trade and interact with steam market, webapi, guard. | ||
|
@@ -22,28 +22,35 @@ theme: | |
- navigation.tracking | ||
- navigation.expand | ||
- navigation.top | ||
- navigation.footer | ||
- toc.follow | ||
- search.suggest | ||
|
||
palette: | ||
- media: "(prefers-color-scheme: dark)" | ||
scheme: default | ||
toggle: | ||
icon: material/lightbulb | ||
name: Switch to light mode | ||
- media: "(prefers-color-scheme: light)" | ||
scheme: light | ||
toggle: | ||
icon: material/lightbulb-outline | ||
name: Switch to dark mode | ||
- media: "(prefers-color-scheme: dark)" | ||
scheme: default | ||
toggle: | ||
icon: material/light-switch-off | ||
name: Switch to light mode | ||
- media: "(prefers-color-scheme: light)" | ||
scheme: light | ||
toggle: | ||
icon: material/light-switch | ||
name: Switch to dark mode | ||
|
||
extra_css: | ||
- theme/extra.css | ||
|
||
extra: | ||
social: | ||
- icon: fontawesome/brands/python | ||
link: https://pypi.org/project/aiosteampy/ | ||
- icon: fontawesome/brands/github | ||
link: https://github.com/somespecialone | ||
- icon: fontawesome/solid/envelope | ||
link: mailto:[email protected] | ||
- icon: fontawesome/brands/linkedin | ||
link: https://www.linkedin.com/in/somespecialone/ | ||
- icon: fontawesome/solid/globe | ||
link: https://somespecial.one | ||
|
||
|
@@ -59,9 +66,6 @@ markdown_extensions: | |
anchor_linenums: true | ||
- pymdownx.details | ||
- pymdownx.superfences | ||
- pymdownx.emoji: | ||
emoji_index: !!python/name:materialx.emoji.twemoji | ||
emoji_generator: !!python/name:materialx.emoji.to_svg | ||
- toc: | ||
permalink: true | ||
|
||
|
Oops, something went wrong.