-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
42 lines (38 loc) · 987 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
site_name: Software Testing Automation
site_url: https://parsa-git.github.io/STA
repo_url: https://github.com/parsa-git/STA
site_description: Software Testing Automation Book - Testability Evaluation, Refactoring, Test Data Generation and Fault
site_author: Saeed Parsa
copyright: © 2020-2022 Saeed Parsa
theme:
name: material
palette:
- scheme: default
primary: purple
accent: purple
toggle:
icon: material/toggle-switch-off-outline
name: Dark mode
- scheme: slate
primary: purple
accent: purple
toggle:
icon: material/toggle-switch
name: Light mode
icon:
logo: material/library
features:
- header.autohide
plugins:
- search
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- import os
selection:
members: True
nav:
- Home: index.md
- Issue Tracker: 'https://github.com/parsa-git/STA/issues'