Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
{ text: 'Guide', link: '/guide/what-is-postguard' },
{ text: 'SDK', link: '/sdk/overview' },
{ text: 'Repositories', link: '/repos/overview' },
{ text: 'PostGuard', link: 'https://postguard.eu' },
],
sidebar: [
{
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ hero:
- theme: alt
text: Getting Started
link: /sdk/getting-started
- theme: alt
text: Visit postguard.eu
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change visit postguard.eu to "Visit PostGuard"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Changed the button text from "Visit postguard.eu" to "Visit PostGuard" in commit 0363654.

link: https://postguard.eu

features:
- title: No key exchange needed
Expand Down
Loading