Skip to content

Commit

Permalink
fix(docs): fix yaml formal in mongo-sink (apache#14419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsyh authored Feb 24, 2022
1 parent 0655396 commit 0e59704
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 34 deletions.
3 changes: 1 addition & 2 deletions site2/docs/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.5.0/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.6.0/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.6.1/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.6.2/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.6.3/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.6.4/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.7.0/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.7.1/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.7.2/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.7.3/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.7.4/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.8.0/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.8.1/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.8.2/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.9.0/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```
3 changes: 1 addition & 2 deletions site2/website/versioned_docs/version-2.9.1/io-mongo-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ Before using the Mongo sink connector, you need to create a configuration file t
* YAML

```yaml
{
configs:
mongoUri: "mongodb://localhost:27017"
database: "pulsar"
collection: "messages"
batchSize: 2
batchTimeMs: 500
}
```

0 comments on commit 0e59704

Please sign in to comment.