From e96a824cf573861bad415ad37c47d407f488c464 Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 8 Feb 2019 20:03:57 -0700 Subject: [PATCH] Edit button now works correctly --- web/mkdocs.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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.