Abp Vnext 的 Vue3 实现版本
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.
 
 
 
 
 
 

107 lines
3.1 KiB

# Project information
site_name: Lion.AbpPro
site_url: http://cap.dotnetcore.xyz
site_description: AbpPro Vue 版本实现
site_author: AbpPro Team
repo_name: "GitHub"
repo_url: "https://github.com/WangJunZzz/abp-vnext-pro"
edit_uri: "edit/master/docs/content"
docs_dir: "content"
# Copyright
copyright: Copyright &copy; 2022 <a href="https://github.com/WangJunZzz/abp-vnext-pro"></a>.
#theme: material
theme:
name: "material"
palette:
primary: "deep purple"
accent: "indigo"
scheme: slate
language: en
include_sidebar: true
logo: "img/logo.svg"
favicon: "img/favicon.ico"
features:
- navigation.tabs
- navigation.instant
i18n:
prev: "Previous"
next: "Next"
#Customization
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/WangJunZzz/abp-vnext-pro"
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: true
linenums: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: dotnetcore
repo: cap
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- 入门:
- 快速开始: user-guide/zh/getting-started/quick-start.md
- 介绍: user-guide/zh/getting-started/introduction.md
- 贡献: user-guide/zh/getting-started/contributing.md
- 基础设施:
- 配置: user-guide/zh/infrastructure/config.md
- 前端: user-guide/zh/infrastructure/frontend.md
- FreeSql: user-guide/zh/infrastructure/freesql.md
- 分布式事件: user-guide/zh/infrastructure/cap.md
- 批量操作: user-guide/zh/infrastructure/batch.md
- ElasticSearch: user-guide/zh/infrastructure/elastic.md
- 应用模块:
- 基础模块: user-guide/zh/modules/basic.md
- 设置(Setting): user-guide/zh/modules/setting.md
- 数据字典: user-guide/zh/modules/dic.md
- 文件管理: user-guide/zh/modules/file.md
- 实时通信: user-guide/zh/modules/signalr.md
- 扩展:
- 统一返回值格式: user-guide/zh/extension/统一返回值格式.md
- Magicodes.IE: user-guide/zh/extension/MagicodesIE.md
- 常见问题:
- 编译: user-guide/zh/problem/problem.md
- EFCore: user-guide/zh/problem/ef.md
- 部署:
- Docker: user-guide/zh/deploy/docker.md
- Github自动化部署: user-guide/zh/deploy/github.md
- 常见问题:
- 编译: user-guide/zh/problem/problem.md
- EFCore: user-guide/zh/problem/ef.md
- Release:
- 升级指南: about/6.0-7.0.md
- 发行说明: about/release-notes.md
- 关于:
- Contact Us: about/contact-us.md
- License: about/license.md