module.exports = { base: '/rust_camp_tutorial/', title: 'Rust训练营教程文档', description: 'DragonOS-Rust camp', themeConfig: { nav: [ { text: '首页', link: '/' }, ], } }