Skip to content

Commit 3c24dfc

Browse files
committed
docs(options): reduce heading
1 parent 849c4c6 commit 3c24dfc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### Basic Options
1+
### Basic Options
22

33
- [`WithExposedPorts`](/features/creating_container/#withexposedports) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>
44
- [`WithEnv`](/features/creating_container/#withenv) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.29.0"><span class="tc-version">:material-tag: v0.29.0</span></a>
@@ -10,44 +10,44 @@
1010
- [`WithCmdArgs`](/features/creating_container/#withcmdargs) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>
1111
- [`WithLabels`](/features/creating_container/#withlabels) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>
1212

13-
#### Lifecycle Options
13+
### Lifecycle Options
1414

1515
- [`WithLifecycleHooks`](/features/creating_container/#withlifecyclehooks) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
1616
- [`WithAdditionalLifecycleHooks`](/features/creating_container/#withadditionallifecyclehooks) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
1717
- [`WithStartupCommand`](/features/creating_container/#withstartupcommand) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.25.0"><span class="tc-version">:material-tag: v0.25.0</span></a>
1818
- [`WithAfterReadyCommand`](/features/creating_container/#withafterreadycommand) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.28.0"><span class="tc-version">:material-tag: v0.28.0</span></a>
1919

20-
#### Files & Mounts Options
20+
### Files & Mounts Options
2121

2222
- [`WithFiles`](/features/creating_container/#withfiles) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>
2323
- [`WithMounts`](/features/creating_container/#withmounts) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>
2424
- [`WithTmpfs`](/features/creating_container/#withtmpfs) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>
2525
- [`WithImageMount`](/features/creating_container/#withimagemount) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>
2626

27-
#### Build Options
27+
### Build Options
2828

2929
- [`WithDockerfile`](/features/creating_container/#withdockerfile) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>
3030

31-
#### Logging Options
31+
### Logging Options
3232

3333
- [`WithLogConsumers`](/features/creating_container/#withlogconsumers) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.28.0"><span class="tc-version">:material-tag: v0.28.0</span></a>
3434
- [`WithLogConsumerConfig`](/features/creating_container/#withlogconsumerconfig) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
3535
- [`WithLogger`](/features/creating_container/#withlogger) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.29.0"><span class="tc-version">:material-tag: v0.29.0</span></a>
3636

37-
#### Image Options
37+
### Image Options
3838

3939
- [`WithAlwaysPull`](/features/creating_container/#withalwayspull) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
4040
- [`WithImageSubstitutors`](/features/creating_container/#withimagesubstitutors) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.26.0"><span class="tc-version">:material-tag: v0.26.0</span></a>
4141
- [`WithImagePlatform`](/features/creating_container/#withimageplatform) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
4242

43-
#### Networking Options
43+
### Networking Options
4444

4545
- [`WithNetwork`](/features/creating_container/#withnetwork) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.27.0"><span class="tc-version">:material-tag: v0.27.0</span></a>
4646
- [`WithNetworkByName`](/features/creating_container/#withnetworkbyname) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
4747
- [`WithBridgeNetwork`](/features/creating_container/#withbridgenetwork) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
4848
- [`WithNewNetwork`](/features/creating_container/#withnewnetwork) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.27.0"><span class="tc-version">:material-tag: v0.27.0</span></a>
4949

50-
#### Advanced Options
50+
### Advanced Options
5151

5252
- [`WithHostPortAccess`](/features/creating_container/#withhostportaccess) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.31.0"><span class="tc-version">:material-tag: v0.31.0</span></a>
5353
- [`WithConfigModifier`](/features/creating_container/#withconfigmodifier) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.20.0</span></a>
@@ -57,6 +57,6 @@
5757
- [`WithName`](/features/creating_container/#withname) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
5858
- [`WithNoStart`](/features/creating_container/#withnostart) - Not available until the next release <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
5959

60-
#### Experimental Options
60+
### Experimental Options
6161

6262
- [`WithReuseByName`](/features/creating_container/#withreusebyname) - Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.37.0"><span class="tc-version">:material-tag: v0.37.0</span></a>

0 commit comments

Comments
 (0)