mirror of
https://gitlab.com/simple-stock-bots/docs.git
synced 2025-08-02 11:31:34 +00:00
updated mkdocs version, replaced IEX with marketdata, and updated commands
This commit is contained in:
41
mkdocs.yml
41
mkdocs.yml
@@ -6,7 +6,7 @@ repo_name: Simple Stock Bots
|
||||
|
||||
site_description: Simple Discord and Telegram chat bots for Stock Market Data.
|
||||
site_author: Anson Biggs
|
||||
copyright: <a href="https://ansonbiggs.com">Anson Biggs</a> 2018 </br> Available Under an <a href="/LICENSE/">MIT LICENSE</a> </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> Available Under an <a href="/LICENSE/">MIT LICENSE</a> </br>
|
||||
|
||||
|
||||
nav:
|
||||
@@ -17,9 +17,14 @@ nav:
|
||||
- Contact: contact.md
|
||||
|
||||
theme:
|
||||
name: "material"
|
||||
name: material
|
||||
language: en
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.tracking
|
||||
- navigation.tabs
|
||||
- navigation.tabs.sticky
|
||||
- navigation.footer
|
||||
icon:
|
||||
logo: material/robot-love
|
||||
palette:
|
||||
@@ -36,18 +41,34 @@ theme:
|
||||
icon: material/lightbulb
|
||||
name: Switch to light mode
|
||||
|
||||
extra:
|
||||
social:
|
||||
- icon: fontawesome/solid/house
|
||||
link: https://simplestockbot.com/
|
||||
- icon: fontawesome/brands/telegram
|
||||
link: https://t.me/SimpleStockBot
|
||||
name: Get the Telegram bot
|
||||
- icon: fontawesome/brands/discord
|
||||
link: https://discordapp.com/api/oauth2/authorize?client_id=532045200823025666&permissions=36507338752&scope=bot
|
||||
name: Get the Discord Bot
|
||||
- icon: material/chart-line-stacked
|
||||
link: https://dashboard.marketdata.app/marketdata/aff/go/misterbiggs?keyword=repo
|
||||
name: MarketData.app for stock data
|
||||
|
||||
|
||||
|
||||
|
||||
extra_css:
|
||||
- stylesheets/phone.css
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- toc:
|
||||
permalink: true
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
- attr_list
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- social
|
||||
|
||||
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
|
Reference in New Issue
Block a user