Skip to content

Commit

Permalink
Added the quickstart directory and fixed the rendering issue. (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxiya1021 authored Jun 2, 2024
1 parent 6d478d4 commit c75181b
Show file tree
Hide file tree
Showing 13 changed files with 457 additions and 449 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,18 @@ import TabItem from '@theme/TabItem';

<Tabs>
<TabItem value="Linux" label="Linux" default >
```shell

```code
docker-compose up -d
```

</TabItem>
<TabItem value="Windows" label="Windows">
```shell

```code
docker-compose -p rockermq_project up -d
```

</TabItem>
</Tabs>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,18 @@ import TabItem from '@theme/TabItem';

<Tabs>
<TabItem value="Linux" label="Linux" default >
```shell

```code
docker-compose up -d
```

</TabItem>
<TabItem value="Windows" label="Windows">
```shell

```code
docker-compose -p rockermq_project up -d
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit c75181b

Please sign in to comment.