config.js 203 B

12345678910111213
  1. module.exports = {
  2. base: '/rust_camp_tutorial/',
  3. title: 'Rust训练营教程文档',
  4. description: 'DragonOS-Rust camp',
  5. themeConfig: {
  6. nav: [
  7. {
  8. text: '首页', link: '/'
  9. },
  10. ],
  11. }
  12. }