-
-
Notifications
You must be signed in to change notification settings - Fork 191
/
mkdocs.yml
65 lines (60 loc) · 1.76 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
54
55
56
57
58
59
60
61
62
63
64
65
site_name: Testcontainers for NodeJS
site_url: https://node.testcontainers.org
repo_name: 'testcontainers-node'
repo_url: 'https://github.com/testcontainers/testcontainers-node'
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'
extra_css:
- 'site/css/extra.css'
- 'site/css/tc-header.css'
plugins:
- search
- codeinclude
- markdownextradata
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
nav:
- Home: index.md
- Quickstart: quickstart.md
- Supported container runtimes: supported-container-runtimes.md
- Features:
- Containers: features/containers.md
- Images: features/images.md
- Networking: features/networking.md
- Compose: features/compose.md
- Wait strategies: features/wait-strategies.md
- Advanced: features/advanced.md
- Modules:
- ArangoDB: modules/arangodb.md
- ChromaDB: modules/chromadb.md
- Couchbase: modules/couchbase.md
- Elasticsearch: modules/elasticsearch.md
- GCloud: modules/gcloud.md
- HiveMQ: modules/hivemq.md
- Kafka: modules/kafka.md
- Localstack: modules/localstack.md
- MongoDB: modules/mongodb.md
- MSSQLServer: modules/mssqlserver.md
- MySQL: modules/mysql.md
- Nats: modules/nats.md
- Neo4J: modules/neo4j.md
- PostgreSQL: modules/postgresql.md
- Qdrant: modules/qdrant.md
- RabbitMQ: modules/rabbitmq.md
- Redis: modules/redis.md
- Redpanda: modules/redpanda.md
- Selenium: modules/selenium.md
- Weaviate: modules/weaviate.md
- Configuration: configuration.md