feat: add Slack and Discourse links to docs landing page#273
Merged
brendaneamon merged 1 commit intopreviewfrom Jul 2, 2025
Merged
feat: add Slack and Discourse links to docs landing page#273brendaneamon merged 1 commit intopreviewfrom
brendaneamon merged 1 commit intopreviewfrom
Conversation
There was a problem hiding this comment.
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
|
|
||
| - 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"}__ |
There was a problem hiding this comment.
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"}__ |
baf92c5 to
bd6f59b
Compare
bd6f59b to
4bf033b
Compare
rossturk
approved these changes
Jul 2, 2025
jennymahmoudi
left a comment
There was a problem hiding this comment.
Thank you for the draft! Suggestions to take or leave....
docs/index.md
Outdated
|
|
||
| - 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"}__ |
There was a problem hiding this comment.
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
|
|
||
| - 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"}__ |
There was a problem hiding this comment.
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
|
|
||
| ## __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. |
There was a problem hiding this comment.
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. |
4bf033b to
93cc568
Compare
jennymahmoudi
approved these changes
Jul 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #232