Commit 4038d56a authored by Savorboard's avatar Savorboard

Documentation Revamp

parent 711c4638
...@@ -3,35 +3,16 @@ site_name: CAP ...@@ -3,35 +3,16 @@ site_name: CAP
site_url: https://cap.dotnet-china.com site_url: https://cap.dotnet-china.com
site_description: Project documentation with Markdown. site_description: Project documentation with Markdown.
site_author: CAP Team 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: 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>. 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>.
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: material
theme: theme:
...@@ -40,15 +21,17 @@ theme: ...@@ -40,15 +21,17 @@ theme:
primary: 'purple' primary: 'purple'
accent: 'indigo' accent: 'indigo'
language: 'en' language: 'en'
include_sidebar: true
#logo: 'img/logo.png' #logo: 'img/logo.png'
#favicon: 'assets/images/favicon.ico' #favicon: 'assets/images/favicon.ico'
feature: feature:
tabs: true tabs: false
i18n:
prev: 'Previous'
next: 'Next'
#Customization #Customization
extra: extra:
manifest: 'manifest.webmanifest'
#disqus: 'cap-1'
social: social:
- type: 'github' - type: 'github'
link: 'https://github.com/dotnetcore/cap' link: 'https://github.com/dotnetcore/cap'
...@@ -56,8 +39,6 @@ extra: ...@@ -56,8 +39,6 @@ extra:
link: 'https://twitter.com/ncc_community' link: 'https://twitter.com/ncc_community'
- type: 'weibo' - type: 'weibo'
link: 'https://weibo.com/dotnetcore' link: 'https://weibo.com/dotnetcore'
# search:
# language: 'en, zh'
# Extensions # Extensions
markdown_extensions: markdown_extensions:
...@@ -89,4 +70,28 @@ markdown_extensions: ...@@ -89,4 +70,28 @@ markdown_extensions:
- pymdownx.superfences - pymdownx.superfences
- pymdownx.tasklist: - pymdownx.tasklist:
custom_checkbox: true custom_checkbox: true
- pymdownx.tilde - pymdownx.tilde
\ No newline at end of file
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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment