Skip to content

Commit 4214bf5

Browse files
authored
Merge pull request #2962 from chalin/chalin-gp-ga4-v1.7-2022-11-18
Use Google Analytics 4 ID for v1.7
2 parents 054c658 + 18d96e5 commit 4214bf5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Thank you for helping make the Dapr documentation better!
22

33
**Please follow this checklist before submitting:**
44
- [ ] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work))
5-
- [ ] [Read the contribution guide](https://docs.dapr.io/contributing/contributing-docs/)
5+
- [ ] [Read the contribution guide](https://docs.dapr.io/contributing/docs-contrib/contributing-docs/)
66
- [ ] Commands include options for Linux, MacOS, and Windows within codetabs
77
- [ ] New file and folder names are globally unique
88
- [ ] Page references use shortcodes instead of markdown or URL links

.github/workflows/link_validation.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
validate:
1414
runs-on: ubuntu-latest
15-
env:
15+
env:
1616
PYTHON_VER: 3.7
1717
steps:
1818
- uses: actions/checkout@v2
@@ -35,6 +35,6 @@ jobs:
3535
python3 -m pip install --upgrade pip
3636
pip3 install setuptools wheel twine tox mechanical-markdown
3737
- name: Check Markdown Files
38+
continue-on-error: true
3839
run: |
39-
for name in `find . -name "*.md"`; do echo -e "------\n$name" ; mm.py -l $name || exit 1 ;done
40-
40+
for name in `find . -name "*.md"`; do echo -e "------\n$name" ; mm.py -l $name ;done

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following branches are currently maintained:
1717
| [v1.8](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
1818
| [v1.9](https://github.com/dapr/docs/tree/v1.9) (pre-release) | https://v1-9.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.9+ go here. |
1919

20-
For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/contributing-docs/#branch-guidance) document.
20+
For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/docs-contrib/contributing-docs/#branch-guidance) document.
2121

2222
## Contribution guidelines
2323

daprdocs/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ disableKinds = ["taxonomy", "term"]
2727

2828
# Google Analytics
2929
[services.googleAnalytics]
30-
id = "UA-149338238-3"
30+
id = "G-60C6Q1ETC1"
3131

3232
# Mounts
3333
[module]

0 commit comments

Comments
 (0)