diff --git a/web/mkdocs.yml b/web/mkdocs.yml index e369c70..c1b9f46 100644 --- a/web/mkdocs.yml +++ b/web/mkdocs.yml @@ -1,13 +1,14 @@ site_name: Simple Stock Bot site_url: https://misterbiggs.gitlab.io/simple-telegram-bot +edit_uri: blob/master/web/docs/ nav: - - Home: index.md - # - Commands: commands.md - # - About: about.md - # - Author's Website: https://blog.ansonbiggs.com/ - - LICENSE: LICENSE.md -theme: 'material' + - Home: index.md + # - Commands: commands.md + # - About: about.md + # - Author's Website: https://blog.ansonbiggs.com/ + - LICENSE: LICENSE.md +theme: "material" repo_url: https://gitlab.com/MisterBiggs/simple-telegram-bot repo_name: Simple Telegram Bot -site_description: A Telegram Bot for stock market Data. \ No newline at end of file +site_description: A Telegram Bot for stock market Data.