forked from testcontainers/testcontainers-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (42 loc) · 949 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: Testcontainers for .NET
site_url: https://dotnet.testcontainers.org
repo_name: testcontainers-dotnet
repo_url: https://github.com/testcontainers/testcontainers-dotnet
edit_uri: edit/develop/docs/
theme:
name: material
custom_dir: docs/theme
palette:
scheme: testcontainers
font:
text: Roboto
code: Roboto Mono
favicon: favicon.ico
logo: logo.svg
extra_css:
- css/extra.css
plugins:
- codeinclude
- markdownextradata
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- index.md
- cicd/index.md
- custom_configuration/index.md
- api/create_docker_image.md
- api/create_docker_container.md
- api/create_docker_network.md
- api/resource-reaper.md
- api/wait_strategies.md
- api/best_practices.md
- Examples:
- examples/dind.md
- examples/aspnet.md
- Modules:
- modules/index.md
- modules/postgres.md
- modules/rabbitmq.md