From df6a1306e8ed9fa50c8aa44bc037d2a34f61bfc8 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 25 Sep 2018 16:46:03 +0200 Subject: doc: remove GA tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Google Analytics tracking wasn't wholly uncontroversial and hasn't been used in practice. Remove it. PR-URL: https://github.com/nodejs/node/pull/23083 Fixes: https://github.com/nodejs/node/issues/22652 Refs: https://github.com/nodejs/node/pull/6601 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Refael Ackermann Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Anna Henningsen --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcbuild.bat') diff --git a/vcbuild.bat b/vcbuild.bat index b90d2b09cc..1e31440cc2 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -460,7 +460,7 @@ robocopy /e doc\api %config%\doc\api robocopy /e doc\api_assets %config%\doc\api\assets for %%F in (%config%\doc\api\*.md) do ( - %node_exe% tools\doc\generate.js --node-version=v%FULLVERSION% --analytics=%DOCS_ANALYTICS% %%F --output-directory=%%~dF%%~pF + %node_exe% tools\doc\generate.js --node-version=v%FULLVERSION% %%F --output-directory=%%~dF%%~pF ) :run -- cgit v1.2.3