docs: added link to playground
This commit is contained in:
parent
016a6dce3f
commit
92aa5ecc8a
2 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,7 @@ export default ({ mode }) => defineConfig({
|
|||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: 'Guide', link: '/guide/' },
|
||||
{ text: 'Playground', link: '//play.mtcute.dev' },
|
||||
{ text: 'Reference', link: '//ref.mtcute.dev' },
|
||||
],
|
||||
socialLinks: [
|
||||
|
|
|
@ -11,6 +11,9 @@ hero:
|
|||
- theme: brand
|
||||
text: Quick Start →
|
||||
link: /guide/
|
||||
- theme: alt
|
||||
text: 📝 Try online
|
||||
link: //play.mtcute.dev
|
||||
- theme: alt
|
||||
text: API Reference
|
||||
link: //ref.mtcute.dev
|
||||
|
|
Loading…
Reference in a new issue