Skip to content

Commit

Permalink
feat: featurebase (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao authored Dec 1, 2024
1 parent 1892b17 commit 13ef607
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
·
<a href="https://docs.sweetr.dev/">Docs</a>
·
<a href="https://github.com/sweetr-dev/sweetr.dev/discussions">Community</a>
<a href="https://sweetr.featurebase.app/">Feedback</a>
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/about/roadmap.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Roadmap"
url: "https://github.com/orgs/sweetr-dev/projects/2/views/1?layout=table&groupedBy%5BcolumnId%5D=Status"
url: "https://sweetr.featurebase.app/roadmap"
icon: "crystal-ball"
---
2 changes: 1 addition & 1 deletion apps/docs/get-started/cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Our cloud solution is the fastest and easiest way to get started.

<Note>We'll never store any of your repositories' code in our servers.</Note>

You're more than welcome to audit our <a href="https://github.com/sweetr-dev/sweetr.dev" target="_blank">source code</a> to see exactly how the data is used. You can also <a href="https://github.com/sweetr-dev/sweetr.dev/discussions" target="_blank">reach out</a> if you have any questions.
You're more than welcome to audit our <a href="https://github.com/sweetr-dev/sweetr.dev" target="_blank">source code</a> to see exactly how the data is used. You can also <a href="https://github.com/sweetr-dev/sweetr.dev/issues" target="_blank">reach out</a> if you have any questions.

</Step>
<Step title="Choose where to install">
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/sweetr-dev/sweetr.dev"
},
{
"name": "Community",
"name": "Give Feedback",
"icon": "message-code",
"url": "https://github.com/sweetr-dev/sweetr.dev/discussions"
"url": "https://sweetr.featurebase.app/"
}
],
"feedback": {
Expand Down
10 changes: 2 additions & 8 deletions apps/mkt/components/features-traits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,8 @@ export default function FeaturesTraits() {
</h3>
</div>
<p className="grow text-sm text-dark-100">
Join our GitHub community to share feedback, report
problems or submit contributions.{" "}
<Link
href="https://github.com/orgs/sweetr-dev/discussions"
className="text-green-400 underline"
>
Learn more.
</Link>
Be part of our community, share feedback, report problems,
and submit contributions to the source code.
</p>
</div>
<figure className="relative">
Expand Down
7 changes: 4 additions & 3 deletions apps/mkt/components/ui/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,17 @@ export default function Footer() {
<li>
<a
className="text-zinc-500 hover:text-dark-100 transition"
href="https://github.com/sweetr-dev/sweetr.dev/discussions"
href="https://sweetr.featurebase.app/changelog"
target="_blank"
rel="nofollow"
>
Community
Changelog
</a>
</li>
<li>
<a
className="text-zinc-500 hover:text-dark-100 transition"
href="https://github.com/orgs/sweetr-dev/projects/2/views/1?layout=table&groupedBy%5BcolumnId%5D=Status"
href="https://sweetr.featurebase.app/roadmap"
target="_blank"
rel="nofollow"
>
Expand Down

0 comments on commit 13ef607

Please sign in to comment.