forked from testcontainers/testcontainers-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (47 loc) · 1.17 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
site_name: Testcontainers-Go
plugins:
- search
- codeinclude
- markdownextradata
theme:
name: 'material'
palette:
scheme: testcontainers
font:
text: Roboto
code: Roboto Mono
logo: 'logo.svg'
favicon: 'favicon.ico'
extra_css:
- 'css/extra.css'
repo_name: 'testcontainers-go'
repo_url: 'https://github.com/testcontainers/testcontainers-go'
markdown_extensions:
- admonition
- codehilite:
linenums: False
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
nav:
- Home: index.md
- Quickstart:
- quickstart/gotest.md
- Features:
- features/creating_container.md
- features/garbage_collector.md
- features/build_from_dockerfile.md
- features/docker_compose.md
- features/follow_logs.md
- features/override_container_command.md
- Examples:
- examples/cockroachdb.md
- examples/nginx.md
- examples/redis.md
- Contributing:
- contributing.md
- contributing_docs.md
- Getting help: getting_help.md
extra:
latest_version: 0.13.0