Skip to content

Commit 44c07ad

Browse files
committed
Adjust a few content oddities
Esp. fixing cases of tianon/markdownfmt@91c4530
1 parent b241523 commit 44c07ad

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

backdrop/content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ db:
6363
MYSQL_PASSWORD: %%REPO%%
6464
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
6565
MYSQL_DATABASE: %%REPO%%
66-
6766
```
6867
6968
Run `docker-compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080`.

couchbase/content.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ N1QL is the SQL based query language for Couchbase Server. Simply switch to the
5151

5252
You can also execute N1QL queries from the command line. To run a query from command line query tool, run the cbq command line tool, authenticating using the credentials you provided to the wizard, and execute the N1QL Query on the beer-sample bucket
5353

54-
$ docker exec -it db cbq --user Administrator
55-
cbq> SELECT name FROM `beer-sample` WHERE brewery_id ="mishawaka_brewing";
54+
```console
55+
$ docker exec -it db cbq --user Administrator
56+
cbq> SELECT name FROM `beer-sample` WHERE brewery_id ="mishawaka_brewing";
57+
```
5658

5759
For more query samples, refer to [Run your first N1QL query](https://docs.couchbase.com/server/current/getting-started/try-a-query.html).
5860

emqx/content.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ Under linux host machine, the easiest way is [Tuning guide](https://docs.emqx.io
281281
If you want tune linux kernel by docker, you must ensure your docker is latest version (>=1.12).
282282
283283
```bash
284-
285284
docker run -d --name emqx -p 18083:18083 -p 1883:1883 -p 4369:4369 \
286285
--sysctl fs.file-max=2097152 \
287286
--sysctl fs.nr_open=2097152 \
@@ -299,7 +298,6 @@ docker run -d --name emqx -p 18083:18083 -p 1883:1883 -p 4369:4369 \
299298
--sysctl net.ipv4.tcp_max_tw_buckets=1048576 \
300299
--sysctl net.ipv4.tcp_fin_timeout=15 \
301300
%%IMAGE%%:latest
302-
303301
```
304302

305303
> REMEMBER: DO NOT RUN EMQ X DOCKER PRIVILEGED OR MOUNT SYSTEM PROC IN CONTAINER TO TUNE LINUX KERNEL, IT IS UNSAFE.

lightstreamer/content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ In this case, the `/path/to/my-adapters` folder has to be structured with the re
9292
+my_adapter_set_2
9393
...
9494
+my_adapter_set_N
95-
9695
```
9796

9897
### Building a new image

postgres/content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ postgres=# SELECT 1;
3434
----------
3535
1
3636
(1 row)
37-
3837
```
3938

4039
## %%STACK%%

0 commit comments

Comments
 (0)