From cc071c56f98b161cc1936c09b2312e69c776d4d9 Mon Sep 17 00:00:00 2001 From: Anix Date: Mon, 17 Aug 2020 20:23:11 +0530 Subject: [PATCH] Docs: added carbon ads using docsify-plugin-carbon (#1337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 沈唁 <52o@qq52o.cn> --- docs/index.html | 7 ++++++- index.html | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index d90431ee2..5140aaa0d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,11 +14,15 @@ - + @@ -64,6 +68,7 @@ } }, plugins: [ + DocsifyCarbon.create('CEBI6KQE', 'docsifyjsorg'), function (hook, vm) { hook.beforeEach(function (html) { if (/githubusercontent\.com/.test(vm.route.file)) { diff --git a/index.html b/index.html index 9f443671b..8247ce5f5 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,15 @@ + @@ -56,6 +61,7 @@ pathNamespaces: ['/zh-cn', '/de-de', '/ru-ru', '/es'] }, plugins: [ + DocsifyCarbon.create('CEBI6KQE', 'docsifyjsorg'), function (hook, vm) { hook.beforeEach(function (html) { if (/githubusercontent\.com/.test(vm.route.file)) {