Merge pull request #1 from nats-io/markdownfmt-pass-on-contentmd
Apply `markdownfmt.sh` pass on content.md for docker-library/docs PR
This commit is contained in:
commit
55a537dbab
|
|
@ -1,12 +1,10 @@
|
||||||
[NATS](https://nats.io): A high-performance cloud native messaging system.
|
# [NATS](https://nats.io): A high-performance cloud native messaging system.
|
||||||
==========================================================================
|
|
||||||
|
|
||||||
%%LOGO%%
|
%%LOGO%%
|
||||||
|
|
||||||
`nats` is a high performance server for the NATS Messaging System.
|
`nats` is a high performance server for the NATS Messaging System.
|
||||||
|
|
||||||
Example usage
|
# Example usage
|
||||||
=============
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Run a NATS server
|
# Run a NATS server
|
||||||
|
|
@ -44,8 +42,7 @@ $ docker run -d --name=nats-2 --link nats-main nats --routes=nats-route://ruser:
|
||||||
|
|
||||||
The server will load the configuration file below. Any command line flags can override these values.
|
The server will load the configuration file below. Any command line flags can override these values.
|
||||||
|
|
||||||
Default Configuration File
|
## Default Configuration File
|
||||||
--------------------------
|
|
||||||
|
|
||||||
```conf
|
```conf
|
||||||
# Client port of 4222 on all interfaces
|
# Client port of 4222 on all interfaces
|
||||||
|
|
@ -75,8 +72,7 @@ cluster {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Commandline Options
|
## Commandline Options
|
||||||
-------------------
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Server Options:
|
Server Options:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue