40 lines
989 B
YAML
40 lines
989 B
YAML
site_name: Testcontainers-Go
|
|
plugins:
|
|
- search
|
|
- markdownextradata
|
|
theme:
|
|
name: 'material'
|
|
palette:
|
|
primary: 'blue'
|
|
accent: 'teal'
|
|
font: false
|
|
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.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
|
|
- Contributing:
|
|
- contributing.md
|
|
- contributing_docs.md
|
|
- Getting help: getting_help.md
|
|
extra:
|
|
latest_version: 1.14.1
|