Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove link to survey #4642

Merged
merged 4 commits into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
lukemassa marked this conversation as resolved.
Show resolved Hide resolved
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 };