-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
There was a problem hiding this 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"}__ |
There was a problem hiding this comment.
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.
### __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.
baf92c5
to
bd6f59b
Compare
bd6f59b
to
4bf033b
Compare
There was a problem hiding this 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"}__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### __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"}__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## __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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Closes #232