summaryrefslogtreecommitdiff
path: root/docs/platform/quick-start.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-09-19 15:44:26 -0400
committerMicah Anderson <micah@riseup.net>2013-09-19 15:44:26 -0400
commit5f08d4c44bc8cbc3b0ceb1bff57492e9966e7c71 (patch)
tree35a1d86fdfb090c3ee7cf9d0006b5d38df79fa4d /docs/platform/quick-start.md
parenta9ee3789a7c88b4f9cce285f03e1e5d0707a1cad (diff)
fix examples so they dont show up in the navigation
Diffstat (limited to 'docs/platform/quick-start.md')
-rw-r--r--docs/platform/quick-start.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index 6d36c14..4cc4bfc 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -354,7 +354,8 @@ A node filter consists of one or more keywords, with an optional "+" before each
* the "+" before the keyword constructs an AND condition
* otherwise, multiple keywords together construct an OR condition
-Examples:
+Examples
+--------
* `leap list openvpn` -- list all nodes with service openvpn.
* `leap list openvpn +production` -- only nodes of service type openvpn AND tag production.