diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 04014ae..e4ae741 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -18,6 +18,8 @@ export default withMermaid({ nav: [ { text: 'Guide', link: '/guide/introduction', activeMatch: '/guide' }, { text: 'Examples', link: '/examples', activeMatch: '/examples' }, + { text: 'Sponsors', link: '/#sponsors', activeMatch: '/#sponsors' }, + { text: 'License', link: 'https://github.com/Vanilagy/mediabunny#license' }, ], sidebar: [ diff --git a/docs/index.md b/docs/index.md index a5dc294..859de17 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,6 +20,9 @@ hero: - theme: alt text: Sponsors link: "#sponsors" + - theme: alt + text: License + link: https://github.com/Vanilagy/mediabunny#license ---