-
Notifications
You must be signed in to change notification settings - Fork 142
/
mkdocs.yml
53 lines (53 loc) · 1.27 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
# This file is autogenerated by the 'modulegen' tool.
site_name: Testcontainers for Rust
site_url: https://rust.testcontainers.org
plugins:
- search
- codeinclude
- include-markdown
- markdownextradata
theme:
name: material
custom_dir: docs/theme
palette:
scheme: testcontainers
font:
text: Roboto
code: Roboto Mono
logo: logo.svg
favicon: favicon.ico
extra_css:
- css/extra.css
- css/tc-header.css
repo_name: testcontainers-rs
repo_url: https://github.com/testcontainers/testcontainers-rs
markdown_extensions:
- admonition
- codehilite:
linenums: false
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- toc:
permalink: true
- attr_list
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
nav:
- Home: index.md
- Quickstart:
- quickstart/testcontainers.md
- quickstart/community_modules.md
- Features:
- features/configuration.md
- features/wait_strategies.md
- System Requirements:
- system_requirements/docker.md
- Contributing:
- contributing_docs.md
- Getting help: getting_help.md
edit_uri: edit/main/docs/
extra:
latest_version: 0.16.7