Skip to content
Open
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
5 changes: 4 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export default {
description: 'TypeScript SDK for SoroSave - Decentralized Group Savings Protocol on Soroban',
base: '/sdk/',
themeConfig: {
search: {
provider: 'local'
},
nav: [
{ text: 'Home', link: '/' },
{ text: 'Guide', link: '/guide/getting-started' },
Expand Down Expand Up @@ -38,7 +41,7 @@ export default {
],
footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2026 SoroSave Protocol'
copyright: 'Copyright 2026 SoroSave Protocol'
}
}
}