Skip to content

Commit

Permalink
Fix link and test preview (#67)
Browse files Browse the repository at this point in the history
* fix link

* add blog link
  • Loading branch information
sunny0826 committed Jun 3, 2024
1 parent 46659a6 commit 77b4d5d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ module.exports = {
sidebarId: 'tutorialSidebar',
label: 'Docs',
},
// {to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://www.tongsuo.net/blog',
label: 'Blog',
position: 'left'
},
{
to: 'https://crates.io/crates/rusty_vault',
label: 'Crate',
Expand Down Expand Up @@ -134,7 +138,7 @@ module.exports = {
},
announcementBar: {
id: 'rustyvault-bar',
content: 'If you like 🧰 RustyVault, please give us a <a target="_blank" href="https://github.com/Tongsuo-Project/RustyVault/issues">⭐️ on GitHub</a> and complete our <a target="_blank" href="https://www.sea-ql.org/community-survey">Community Survey</a>! 🦀',
content: 'If you like 🧰 RustyVault, please give us a <a target="_blank" href="https://github.com/Tongsuo-Project/RustyVault">⭐️ on GitHub</a>',
},
},
themes: [
Expand Down

0 comments on commit 77b4d5d

Please sign in to comment.