You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

sidebars.js 665 B

1234567891011121314151617181920212223
  1. /**
  2. * Creating a sidebar enables you to:
  3. - create an ordered group of docs
  4. - render a sidebar for each doc of that group
  5. - provide next/previous navigation
  6. The sidebars can be generated from the filesystem, or explicitly defined here.
  7. Create as many sidebars as you want.
  8. */
  9. module.exports = {
  10. docsSidebar: [
  11. 'Getting-Started',
  12. 'Installation',
  13. {'Use Cases': [{type: 'autogenerated', dirName: 'Use-Cases'}]},
  14. {'Examples': [{type: 'autogenerated', dirName: 'Examples'}]},
  15. 'Contribute',
  16. 'Research',
  17. ],
  18. // pydoc-markdown auto-generated markdowns from docstrings
  19. referenceSideBar: [require("./docs/reference/sidebar.json")]
  20. };