Website: Feedback form
This commit is contained in:
parent
b35facae6b
commit
2513df1fa4
4 changed files with 9 additions and 3 deletions
|
@ -81,6 +81,11 @@ pygmentsStyle = "manni"
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
weight = 4
|
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
|
# Workaround to add draft status to menu items
|
||||||
[[params.navigation.drafts]]
|
[[params.navigation.drafts]]
|
||||||
Download = false
|
Download = false
|
||||||
|
@ -89,6 +94,7 @@ pygmentsStyle = "manni"
|
||||||
Integrate = false
|
Integrate = false
|
||||||
Extend = false
|
Extend = false
|
||||||
Blog = false
|
Blog = false
|
||||||
|
Feedback = false
|
||||||
Internal = false
|
Internal = false
|
||||||
'Admin Docs' = false
|
'Admin Docs' = false
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
{{ $drafts := index $.Site.Params.navigation.drafts 0}}
|
{{ $drafts := index $.Site.Params.navigation.drafts 0}}
|
||||||
{{ $draft := index $drafts .Name }}
|
{{ $draft := index $drafts .Name }}
|
||||||
{{ if or (eq $.Site.BuildDrafts true) (eq $draft false) }}
|
{{ 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 }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -5,4 +5,4 @@ Disallow: /&utm_medium
|
||||||
Disallow: /&utm_campaign
|
Disallow: /&utm_campaign
|
||||||
Disallow: /?utm_
|
Disallow: /?utm_
|
||||||
|
|
||||||
Sitemap: https://developers.mattermost.com/sitemap.xml
|
Sitemap: https://www.focalboard.com/sitemap.xml
|
||||||
|
|
Loading…
Reference in a new issue