Add a bit more nav

This commit is contained in:
Vanilagy
2025-06-30 21:38:12 +02:00
parent 168fca1f55
commit 913d6b81f1
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -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: [
+3
View File
@@ -20,6 +20,9 @@ hero:
- theme: alt
text: Sponsors
link: "#sponsors"
- theme: alt
text: License
link: https://github.com/Vanilagy/mediabunny#license
---
<script setup>