mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 01:50:31 +08:00
56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
# install mkdocs
|
|
# $ pip install mkdocs # 1.1.2
|
|
# $ pip install mkdocs-material # 5.2.2
|
|
|
|
# Project information
|
|
site_name: HttpRunner V3.x 中文使用文档
|
|
site_description: HttpRunner V3.x User Documentation
|
|
site_author: 'debugtalk'
|
|
|
|
# Repository
|
|
repo_name: HttpRunner
|
|
repo_url: https://github.com/httprunner/httprunner
|
|
edit_uri: ""
|
|
|
|
# Copyright
|
|
copyright: 'Copyright © 2017 - 2020 debugtalk'
|
|
|
|
# Configuration
|
|
theme:
|
|
name: 'material'
|
|
language: 'zh'
|
|
palette:
|
|
primary: 'indigo'
|
|
accent: 'indigo'
|
|
font:
|
|
text: 'Roboto'
|
|
code: 'Roboto Mono'
|
|
|
|
# Google Analytics
|
|
google_analytics:
|
|
- 'UA-114587036-2'
|
|
- 'auto'
|
|
|
|
# Extensions
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite:
|
|
guess_lang: false
|
|
- toc:
|
|
permalink: true
|
|
|
|
# extra
|
|
extra:
|
|
search:
|
|
language: 'jp'
|
|
social:
|
|
- icon: material/library
|
|
link: https://debugtalk.com
|
|
- icon: fontawesome/brands/github-alt
|
|
link: 'https://github.com/httprunner'
|
|
|
|
# index pages
|
|
nav:
|
|
- Introduction: index.md
|
|
- Installation: installation.md
|