|
|
@@ -3,35 +3,16 @@ site_name: CAP |
|
|
|
site_url: https://cap.dotnet-china.com |
|
|
|
site_description: Project documentation with Markdown. |
|
|
|
site_author: CAP Team |
|
|
|
repo_name: 'dotnetcore/CAP' |
|
|
|
repo_url: 'https://github.com/dotnetcore/cap/' |
|
|
|
|
|
|
|
repo_name: 'GitHub' |
|
|
|
repo_url: 'https://github.com/dotnetcore/cap' |
|
|
|
|
|
|
|
docs_dir: 'content' |
|
|
|
|
|
|
|
# Copyright |
|
|
|
copyright: Copyright © 2017 <a href="https://github.com/dotnetcore">.NET Core Community</a>, Maintained by the <a href="/about/contact-us/#cap-team">CAP Team</a>. |
|
|
|
|
|
|
|
nav: |
|
|
|
- Home: index.md |
|
|
|
- User Guide: |
|
|
|
- Getting Started: user-guide/getting-started.md |
|
|
|
- API Interface: user-guide/api-interface.md |
|
|
|
- Configuration: user-guide/configuration.md |
|
|
|
- Design Principle: user-guide/design.md |
|
|
|
- Implementation Mechanisms: user-guide/implementation.md |
|
|
|
- Distributed Transactions: user-guide/transaction.md |
|
|
|
- FAQ: user-guide/faq.md |
|
|
|
- 使用指南: |
|
|
|
- 快速开始: user-guide-cn/getting-started.md |
|
|
|
- API 接口: user-guide-cn/api-interface.md |
|
|
|
- 配置: user-guide-cn/configuration.md |
|
|
|
- 设计原理: user-guide-cn/design-principle.md |
|
|
|
- 实现: user-guide-cn/implementation-mechanisms.md |
|
|
|
- 分布式事务: user-guide-cn/distributed-transactions.md |
|
|
|
- FAQ: user-guide-cn/faq.md |
|
|
|
- About: |
|
|
|
- Release Notes: about/release-notes.md |
|
|
|
- Contributing: about/contributing.md |
|
|
|
- Contact Us: about/contact-us.md |
|
|
|
- License: about/license.md |
|
|
|
|
|
|
|
|
|
|
|
#theme: material |
|
|
|
theme: |
|
|
@@ -40,15 +21,17 @@ theme: |
|
|
|
primary: 'purple' |
|
|
|
accent: 'indigo' |
|
|
|
language: 'en' |
|
|
|
include_sidebar: true |
|
|
|
#logo: 'img/logo.png' |
|
|
|
#favicon: 'assets/images/favicon.ico' |
|
|
|
feature: |
|
|
|
tabs: true |
|
|
|
tabs: false |
|
|
|
i18n: |
|
|
|
prev: 'Previous' |
|
|
|
next: 'Next' |
|
|
|
|
|
|
|
#Customization |
|
|
|
extra: |
|
|
|
manifest: 'manifest.webmanifest' |
|
|
|
#disqus: 'cap-1' |
|
|
|
social: |
|
|
|
- type: 'github' |
|
|
|
link: 'https://github.com/dotnetcore/cap' |
|
|
@@ -56,8 +39,6 @@ extra: |
|
|
|
link: 'https://twitter.com/ncc_community' |
|
|
|
- type: 'weibo' |
|
|
|
link: 'https://weibo.com/dotnetcore' |
|
|
|
# search: |
|
|
|
# language: 'en, zh' |
|
|
|
|
|
|
|
# Extensions |
|
|
|
markdown_extensions: |
|
|
@@ -89,4 +70,28 @@ markdown_extensions: |
|
|
|
- pymdownx.superfences |
|
|
|
- pymdownx.tasklist: |
|
|
|
custom_checkbox: true |
|
|
|
- pymdownx.tilde |
|
|
|
- pymdownx.tilde |
|
|
|
|
|
|
|
nav: |
|
|
|
- Home: index.md |
|
|
|
- User Guide: |
|
|
|
- Getting Started: user-guide/getting-started.md |
|
|
|
- API Interface: user-guide/api-interface.md |
|
|
|
- Configuration: user-guide/configuration.md |
|
|
|
- Design Principle: user-guide/design.md |
|
|
|
- Implementation Mechanisms: user-guide/implementation.md |
|
|
|
- Distributed Transactions: user-guide/transaction.md |
|
|
|
- FAQ: user-guide/faq.md |
|
|
|
- 使用指南: |
|
|
|
- 快速开始: user-guide-cn/getting-started.md |
|
|
|
- API 接口: user-guide-cn/api-interface.md |
|
|
|
- 配置: user-guide-cn/configuration.md |
|
|
|
- 设计原理: user-guide-cn/design-principle.md |
|
|
|
- 实现: user-guide-cn/implementation-mechanisms.md |
|
|
|
- 分布式事务: user-guide-cn/distributed-transactions.md |
|
|
|
- FAQ: user-guide-cn/faq.md |
|
|
|
- About: |
|
|
|
- Release Notes: about/release-notes.md |
|
|
|
- Contributing: about/contributing.md |
|
|
|
- Contact Us: about/contact-us.md |
|
|
|
- License: about/license.md |