We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5452120 commit 36be976Copy full SHA for 36be976
docs-source/config.toml
@@ -1,3 +1,6 @@
1
+# analytics
2
+googleAnalytics = "UA-129126578-2"
3
+
4
baseURL = "/weblogic-kubernetes-operator/"
5
languageCode = "en-us"
6
title = "WebLogic Kubernetes Operator"
@@ -10,9 +13,6 @@ disableInlineCopyToClipBoard = true
10
13
11
14
publishDir = "docs"
12
15
-# analytics
-googleAnalytics = "UA-129126578-2"
-
16
# For search functionality
17
[outputs]
18
home = [ "HTML", "RSS", "JSON"]
0 commit comments