docs: added link to playground

This commit is contained in:
alina 🌸 2025-01-21 00:59:03 +03:00
parent 016a6dce3f
commit 92aa5ecc8a
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,7 @@ export default ({ mode }) => defineConfig({
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
nav: [ nav: [
{ text: 'Guide', link: '/guide/' }, { text: 'Guide', link: '/guide/' },
{ text: 'Playground', link: '//play.mtcute.dev' },
{ text: 'Reference', link: '//ref.mtcute.dev' }, { text: 'Reference', link: '//ref.mtcute.dev' },
], ],
socialLinks: [ socialLinks: [

View file

@ -11,6 +11,9 @@ hero:
- theme: brand - theme: brand
text: Quick Start → text: Quick Start →
link: /guide/ link: /guide/
- theme: alt
text: 📝  Try online
link: //play.mtcute.dev
- theme: alt - theme: alt
text: API Reference text: API Reference
link: //ref.mtcute.dev link: //ref.mtcute.dev