From b102b8cbc84b592cdeedfd671a2b449d63bf2c19 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Thu, 18 May 2017 14:45:36 -0500 Subject: [PATCH] Use "note" class instead of blockquotes. This is needed to support the blockquotes in the style guide for the website. --- docs/getting-started.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index fa01dd563..108c12737 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -7,7 +7,9 @@ title = "Getting Started" Pilosa supports an HTTP interface which uses JSON by default. Any HTTP tool can be used to interact with the Pilosa server. The examples in this documentation will use [curl](https://curl.haxx.se/) which is available by default on many UNIX-like systems including Linux and MacOS. Windows users can download curl [here](https://curl.haxx.se/download.html). -> Note that Pilosa server requires a high limit for open files. Check the documentation of your system to see how to increase it in case you hit that limit. +
+

Note that Pilosa server requires a high limit for open files. Check the documentation of your system to see how to increase it in case you hit that limit.

+
#### Starting Pilosa @@ -100,7 +102,9 @@ Note that, both the user IDs and the repository IDs were remapped to sequential ##### Make Some Queries -> Note The Pilosa server comes with a [WebUI](../webui/) for constructing queries in a browser. [localhost:10101](http://localhost:10101) +
+

Note the Pilosa server comes with a WebUI for constructing queries in a browser. In local development, it is available at localhost:10101.

+
Which repositories did user 14 star: ```