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.
 
 
 

92 rivejä
2.7 KiB

  1. # Project information
  2. site_name: CAP
  3. site_url: https://cap.dotnet-china.com
  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.md
  17. - Implementation Mechanisms: user-guide/implementation.md
  18. - Distributed Transactions: user-guide/transaction.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. - License: about/license.md
  33. #theme: material
  34. theme:
  35. name: 'material'
  36. palette:
  37. primary: 'purple'
  38. accent: 'indigo'
  39. language: 'en'
  40. #logo: 'img/logo.png'
  41. #favicon: 'assets/images/favicon.ico'
  42. feature:
  43. tabs: true
  44. #Customization
  45. extra:
  46. manifest: 'manifest.webmanifest'
  47. #disqus: 'cap-1'
  48. social:
  49. - type: 'github'
  50. link: 'https://github.com/dotnetcore/cap'
  51. - type: 'twitter'
  52. link: 'https://twitter.com/ncc_community'
  53. - type: 'weibo'
  54. link: 'https://weibo.com/dotnetcore'
  55. # search:
  56. # language: 'en, zh'
  57. # Extensions
  58. markdown_extensions:
  59. - markdown.extensions.admonition
  60. - markdown.extensions.codehilite:
  61. guess_lang: true
  62. linenums: true
  63. - markdown.extensions.def_list
  64. - markdown.extensions.footnotes
  65. - markdown.extensions.meta
  66. - markdown.extensions.toc:
  67. permalink: true
  68. - pymdownx.arithmatex
  69. - pymdownx.betterem:
  70. smart_enable: all
  71. - pymdownx.caret
  72. - pymdownx.critic
  73. - pymdownx.details
  74. - pymdownx.emoji:
  75. emoji_generator: !!python/name:pymdownx.emoji.to_svg
  76. - pymdownx.inlinehilite
  77. - pymdownx.keys
  78. - pymdownx.magiclink:
  79. repo_url_shorthand: true
  80. user: dotnetcore
  81. repo: cap
  82. - pymdownx.mark
  83. - pymdownx.smartsymbols
  84. - pymdownx.superfences
  85. - pymdownx.tasklist:
  86. custom_checkbox: true
  87. - pymdownx.tilde