Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to DB2 module docs, and add incubating note to page #1660

Merged
merged 3 commits into from Jul 24, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
15 changes: 8 additions & 7 deletions mkdocs.yml
Expand Up @@ -39,17 +39,18 @@ nav:
- Modules:
- Databases:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've now sorted these modules alphabetically

- 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/dynalite.md
- modules/databases/db2.md
- modules/databases/couchbase.md
- modules/databases/influxdb.md
- modules/databases/mysql.md
- modules/databases/mariadb.md
- modules/databases/mssqlserver.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