docs: rename template file and fix vue interpolation

This commit is contained in:
dyzulk
2026-01-18 17:55:29 +07:00
parent 5f62d6b495
commit 95b99e7556
3 changed files with 67 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ export const sidebarEn: DefaultTheme.Sidebar = {
{ text: 'Introduction', link: '/docs/manual/settings/' },
{ text: 'Plugins', link: '/docs/manual/settings/plugins' },
{ text: 'Routers', link: '/docs/manual/settings/routers' },
{ text: 'Voucher Templates', link: '/docs/manual/settings/templates' },
{ text: 'Voucher Templates', link: '/docs/manual/settings/voucher-templates' },
{ text: 'Logos', link: '/docs/manual/settings/logos' },
{ text: 'API & CORS', link: '/docs/manual/settings/api-cors' },
{ text: 'System', link: '/docs/manual/settings/system' }