From 98e2353c985540fb051c0b6a0911d89ffedbe310 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Tue, 12 Feb 2019 14:45:57 +0800 Subject: [PATCH] Add disqus to docs --- mkdocs.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3e95bfd..1fbbc00 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ # Project information site_name: CAP -site_url: https://cap.dotnet-chain.org +site_url: https://cap.dotnet-chain.com site_description: Project documentation with Markdown. site_author: CAP Team repo_name: 'dotnetcore/CAP' @@ -37,16 +37,24 @@ theme: name: 'material' palette: primary: 'purple' - accent: 'indigo' - logo: - icon: 'cloud' + accent: 'indigo' language: 'en' + #logo: 'img/logo.png' #favicon: 'assets/images/favicon.ico' feature: tabs: true -#Search -# extra: +#Customization +extra: + manifest: 'manifest.webmanifest' + disqus: 'cap-1' + social: + - type: 'github' + link: 'https://github.com/dotnetcore/cap' + - type: 'twitter' + link: 'https://twitter.com/ncc_community' + - type: 'weibo' + link: 'https://weibo.com/dotnetcore' # search: # language: 'en, zh'