Files
httprunner/mkdocs.yml
2020-05-26 16:29:27 +08:00

55 lines
1.0 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: 'globe'
# link: 'https://debugtalk.com'
# - icon: 'github'
# link: 'https://github.com/httprunner'
# index pages
nav:
- Intro: index.md