nav: [
// { text: 'Config', link: '/config/' },
// { text: 'Plugins', link: '/plugins/' },
+ {
+ text: 'Guide',
+ link: '/core-concepts/',
+ activeMatch: '^/core-concepts/',
+ },
{ text: 'API', link: '/api/', activeMatch: '^/api/' },
{ text: 'Cookbook', link: '/cookbook/', activeMatch: '^/cookbook/' },
{
nav: [
// { text: 'Config', link: '/config/' },
// { text: 'Plugins', link: '/plugins/' },
+ {
+ text: '指南',
+ link: '/zh/core-concepts/',
+ activeMatch: '^/zh/core-concepts/',
+ },
{ text: 'API', link: '/zh/api/', activeMatch: '^/zh/api/' },
{ text: '手册', link: '/zh/cookbook/', activeMatch: '^/zh/cookbook/' },
{