Skip to content

Commit c8396e3

Browse files
committed
Add secondary links
1 parent 0e5bccc commit c8396e3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

resources/blog.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
title: "Blog"
33
url: "https://www.powersync.com/blog"
44
---
5+
6+
<!-- Even though we have the URL above, which users will follow when clicking this entry from the sidebar -->
7+
<!-- We need the below think as well, because when clicking this page from the search bar this page opens -->
8+
<Card title="PowerSync Blog" icon="arrow-up-right-from-square" href="https://www.powersync.com/blog" horizontal />

resources/release-notes.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
title: "Release Notes"
33
url: "https://releases.powersync.com"
44
---
5+
6+
<!-- Even though we have the URL above, which users will follow when clicking this entry from the sidebar -->
7+
<!-- We need the below think as well, because when clicking this page from the search bar this page opens -->
8+
<Card title="Release Notes" icon="arrow-up-right-from-square" href="https://releases.powersync.com" horizontal />

resources/roadmap.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
title: "Roadmap"
33
url: "https://roadmap.powersync.com"
44
---
5+
6+
<!-- Even though we have the URL above, which users will follow when clicking this entry from the sidebar -->
7+
<!-- We need the below think as well, because when clicking this page from the search bar this page opens -->
8+
<Card title="Roadmap" icon="arrow-up-right-from-square" href="https://roadmap.powersync.com" horizontal />

0 commit comments

Comments
 (0)