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 bf46396 commit 5078565Copy full SHA for 5078565
.github/workflows/publish-pages.yml
@@ -22,3 +22,4 @@ jobs:
22
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
+ GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
mkdocs.yml
@@ -1,4 +1,4 @@
1
-site_name: Kafka containerization solution
+site_name: Install Apache Kafka with Docker or Helm
2
# site_url: 'https://github.com/sir5kong/kafka-docker'
3
4
## Repository
@@ -63,6 +63,11 @@ plugins:
63
- minify:
64
minify_html: true
65
66
+extra:
67
+ analytics:
68
+ provider: google
69
+ property: !ENV GOOGLE_ANALYTICS_KEY
70
+
71
# Page tree
72
nav:
73
- Docker Image: README.md
0 commit comments