-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (52 loc) · 1.31 KB
/
Copy pathmkdocs.yml
File metadata and controls
57 lines (52 loc) · 1.31 KB
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
site_name: Testcontainers for PHP
site_url: https://php.testcontainers.org
repo_name: testcontainers-php
repo_url: https://github.com/testcontainers/testcontainers-php
edit_uri: edit/main/docs/
theme:
name: "material"
custom_dir: "docs/site/theme"
palette:
scheme: testcontainers
font:
text: Roboto
code: Roboto Mono
logo: "site/logo.svg"
favicon: "site/favicon.ico"
features:
- content.code.copy
extra_css:
- "site/css/extra.css"
- "site/css/tc-header.css"
plugins:
- search
- codeinclude
- markdownextradata
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Home: index.md
- Quickstart:
- Install: quickstart/install.md
- Usage: quickstart/usage.md
- Features:
- Containers: features/containers.md
- Wait strategies: features/wait-strategies.md
- Networking: features/networking.md
- Modules:
- MariaDB: modules/mariadb.md
- MongoDB: modules/mongodb.md
- MySQL: modules/mysql.md
- OpenSearch: modules/opensearch.md
- PostgreSQL: modules/postgresql.md
- Redis: modules/redis.md
- Configuration: configuration.md
- Troubleshooting: troubleshooting.md