From 4f6b386f3ca332e9f9f9de93a650b077ec5b782e Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Thu, 22 Jan 2015 17:20:17 -0500 Subject: [PATCH] Improve koch web google analytics docs --- koch.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koch.nim b/koch.nim index 13bcc3db16..7874d8d743 100644 --- a/koch.nim +++ b/koch.nim @@ -61,6 +61,9 @@ Boot options: -d:nativeStacktrace use native stack traces (only for Mac OS X or Linux) -d:noCaas build Nimrod without CAAS support -d:avoidTimeMachine only for Mac OS X, excludes nimcache dir from backups +Web options: + --googleAnalytics:UA-... add the given google analytics code to the docs. To + build the official docs, use UA-48159761-1 """ proc exe(f: string): string = return addFileExt(f, ExeExt)