Skip to content

Commit

Permalink
chore: Remove link to survey (runatlantis#4642)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
2 people authored and terakoya76 committed Dec 31, 2024
1 parent 14f94d8 commit da15380
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ Runs `terraform plan`, `import`, `apply` remotely and comments back on the pull
## Stargazers over time

[![Stargazers over time](https://starchart.cc/runatlantis/atlantis.svg)](https://starchart.cc/runatlantis/atlantis)

## User Survey

In April 2024, the Core Atlantis Team put together an anonymous survey for Atlantis users to help us understand the community needs and prioritize our roadmap. If you are a user of Atlantis, please take 5 minutes to fill it out <https://docs.google.com/forms/d/1fOGWkdinDV2_46CZvzQRdz8401ypZR8Z-iwkNNt3EX0>
7 changes: 4 additions & 3 deletions runatlantis.io/.vitepress/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ const dismiss = () => {
<div ref="el" class="banner">
<div class="text">
<p>
In April 2024, the Core Atlantis Team launched an anonymous survey to better understand our community's needs and help prioritize our roadmap.
<del>
In April 2024, the Core Atlantis Team launched an anonymous survey to better understand our community's needs and help prioritize our roadmap.
</del>
</p>
<p>
If you're an Atlantis user, please take 5 minutes to fill it out:
<a href="https://docs.google.com/forms/d/1fOGWkdinDV2_46CZvzQRdz8401ypZR8Z-iwkNNt3EX0">Survey Link</a>
That survey is now closed, we will compile the results and publish a summary as a blog post soon!
</p>
</div>

Expand Down
3 changes: 1 addition & 2 deletions runatlantis.io/.vitepress/navbars.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
const en = [
{ text: "Home", link: "/"},
{ text: "Home", link: "/" },
{ text: "Guide", link: "/guide" },
{ text: "Docs", link: "/docs" },
{ text: "Contributing", link: "/contributing" },
{ text: "Blog", link: "/blog" },
{ text: "📢 User Survey", link: "https://docs.google.com/forms/d/1fOGWkdinDV2_46CZvzQRdz8401ypZR8Z-iwkNNt3EX0" },
];

export { en };

0 comments on commit da15380

Please sign in to comment.