diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index a6b77f5507a..0d18792cda4 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,7 +2,7 @@ Thank you for helping make the Dapr documentation better!
**Please follow this checklist before submitting:**
- [ ] 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))
-- [ ] [Read the contribution guide](https://docs.dapr.io/contributing/contributing-docs/)
+- [ ] [Read the contribution guide](https://docs.dapr.io/contributing/docs-contrib/contributing-docs/)
- [ ] Commands include options for Linux, MacOS, and Windows within codetabs
- [ ] New file and folder names are globally unique
- [ ] Page references use shortcodes instead of markdown or URL links
diff --git a/.github/workflows/link_validation.yaml b/.github/workflows/link_validation.yaml
index 3571c0c4a03..719bc992476 100644
--- a/.github/workflows/link_validation.yaml
+++ b/.github/workflows/link_validation.yaml
@@ -12,7 +12,7 @@ on:
jobs:
validate:
runs-on: ubuntu-latest
- env:
+ env:
PYTHON_VER: 3.7
steps:
- uses: actions/checkout@v2
@@ -35,6 +35,6 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install setuptools wheel twine tox mechanical-markdown
- name: Check Markdown Files
+ continue-on-error: true
run: |
- for name in `find . -name "*.md"`; do echo -e "------\n$name" ; mm.py -l $name || exit 1 ;done
-
+ for name in `find . -name "*.md"`; do echo -e "------\n$name" ; mm.py -l $name ;done
diff --git a/README.md b/README.md
index 96cfeb17376..8b26981884b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The following branches are currently maintained:
| [v1.7](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
| [v1.8](https://github.com/dapr/docs/tree/v1.8) (pre-release) | https://v1-8.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.8+ go here. |
-For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/contributing-docs/#branch-guidance) document.
+For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/docs-contrib/contributing-docs/#branch-guidance) document.
## Contribution guidelines
diff --git a/daprdocs/config.toml b/daprdocs/config.toml
index fc4f564301e..8ed1fa95ab9 100644
--- a/daprdocs/config.toml
+++ b/daprdocs/config.toml
@@ -27,7 +27,7 @@ disableKinds = ["taxonomy", "term"]
# Google Analytics
[services.googleAnalytics]
-id = "UA-149338238-3"
+id = "UA-00000000-0"
# Mounts
[module]
diff --git a/daprdocs/layouts/partials/hooks/head-end.html b/daprdocs/layouts/partials/hooks/head-end.html
index 804fe38e9ec..80a246e588e 100644
--- a/daprdocs/layouts/partials/hooks/head-end.html
+++ b/daprdocs/layouts/partials/hooks/head-end.html
@@ -1,3 +1,12 @@
-{{ with .Site.Params.algolia_docsearch }}
+{{ with .Site.Params.algolia_docsearch -}}
-{{ end }}
\ No newline at end of file
+{{ end -}}
+
+
+
\ No newline at end of file