Skip to content

Commit

Permalink
📖 Fix: docs footer navigate back/next links. Add social links, remove…
Browse files Browse the repository at this point in the history
… emoji plugins.
  • Loading branch information
somespecialone committed Nov 1, 2023
1 parent a29f5bd commit 2db0612
Show file tree
Hide file tree
Showing 3 changed files with 786 additions and 719 deletions.
32 changes: 18 additions & 14 deletions mkdocs.yml
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.
Expand All @@ -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:tkachenkodmitriy@yahoo.com
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/somespecialone/
- icon: fontawesome/solid/globe
link: https://somespecial.one

Expand All @@ -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

Expand Down

0 comments on commit 2db0612

Please sign in to comment.