From 6ccf1f2a3c67226f85105df1880995ae79e935f3 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 23 Sep 2018 15:31:00 -0300 Subject: [PATCH] Documentation: GA --- .editorconfig | 2 +- docs/index.html | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3cf19174..f60a8b79 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,6 @@ trim_trailing_whitespace = true indent_style = tab indent_size = 8 -[*.{md,yml,yaml,json,toml}] +[*.{md,yml,yaml,json,toml,htm,html}] indent_style = space indent_size = 2 diff --git a/docs/index.html b/docs/index.html index 240a7141..054051f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,14 +14,16 @@ window.$docsify = { name: 'Task', repo: 'go-task/task', + ga: 'UA-126286662-1', themeColor: '#83d0f2', - loadSidebar: true, - auto2top: true, - maxLevel: 3, - subMaxLevel: 3 + loadSidebar: true, + auto2top: true, + maxLevel: 3, + subMaxLevel: 3 } +