We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6f226 commit 7e8bdadCopy full SHA for 7e8bdad
docs/sqs.md
@@ -476,7 +476,7 @@ services:
476
- '9324:9324'
477
```
478
479
-Run the docker command to build, and start the sqs service:
+Run the docker command to build and start the sqs service:
480
481
```shell script
482
docker-compose -f docker-compose.yml up -d
website/pages/en/index.js
@@ -174,9 +174,9 @@ class Index extends React.Component {
174
<div className="index">
175
<MarkdownBlock>{index}</MarkdownBlock>
176
</div>
177
- <Layer2 />
178
- <Layer1 />
179
- <Layer0 />
+ // <Layer2 />
+ // <Layer1 />
+ // <Layer0 />
180
181
182
);
0 commit comments