Skip to content
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
3 changes: 3 additions & 0 deletions resources/blog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
title: "Blog"
url: "https://www.powersync.com/blog"
---

{/* Even though we have the URL above, which users will follow when clicking this entry from the sidebar We need the below think as well, because when clicking this page from the search bar this page opens */}
<Card title="PowerSync Blog" icon="arrow-up-right-from-square" href="https://www.powersync.com/blog" horizontal />
3 changes: 3 additions & 0 deletions resources/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
title: "Release Notes"
url: "https://releases.powersync.com"
---

{/* Even though we have the URL above, which users will follow when clicking this entry from the sidebar We need the below think as well, because when clicking this page from the search bar this page opens */}
<Card title="Release Notes" icon="arrow-up-right-from-square" href="https://releases.powersync.com" horizontal />
3 changes: 3 additions & 0 deletions resources/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
title: "Roadmap"
url: "https://roadmap.powersync.com"
---

{/* Even though we have the URL above, which users will follow when clicking this entry from the sidebar We need the below think as well, because when clicking this page from the search bar this page opens */}
<Card title="Roadmap" icon="arrow-up-right-from-square" href="https://roadmap.powersync.com" horizontal />