config.js 202 B

1234567891011
  1. module.exports = {
  2. title: 'My Docs',
  3. description: 'All Things I Learn',
  4. markdown: {
  5. lineNumbers: true
  6. },
  7. themeConfig: {
  8. sidebar: 'auto',
  9. search: false
  10. }
  11. }