mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files, hack/verify-gendocs.sh verifies presence of link.
This commit is contained in:
@@ -28,3 +28,6 @@ kubectl services create config/pod.html
|
||||
```
|
||||
|
||||
Open the service external ip in your browser
|
||||
|
||||
|
||||
[]()
|
||||
|
||||
@@ -7,3 +7,6 @@ title = "about"
|
||||
## A headline
|
||||
|
||||
Some content about the blog.
|
||||
|
||||
|
||||
[]()
|
||||
|
||||
@@ -7,3 +7,6 @@ title = "first"
|
||||
## first port
|
||||
|
||||
This is the first post.
|
||||
|
||||
|
||||
[]()
|
||||
|
||||
@@ -10,3 +10,6 @@ docker build -t hugo .
|
||||
# run the hugo container
|
||||
docker run -e HUGO_BASE_URL=example.com -v /path/to/md:/src -v /path/to/html:/dest hugo
|
||||
``
|
||||
|
||||
|
||||
[]()
|
||||
|
||||
Reference in New Issue
Block a user