From 2513df1fa452670ffc97965cda64467d1f96e129 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Wed, 27 Jan 2021 11:00:31 -0800 Subject: [PATCH] Website: Feedback form --- website/site/config.toml | 6 ++++++ website/site/layouts/partials/hero.html | 2 +- website/site/layouts/partials/nav.html | 2 +- website/site/static/robots.txt | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/website/site/config.toml b/website/site/config.toml index 357f91f62..cab75a3c9 100644 --- a/website/site/config.toml +++ b/website/site/config.toml @@ -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 diff --git a/website/site/layouts/partials/hero.html b/website/site/layouts/partials/hero.html index 4f7f4044a..8998176c3 100755 --- a/website/site/layouts/partials/hero.html +++ b/website/site/layouts/partials/hero.html @@ -16,7 +16,7 @@

- We're currently in early-access beta, and are looking for feedback. So please download it today and let us know what you think. + We're currently in early-access beta, and are looking for feedback. So please download it today and let us know what you think.

diff --git a/website/site/layouts/partials/nav.html b/website/site/layouts/partials/nav.html index 8e600ebbb..d0df58035 100755 --- a/website/site/layouts/partials/nav.html +++ b/website/site/layouts/partials/nav.html @@ -17,7 +17,7 @@ {{ $drafts := index $.Site.Params.navigation.drafts 0}} {{ $draft := index $drafts .Name }} {{ if or (eq $.Site.BuildDrafts true) (eq $draft false) }} -

  • {{ .Name }}
  • +
  • {{ .Name }}
  • {{ end }} {{ end }} diff --git a/website/site/static/robots.txt b/website/site/static/robots.txt index 5968a5beb..8acef5ec0 100644 --- a/website/site/static/robots.txt +++ b/website/site/static/robots.txt @@ -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