summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/kochdocs.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim
index 232e68f5d..18659825b 100644
--- a/tools/kochdocs.nim
+++ b/tools/kochdocs.nim
@@ -13,6 +13,7 @@ import "../compiler/nimpaths"
 
 const
   gaCode* = " --doc.googleAnalytics:UA-48159761-1"
+  paCode* = " --doc.plausibleAnalytics:nim-lang.org"
   # errormax: subsequent errors are probably consequences of 1st one; a simple
   # bug could cause unlimited number of errors otherwise, hard to debug in CI.
   docDefines = "-d:nimExperimentalLinenoiseExtra"