Bladeren bron

Documentation Revamp

master
Savorboard 5 jaren geleden
bovenliggende
commit
4038d56abf
22 gewijzigde bestanden met toevoegingen van 36 en 31 verwijderingen
  1. +0
    -0
      docs/content/about/contact-us.md
  2. +0
    -0
      docs/content/about/contributing.md
  3. +0
    -0
      docs/content/about/license.md
  4. +0
    -0
      docs/content/about/release-notes.md
  5. +0
    -0
      docs/content/img/architecture.png
  6. +0
    -0
      docs/content/img/rabbitmq-route.png
  7. +0
    -0
      docs/content/index.md
  8. +0
    -0
      docs/content/user-guide-cn/api-interface.md
  9. +0
    -0
      docs/content/user-guide-cn/configuration.md
  10. +0
    -0
      docs/content/user-guide-cn/design-principle.md
  11. +0
    -0
      docs/content/user-guide-cn/distributed-transactions.md
  12. +0
    -0
      docs/content/user-guide-cn/faq.md
  13. +0
    -0
      docs/content/user-guide-cn/getting-started.md
  14. +0
    -0
      docs/content/user-guide-cn/implementation-mechanisms.md
  15. +0
    -0
      docs/content/user-guide/api-interface.md
  16. +0
    -0
      docs/content/user-guide/configuration.md
  17. +0
    -0
      docs/content/user-guide/design.md
  18. +0
    -0
      docs/content/user-guide/faq.md
  19. +0
    -0
      docs/content/user-guide/getting-started.md
  20. +0
    -0
      docs/content/user-guide/implementation.md
  21. +0
    -0
      docs/content/user-guide/transaction.md
  22. +36
    -31
      docs/mkdocs.yml

docs/about/contact-us.md → docs/content/about/contact-us.md Bestand weergeven


docs/about/contributing.md → docs/content/about/contributing.md Bestand weergeven


docs/about/license.md → docs/content/about/license.md Bestand weergeven


docs/about/release-notes.md → docs/content/about/release-notes.md Bestand weergeven


docs/img/architecture.png → docs/content/img/architecture.png Bestand weergeven


docs/img/rabbitmq-route.png → docs/content/img/rabbitmq-route.png Bestand weergeven


docs/index.md → docs/content/index.md Bestand weergeven


docs/user-guide-cn/api-interface.md → docs/content/user-guide-cn/api-interface.md Bestand weergeven


docs/user-guide-cn/configuration.md → docs/content/user-guide-cn/configuration.md Bestand weergeven


docs/user-guide-cn/design-principle.md → docs/content/user-guide-cn/design-principle.md Bestand weergeven


docs/user-guide-cn/distributed-transactions.md → docs/content/user-guide-cn/distributed-transactions.md Bestand weergeven


docs/user-guide-cn/faq.md → docs/content/user-guide-cn/faq.md Bestand weergeven


docs/user-guide-cn/getting-started.md → docs/content/user-guide-cn/getting-started.md Bestand weergeven


docs/user-guide-cn/implementation-mechanisms.md → docs/content/user-guide-cn/implementation-mechanisms.md Bestand weergeven


docs/user-guide/api-interface.md → docs/content/user-guide/api-interface.md Bestand weergeven


docs/user-guide/configuration.md → docs/content/user-guide/configuration.md Bestand weergeven


docs/user-guide/design.md → docs/content/user-guide/design.md Bestand weergeven


docs/user-guide/faq.md → docs/content/user-guide/faq.md Bestand weergeven


docs/user-guide/getting-started.md → docs/content/user-guide/getting-started.md Bestand weergeven


docs/user-guide/implementation.md → docs/content/user-guide/implementation.md Bestand weergeven


docs/user-guide/transaction.md → docs/content/user-guide/transaction.md Bestand weergeven


mkdocs.yml → docs/mkdocs.yml Bestand weergeven

@@ -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 &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:
@@ -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

Laden…
Annuleren
Opslaan