mkdocs.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. site_name: Net
  2. site_author: drake
  3. site_description: Net document
  4. copyright: Copyright © 2018 - 2020 Drake
  5. repo_name: Net
  6. repo_url: https://github.com/liangjingkanji/Net
  7. extra_css:
  8. - css/extra.css
  9. docs_dir: docs
  10. theme:
  11. name: material
  12. custom_dir: docs/material
  13. palette:
  14. scheme: drake
  15. font: false
  16. language: zh
  17. markdown_extensions:
  18. - toc:
  19. permalink: true
  20. - pymdownx.tasklist:
  21. custom_checkbox: true
  22. - admonition
  23. - pymdownx.details
  24. - pymdownx.superfences
  25. - pymdownx.inlinehilite
  26. - pymdownx.tabbed
  27. nav:
  28. - 使用: index.md
  29. - 并发: parallel.md
  30. - 作用域: scope.md
  31. - 全局配置: config.md
  32. - 转换器: convert.md
  33. - 拦截器: interceptor.md
  34. - 异常追踪: exception-track.md
  35. - 自动化:
  36. - 自动加载框: auto-dialog.md
  37. - 自动缺省页: auto-state.md
  38. - 自动下拉刷新: auto-refresh.md
  39. - 自动分页加载: auto-page.md
  40. - 自动错误处理: auto-error-handle.md
  41. - 切换调度器: switch-dispatcher.md
  42. - 上传文件: upload-file.md
  43. - 下载文件: download-file.md
  44. - 下载图片: download-image.md
  45. - 读取缓存: read-cache.md
  46. - 最快选择: fastest.md
  47. - 取消请求: cancel.md
  48. - 轮循器: interval.md
  49. - 2.x文档: api/net/index.md