sidebar.yaml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. items:
  2. - label: Introduction to teedoc
  3. file: README.md
  4. - label: Website using teedoc
  5. file: usage/sites.md
  6. - label: Baisc usage
  7. - label: Quick start
  8. file: usage/quick_start.md
  9. - label: Install teedoc
  10. file: install/README.md
  11. - label: Doc structure and config
  12. file: usage/start.md
  13. - label: Write content(Syntax)
  14. collapsed: false
  15. items:
  16. - label: markdown syntax
  17. file: syntax/syntax_markdown.md
  18. - label: Jupyter syntax
  19. file: syntax/syntax_jupyter.ipynb
  20. - label: HTML syntax
  21. file: syntax/syntax_html.html
  22. - label: Pay attention to when writing
  23. file: usage/write_attention.md
  24. - label: Blog
  25. file: usage/blog.md
  26. - label: Deployment
  27. file: usage/deploy.md
  28. items:
  29. - label: Deploy to github
  30. file: usage/deploy_github_pages.md
  31. - label: Use nginx to deploy to the server
  32. file: usage/deploy_nginx.md
  33. - label: Deploy to cloud service
  34. file: usage/deploy_cloud.md
  35. - label: Use CDN to accelerate website
  36. file: usage/deploy_cdn.md
  37. - label: Common problems
  38. file: usage/problems.md
  39. - label: Advanced use
  40. - label: Plugins
  41. file: plugins/README.md
  42. items:
  43. - label: Theme Plugins
  44. file: plugins/themes.md
  45. - label: Other plugins
  46. file: plugins/others.md
  47. - label: SEO (Optimize for Search Engines)
  48. file: usage/seo.md
  49. - label: Customize layout
  50. file: usage/layout_template.md
  51. - label: Internationalization(i18n/Translate)
  52. file: usage/i18n.md
  53. - label: Customize 404 page
  54. file: usage/404.md
  55. - label: Convert gitbook to teedoc
  56. file: usage/gitbook2teedoc.md
  57. - label: Find big files
  58. file: usage/list_files_by_size.md
  59. - label: list difference in two dir
  60. file: usage/compare_dirs.md
  61. - label: More
  62. - label: Update history
  63. file: more/history.md
  64. - label: More samples(not collapsed by default)
  65. collapsed: false
  66. items:
  67. - label: Second-level subdirectory example
  68. items:
  69. - label: Sample three-level sub-directory
  70. items:
  71. - label: Article 1
  72. file: more/example_docs/doc1.md
  73. - label: Article 2
  74. file: more/example_docs/doc2.md
  75. - label: Heading auto count
  76. items:
  77. - label: Multi h1 titile in page
  78. file: more/example_docs/multi_h1.md
  79. - label: Cancel heading auto count
  80. file: more/example_docs/heading_no_counter.md
  81. - label: This is a external link
  82. url: https://github.com/teedoc/teedoc
  83. target: _blank