Skip to content

Commit acc95b6

Browse files
committed
feat: add billing docs
1 parent f17fce0 commit acc95b6

File tree

2 files changed

+567
-0
lines changed

2 files changed

+567
-0
lines changed

.vitepress/config/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ const sidebar = [
125125
{ text: 'Data Fetching', link: '/docs/utils/fetch' },
126126
{ text: 'HTTP Cache', link: '/docs/http/caching' },
127127
{ text: 'Leaf Mail', link: '/docs/utils/mail/' },
128+
{ text: 'Leaf Billing', link: '/docs/utils/billing' },
128129
{ text: 'File System', link: '/docs/utils/fs' },
129130
{ text: 'Queues/Jobs', link: '/docs/utils/queues' },
130131
],

0 commit comments

Comments
 (0)