mirror of
https://gitlab.com/simple-stock-bots/docs.git
synced 2025-06-16 07:16:39 +00:00
new theme
This commit is contained in:
parent
7bfa7e7dd2
commit
7e9fdb2097
28
mkdocs.yml
28
mkdocs.yml
@ -7,10 +7,36 @@ nav:
|
|||||||
- Donate: donate.md
|
- Donate: donate.md
|
||||||
- Contact (Email): mailto:anson@ansonbiggs.com
|
- Contact (Email): mailto:anson@ansonbiggs.com
|
||||||
- LICENSE: LICENSE.md
|
- LICENSE: LICENSE.md
|
||||||
theme: "material"
|
|
||||||
|
theme:
|
||||||
|
name: "material"
|
||||||
|
features:
|
||||||
|
- navigation.tabs
|
||||||
|
icon:
|
||||||
|
logo:
|
||||||
|
material/robot-love
|
||||||
|
palette:
|
||||||
|
- media: "(prefers-color-scheme: light)"
|
||||||
|
scheme: default
|
||||||
|
toggle:
|
||||||
|
icon: material/lightbulb-outline
|
||||||
|
name: Switch to dark mode
|
||||||
|
- media: "(prefers-color-scheme: dark)"
|
||||||
|
scheme: slate
|
||||||
|
toggle:
|
||||||
|
icon: material/lightbulb
|
||||||
|
name: Switch to light mode
|
||||||
|
|
||||||
repo_url: https://gitlab.com/simple-stock-bots
|
repo_url: https://gitlab.com/simple-stock-bots
|
||||||
repo_name: Simple Stock Bots
|
repo_name: Simple Stock Bots
|
||||||
site_description: Simple Discord and Telegram chat bots for Stock Market Data.
|
site_description: Simple Discord and Telegram chat bots for Stock Market Data.
|
||||||
site_author: Anson Biggs
|
site_author: Anson Biggs
|
||||||
copyright: <a href="https://ansonbiggs.com">Anson Biggs</a> 2018 </br> <a href="https://iexcloud.io">All market data is provided by IEX Cloud</a> <script data-name="BMC-Widget" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="Anson" data-description="Support me on Buy me a coffee!" data-message="Thank you for using my bots!" data-color="#5F7FFF" data-position="right" data-x_margin="18" data-y_margin="18"></script>
|
copyright: <a href="https://ansonbiggs.com">Anson Biggs</a> 2018 </br> <a href="https://iexcloud.io">All market data is provided by IEX Cloud</a> <script data-name="BMC-Widget" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="Anson" data-description="Support me on Buy me a coffee!" data-message="Thank you for using my bots!" data-color="#5F7FFF" data-position="right" data-x_margin="18" data-y_margin="18"></script>
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- admonition
|
||||||
|
- toc:
|
||||||
|
permalink: true
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- search
|
||||||
|
Loading…
x
Reference in New Issue
Block a user