Skip to content

Commit

Permalink
Add link to DB2 module docs, and add incubating note to page (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Jul 24, 2019
1 parent 1010b89 commit 4604174
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.md
Expand Up @@ -86,7 +86,7 @@ We currently believe 3 months is a fair period of time, but may change this.

New modules should have the following warning at the top of their documentation pages:

!!! warning
This module is INCUBATING. While it is ready for use and operational in the current version of Testcontainers, it is possible that it may receive breaking changes in the future.
!!! note
This module is INCUBATING. While it is ready for use and operational in the current version of Testcontainers, it is possible that it may receive breaking changes in the future. See [our contributing guidelines](/contributing/#incubating-modules) for more information on our incubating modules policy.

We will evaluate incubating modules periodically, and remove the label when appropriate.
3 changes: 3 additions & 0 deletions docs/modules/databases/db2.md
@@ -1,5 +1,8 @@
# DB2 Module

!!! note
This module is INCUBATING. While it is ready for use and operational in the current version of Testcontainers, it is possible that it may receive breaking changes in the future. See [our contributing guidelines](/contributing/#incubating-modules) for more information on our incubating modules policy.

See [Database containers](./index.md) for documentation and usage that is common to all relational database container types.

## Usage example
Expand Down
13 changes: 7 additions & 6 deletions mkdocs.yml
Expand Up @@ -39,17 +39,18 @@ nav:
- Modules:
- Databases:
- modules/databases/index.md
- modules/databases/mysql.md
- modules/databases/mariadb.md
- modules/databases/postgres.md
- modules/databases/oraclexe.md
- modules/databases/mssqlserver.md
- modules/databases/cassandra.md
- modules/databases/couchbase.md
- modules/databases/clickhouse.md
- modules/databases/influxdb.md
- modules/databases/db2.md
- modules/databases/dynalite.md
- modules/databases/influxdb.md
- modules/databases/mariadb.md
- modules/databases/mssqlserver.md
- modules/databases/mysql.md
- modules/databases/neo4j.md
- modules/databases/oraclexe.md
- modules/databases/postgres.md
- modules/webdriver_containers.md
- modules/docker_compose.md
- modules/elasticsearch.md
Expand Down

0 comments on commit 4604174

Please sign in to comment.