Skip to content

feat: add Slack and Discourse links to docs landing page #273

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

Merged
merged 1 commit into from
Jul 2, 2025

Conversation

brendaneamon
Copy link
Member

Closes #232

@brendaneamon brendaneamon self-assigned this Jul 2, 2025
@floxbot floxbot added the documentation Improvements or additions to documentation label Jul 2, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds direct links to the Slack workspace and Discourse forum on the documentation landing page to make community support more discoverable.

  • Introduces a “Have questions?” section with Slack and Discourse links
  • Explains how reaching out feeds into the product roadmap

docs/index.md Outdated
@@ -120,6 +120,10 @@ Need an example? See how [the Flox Docs team uses Flox in CI](https://flox.dev/b

- Create a portable [environment with transparent auth](https://flox.dev/blog/get-your-preferred-secrets-manager-in-a-portable-cross-platform-cli-toolkit/) via a third-party secrets manager so cross-platform workflows work the same everywhere: locally, in CI, or in production.

### __Have questions? Ask us on [Slack :fontawesome-brands-slack: ](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__
Copy link
Preview

Copilot AI Jul 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For links opening in a new tab with target="_blank", consider adding rel="noopener noreferrer" to prevent potential security vulnerabilities like tabnabbing.

Suggested change
### __Have questions? Ask us on [Slack :fontawesome-brands-slack: ](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__
### __Have questions? Ask us on [Slack :fontawesome-brands-slack: ](https://go.flox.dev/slack){:target="_blank" rel="noopener noreferrer"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank" rel="noopener noreferrer"}__

Copilot uses AI. Check for mistakes.

@brendaneamon brendaneamon force-pushed the brendan/232/link-to-discourse-and-slack branch from baf92c5 to bd6f59b Compare July 2, 2025 17:49
Copy link

github-actions bot commented Jul 2, 2025

@brendaneamon brendaneamon force-pushed the brendan/232/link-to-discourse-and-slack branch from bd6f59b to 4bf033b Compare July 2, 2025 18:00
Copy link

github-actions bot commented Jul 2, 2025

Copy link
Contributor

@jennymahmoudi jennymahmoudi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the draft! Suggestions to take or leave....

docs/index.md Outdated
@@ -120,6 +120,10 @@ Need an example? See how [the Flox Docs team uses Flox in CI](https://flox.dev/b

- Create a portable [environment with transparent auth](https://flox.dev/blog/get-your-preferred-secrets-manager-in-a-portable-cross-platform-cli-toolkit/) via a third-party secrets manager so cross-platform workflows work the same everywhere: locally, in CI, or in production.

### __Have questions? Ask us on [Slack :fontawesome-brands-slack:](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### __Have questions? Ask us on [Slack :fontawesome-brands-slack:](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__
## __Have questions?
Ask us on [Slack :fontawesome-brands-slack:](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__

docs/index.md Outdated
@@ -120,6 +120,10 @@ Need an example? See how [the Flox Docs team uses Flox in CI](https://flox.dev/b

- Create a portable [environment with transparent auth](https://flox.dev/blog/get-your-preferred-secrets-manager-in-a-portable-cross-platform-cli-toolkit/) via a third-party secrets manager so cross-platform workflows work the same everywhere: locally, in CI, or in production.

## __Have questions? Ask us on [Slack :fontawesome-brands-slack:](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## __Have questions? Ask us on [Slack :fontawesome-brands-slack:](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__
## __Have questions?
Ask us on [Slack :fontawesome-brands-slack:](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__

docs/index.md Outdated
@@ -120,6 +120,10 @@ Need an example? See how [the Flox Docs team uses Flox in CI](https://flox.dev/b

- Create a portable [environment with transparent auth](https://flox.dev/blog/get-your-preferred-secrets-manager-in-a-portable-cross-platform-cli-toolkit/) via a third-party secrets manager so cross-platform workflows work the same everywhere: locally, in CI, or in production.

## __Have questions? Ask us on [Slack :fontawesome-brands-slack:](https://go.flox.dev/slack){:target="_blank"} or [Discourse :fontawesome-brands-discourse:](https://discourse.flox.dev){:target="_blank"}__

Sometimes the quickest path to a solution is just to ask a Flox engineer directly. The questions you ask and feedback you provide often become direct inputs into our product roadmap.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Sometimes the quickest path to a solution is just to ask a Flox engineer directly. The questions you ask and feedback you provide often become direct inputs into our product roadmap.
The Flox product and engineering team loves to hear directly from users. Your questions and feedback will help us prioritize improvements to the product that matter to you.

@brendaneamon brendaneamon force-pushed the brendan/232/link-to-discourse-and-slack branch from 4bf033b to 93cc568 Compare July 2, 2025 18:16
Copy link

github-actions bot commented Jul 2, 2025

@brendaneamon brendaneamon merged commit 418cb7e into preview Jul 2, 2025
3 checks passed
@brendaneamon brendaneamon deleted the brendan/232/link-to-discourse-and-slack branch July 2, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link to Discourse and Slack on landing page
4 participants