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

82 lines
2.4 KiB

  1. # Project information
  2. site_name: CAP
  3. site_url: https://cap.dotnet-chain.org
  4. site_description: Project documentation with Markdown.
  5. site_author: CAP Team
  6. repo_name: 'dotnetcore/CAP'
  7. repo_url: 'https://github.com/dotnetcore/cap'
  8. # Copyright
  9. copyright: Copyright &copy; 2017 <a href="https://github.com/dotnetcore">.NET Core Community</a>, Maintained by the <a href="/about/contact-us/#cap-team">CAP Team</a>.
  10. nav:
  11. - Home: index.md
  12. - User Guide:
  13. - Getting Started: user-guide/getting-started.md
  14. - API Interface: user-guide/api-interface.md
  15. - Configuration: user-guide/configuration.md
  16. - Design Principle: user-guide/design-principle.md
  17. - Implementation Mechanisms: user-guide/implementation-mechanisms.md
  18. - Distributed Transactions: user-guide/distributed-transactions.md
  19. - FAQ: user-guide/faq.md
  20. - 使用指南:
  21. - 快速开始: user-guide-cn/getting-started.md
  22. - API 接口: user-guide-cn/api-interface.md
  23. - 配置: user-guide-cn/configuration.md
  24. - 设计原理: user-guide-cn/design-principle.md
  25. - 实现: user-guide-cn/implementation-mechanisms.md
  26. - 分布式事务: user-guide-cn/distributed-transactions.md
  27. - FAQ: user-guide-cn/faq.md
  28. - About:
  29. - Release Notes: about/release-notes.md
  30. - Contributing: about/contributing.md
  31. - Contact Us: about/contact-us.md
  32. #theme: material
  33. theme:
  34. name: 'material'
  35. palette:
  36. primary: 'purple'
  37. accent: 'indigo'
  38. logo:
  39. icon: 'cloud'
  40. language: 'en'
  41. #favicon: 'assets/images/favicon.ico'
  42. feature:
  43. tabs: true
  44. #Search
  45. # extra:
  46. # search:
  47. # language: 'en, zh'
  48. # Extensions
  49. markdown_extensions:
  50. - markdown.extensions.admonition
  51. - markdown.extensions.codehilite:
  52. guess_lang: true
  53. - markdown.extensions.def_list
  54. - markdown.extensions.footnotes
  55. - markdown.extensions.meta
  56. - markdown.extensions.toc:
  57. permalink: true
  58. - pymdownx.arithmatex
  59. - pymdownx.betterem:
  60. smart_enable: all
  61. - pymdownx.caret
  62. - pymdownx.critic
  63. - pymdownx.details
  64. - pymdownx.emoji:
  65. emoji_generator: !!python/name:pymdownx.emoji.to_svg
  66. - pymdownx.inlinehilite
  67. - pymdownx.keys
  68. - pymdownx.magiclink:
  69. repo_url_shorthand: true
  70. user: dotnetcore
  71. repo: cap
  72. - pymdownx.mark
  73. - pymdownx.smartsymbols
  74. - pymdownx.superfences
  75. - pymdownx.tasklist:
  76. custom_checkbox: true
  77. - pymdownx.tilde