forked from jimporter/mettle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (30 loc) · 775 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
site_name: mettle
docs_dir: doc
repo_url: https://github.com/jimporter/mettle/
edit_uri: ""
copyright: Copyright © 2014-2023 Jim Porter
theme: yeti-classic
extra_css:
- css/extra.css
- css/version-select.css
extra_javascript:
- js/version-select.js
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: §
nav:
- Home: index.md
- Installation: install.md
- User Guide:
- Tutorial: tutorial.md
- Running Tests: running-tests.md
- Writing Tests: writing-tests.md
- Expectations: expectations.md
- Built-in Matchers: built-in-matchers.md
- Writing Your Own Matchers: writing-matchers.md
- Developer Guide: developer.md
- About:
- Changes: about/changes.md
- License: about/license.md