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.
101 lines
2.9 KiB
101 lines
2.9 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 © 2022 <a href="https://github.com/WangJunZzz/abp-vnext-pro"></a>.
|
|
|
|
#theme: material
|
|
theme:
|
|
name: "material"
|
|
palette:
|
|
primary: "deep purple"
|
|
accent: "indigo"
|
|
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/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
|
|
- 部署:
|
|
- Docker: user-guide/zh/deploy/docker.md
|
|
- Github自动化部署: user-guide/zh/deploy/github.md
|
|
- 常见问题:
|
|
- 问题: user-guide/zh/problem/problem.md
|
|
- Release:
|
|
- 发行说明: about/release-notes.md
|
|
- 关于:
|
|
- Contact Us: about/contact-us.md
|
|
- License: about/license.md
|
|
|
|
|