From 8fc2e27779cf6575311f2e09d13a04f90bbcfc0e Mon Sep 17 00:00:00 2001 From: Anix Date: Mon, 17 Aug 2020 14:33:19 +0000 Subject: [PATCH] Docs: added carbon ads using docsify-plugin-carbon --- 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)) {