Website: Feedback form

This commit is contained in:
Chen-I Lim 2021-01-27 11:00:31 -08:00
parent b35facae6b
commit 2513df1fa4
4 changed files with 9 additions and 3 deletions

View file

@ -81,6 +81,11 @@ pygmentsStyle = "manni"
name = "Blog"
weight = 4
[[menu.postpend]]
url = "https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform?usp=sf_link"
name = "Feedback"
weight = 5
# Workaround to add draft status to menu items
[[params.navigation.drafts]]
Download = false
@ -89,6 +94,7 @@ pygmentsStyle = "manni"
Integrate = false
Extend = false
Blog = false
Feedback = false
Internal = false
'Admin Docs' = false

View file

@ -16,7 +16,7 @@
</p>
<p>
We're currently in early-access beta, and are looking for feedback. So please <a href="download/personal-edition/">download it today</a> and let us know what you think.
We're currently in early-access beta, and are looking for feedback. So please <a href="download/personal-edition/">download it today</a> and <a href="https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform?usp=sf_link" target="_blank" rel="noopener">let us know what you think</a>.
</p>
<p>

View file

@ -17,7 +17,7 @@
{{ $drafts := index $.Site.Params.navigation.drafts 0}}
{{ $draft := index $drafts .Name }}
{{ if or (eq $.Site.BuildDrafts true) (eq $draft false) }}
<li><a class="external" href="{{ .URL }}">{{ .Name }}</a></li>
<li><a class="external" rel="noopener" href="{{ .URL }}">{{ .Name }}</a></li>
{{ end }}
{{ end }}
</ul>

View file

@ -5,4 +5,4 @@ Disallow: /&utm_medium
Disallow: /&utm_campaign
Disallow: /?utm_
Sitemap: https://developers.mattermost.com/sitemap.xml
Sitemap: https://www.focalboard.com/sitemap.xml