From a12c86c5289000c849a92ffd2dc3a87daaac6710 Mon Sep 17 00:00:00 2001 From: Lee Packham Date: Tue, 30 May 2023 12:30:18 +0100 Subject: [PATCH 1/4] Typo of Deprecation as Depreciation on the release policy (#3467) A mistake I know so many people (including) myself have made and a super minor fix. Signed-off-by: Lee Packham --- .../content/en/operations/support/support-release-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/support/support-release-policy.md b/daprdocs/content/en/operations/support/support-release-policy.md index d32034737..7965582ce 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -140,7 +140,7 @@ There is a process for applying breaking changes: 1. The breaking changes are applied two (2) releases after the release in which the deprecation was announced. - For example, feature X is announced to be deprecated in the 1.0.0 release notes and will then be removed in 1.2.0. -### Depreciations +### Deprecations Deprecations appear in release notes under a section named “Deprecations”, which indicates: From 795f0c26debb44676feb70a56342813032c25a5b Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Tue, 30 May 2023 19:09:02 -0700 Subject: [PATCH 2/4] Alternative analytics tracker (#3470) * analytics tracker * Update footer.html layout update * Update footer.html Layout changes * Update footer.html layout changes --- daprdocs/layouts/partials/footer.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/daprdocs/layouts/partials/footer.html b/daprdocs/layouts/partials/footer.html index a29a0d6b7..856586836 100644 --- a/daprdocs/layouts/partials/footer.html +++ b/daprdocs/layouts/partials/footer.html @@ -18,13 +18,14 @@
{{ with .Site.Params }}© {{ now.Year}} {{ .trademark | markdownify }}{{ end }} - {{ if not .Site.Params.ui.footer_about_disable }} - {{ with .Site.GetPage "about" }}

{{ .Title }}

{{ end }} - {{ end }} + {{ if not .Site.Params.ui.footer_about_disable }} + {{ with .Site.GetPage "about" }}

{{ .Title }}

{{ end }} + {{ end }}
+ {{ define "footer-links-block" }}
    From f202d7dc8c1d72bc2ecc8249eb594cc67541011e Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Fri, 2 Jun 2023 14:30:55 -0700 Subject: [PATCH 3/4] website info (#3482) * analytics tracker * Testing for clearbit tracking * Update footer.html layout update * Update footer.html Layout update --------- Signed-off-by: Mark Fussell --- daprdocs/layouts/partials/footer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/daprdocs/layouts/partials/footer.html b/daprdocs/layouts/partials/footer.html index 856586836..d5ef2b088 100644 --- a/daprdocs/layouts/partials/footer.html +++ b/daprdocs/layouts/partials/footer.html @@ -5,14 +5,14 @@
    {{ with $links }} {{ with index . "user"}} - {{ template "footer-links-block" . }} + {{ template "footer-links-block" . }} {{ end }} {{ end }}
    {{ with $links }} {{ with index . "developer"}} - {{ template "footer-links-block" . }} + {{ template "footer-links-block" . }} {{ end }} {{ end }}
    @@ -26,6 +26,7 @@ + {{ define "footer-links-block" }}
      From 8a58c8ded0716b287be633b63106ff1ab0502d87 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 7 Jun 2023 16:27:38 -0400 Subject: [PATCH 4/4] go submodules Signed-off-by: Hannah Hunter --- sdkdocs/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdkdocs/go b/sdkdocs/go index d02f9524d..effc2f0d3 160000 --- a/sdkdocs/go +++ b/sdkdocs/go @@ -1 +1 @@ -Subproject commit d02f9524d96779350323128f88fefdd6fbd6787a +Subproject commit effc2f0d3c92ad76e11958e427c8d3b0900e1932