Skip to content

Commit

Permalink
Fixed rendering of example (#893)
Browse files Browse the repository at this point in the history
docs/install/upgrade-from-mongodb.md
  • Loading branch information
nastena1606 authored Jul 23, 2024
1 parent 8fbd478 commit 4149c53
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions docs/install/upgrade-from-mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ This procedure describes an in-place upgrade of a `mongod` instance. If you are
$ sudo dpkg -l | grep mongod
```

??? example "Sample output"

```{.text .no-copy}
ii mongodb-org 7.0.2 amd64 MongoDB open source document-oriented database system (metapackage)
ii mongodb-org-database 7.0.2 amd64 MongoDB open source document-oriented database system (metapackage)
ii mongodb-org-database-tools-extra 7.0.2 amd64 Extra MongoDB database tools
ii mongodb-org-mongos 7.0.2 amd64 MongoDB sharded cluster query router
ii mongodb-org-server 7.0.2 amd64 MongoDB database server
ii mongodb-org-shell 7.0.2 amd64 MongoDB shell client
ii mongodb-org-tools 7.0.2 amd64 MongoDB tools
```
??? example "Sample output"

```{.text .no-copy}
ii mongodb-org 7.0.2 amd64 MongoDB open source document-oriented database system (metapackage)
ii mongodb-org-database 7.0.2 amd64 MongoDB open source document-oriented database system (metapackage)
ii mongodb-org-database-tools-extra 7.0.2 amd64 Extra MongoDB database tools
ii mongodb-org-mongos 7.0.2 amd64 MongoDB sharded cluster query router
ii mongodb-org-server 7.0.2 amd64 MongoDB database server
ii mongodb-org-shell 7.0.2 amd64 MongoDB shell client
ii mongodb-org-tools 7.0.2 amd64 MongoDB tools
```

4. Remove the installed packages:

Expand Down Expand Up @@ -104,17 +104,17 @@ This procedure describes an in-place upgrade of a `mongod` instance. If you are
$ sudo rpm -qa | grep mongo
```

??? example "Sample output"

```{.text .no-copy}
mongodb-org-shell-7.0.2-1.el9.x86_64
mongodb-org-database-7.0.2-1.el9.x86_64
mongodb-org-7.0.2-1.el8.x86_64
mongodb-database-tools-100.4.1-1.x86_64
mongodb-org-server-7.0.2-1.el9.x86_64
mongodb-org-mongos-7.0.2-1.el9.x86_64
mongodb-org-tools-7.0.2-1.el9.x86_64
```
??? example "Sample output"

```{.text .no-copy}
mongodb-org-shell-7.0.2-1.el9.x86_64
mongodb-org-database-7.0.2-1.el9.x86_64
mongodb-org-7.0.2-1.el8.x86_64
mongodb-database-tools-100.4.1-1.x86_64
mongodb-org-server-7.0.2-1.el9.x86_64
mongodb-org-mongos-7.0.2-1.el9.x86_64
mongodb-org-tools-7.0.2-1.el9.x86_64
```

3. Remove the installed packages:

Expand Down

0 comments on commit 4149c53

Please sign in to comment.