-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (34 loc) · 826 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
38 lines (34 loc) · 826 Bytes
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
site_name: LoadForge
site_description: Developer-first HTTP load testing — run from the terminal or a browser-based UI
site_url: https://loadforge.readthedocs.io
repo_url: https://github.com/farhapartex/loadforge
repo_name: farhapartex/loadforge
edit_uri: edit/main/docs/
theme:
name: material
palette:
scheme: slate
primary: indigo
accent: indigo
features:
- navigation.sections
- navigation.top
- content.code.copy
nav:
- Home: index.md
- Installation: installation.md
- Quick Start: quickstart.md
- Web UI: web-ui.md
- Uninstallation: uninstallation.md
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
plugins:
- search