youqu/mkdocs.yml

94 lines
2.3 KiB
YAML
Raw Normal View History

site_name: YouQu Docs
copyright: Copyright © 2023 UnionTech Software Technology Co., Ltd. All Rights Reserved.
theme:
name: material
language: zh
custom_dir: docs/overrides
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
features:
- navigation.instant
- navigation.top
- navigation.sections
- search.suggest
- search.highlight
- content.tabs.link
logo: "https://pic.imgdb.cn/item/64f05326661c6c8e54fe9bf4.png"
# favicon: img/favicon.ico
icon:
repo: fontawesome/brands/github
repo_name: deepin-autotest-framework
repo_url: "https://github.com/linuxdeepin/deepin-autotest-framework"
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- tables
- def_list
plugins:
- search
- mike
extra:
generator: false
version:
provider: mike
extra_javascript:
- '//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js'
nav:
- 快速开始: index.md
- 详细功能介绍: 框架功能介绍.md
- 框架设计:
- 自动化测试架构设计v1.0.md
- AT基础框架设计方案.md
- AT应用库设计方案.md
- 操作规范&指引:
- AT开发规范.md
- AT经验总结.md
- AT用例筛选指北.md
- AT执行器使用指北.md
- 其他:
- 智能化功能测试.md
- 智能化性能测试.md
- 博客文章: https://mikigo.github.io/funny-docs
- 定级工具: http://youqu-dev.uniontech.com/tool
- 版本更新:
- RELEASE.md