From 73de550736db3e5812808fdb4d16883e072409c7 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 1 Jan 2018 17:09:28 -0700 Subject: [PATCH] Switch to material theme --- docs/images/logo.svg | 96 ++++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 11 ++++- 2 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 docs/images/logo.svg diff --git a/docs/images/logo.svg b/docs/images/logo.svg new file mode 100644 index 0000000..6780285 --- /dev/null +++ b/docs/images/logo.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/mkdocs.yml b/mkdocs.yml index bc929d2..68e3840 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,13 @@ site_name: AccountHub Docs -theme: 'readthedocs' +theme: + name: 'material' + logo: 'images/logo.svg' + feature: + tabs: false + palette: + primary: 'orange' + accent: 'orange' site_author: Netsyms Technologies +repo_name: 'Business/AccountHub' +repo_url: 'https://source.netsyms.com/Business/AccountHub' copyright: Copyright © 2017 Netsyms Technologies. All rights reserved. Copying is allowed for instructional purposes (such as creating an internal user help document) as long as credit is given and this copyright notice is included. For other purposes, or if you are selling a product containing copied material, please contact us for permission.