This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
94 lines (86 loc) · 2.5 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Project information
site_name: 'WordHat - Behat for WordPress'
site_description: 'WordHat is a Behat extension, providing WordPress-specific functionality for common testing scenarios specific to WordPress sites.'
site_author: 'Paul Gibbs'
site_url: 'https://wordhat.info/'
copyright: 'Copyright © 2016-present, Paul Gibbs'
# Repository
repo_name: 'WordHat'
repo_url: 'https://github.com/paulgibbs/behat-wordpress-extension'
edit_uri: null
# Options
theme:
name: 'material'
custom_dir: 'docs/theme'
favicon: 'img/favicon.png'
logo: 'img/mark.svg'
palette:
primary: 'blue'
accent: 'blue'
font:
text: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif'
code: 'Consolas, Monaco, monospace'
feature:
tabs: true
extra:
social:
- type: 'github'
link: 'https://github.com/paulgibbs/behat-wordpress-extension'
- type: 'twitter'
link: 'https://twitter.com/pgibbs'
extra_css:
- 'stylesheets/style.css'
use_directory_urls: false
google_analytics:
- 'UA-88402256-1'
- 'auto'
markdown_extensions:
- admonition
- footnotes
- meta
- smarty
- toc:
permalink: true
- codehilite:
guess_lang: false
- pymdownx.betterem:
smart_enable: all
- pymdownx.magiclink
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- mdx_gh_links:
user: paulgibbs
repo: behat-wordpress-extension
# Documentation
nav:
- Introduction: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Intro to Behat: getting-started/behat-intro.md
- WordHat: getting-started/wordhat-intro.md
- Features:
- Overview: features/overview.md
- Configuration:
- Settings: configuration/settings.md
- Support:
- FAQ: recipes/faq.md
- Database Content: recipes/content.md
- Error Codes:
- Overview: recipes/errors/overview.md
- Errors W000-099: recipes/errors/w000-099.md
- Errors W100-199: recipes/errors/w100-199.md
- Errors W200-299: recipes/errors/w200-299.md
- Errors W400-499: recipes/errors/w400-499.md
- Errors W500-599: recipes/errors/w500-599.md
- Errors W600-699: recipes/errors/w600-699.md
- Errors W800-899: recipes/errors/w800-899.md
- Open Source:
- Contributing: contributing/open-source.md
- Credits: credits.md
- License: license.md
- News: changelog.md
- Credits: credits.md
- License: license.md