Use "note" class instead of blockquotes. This is needed to support the blockquotes in the style guide for the website.

This commit is contained in:
Cody Soyland 2017-05-18 14:45:36 -05:00
parent cb2c47a727
commit b102b8cbc8

View file

@ -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.
<div class="admonition">
<p>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.</p>
</div>
#### 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)
<div class="admonition">
<p>Note the Pilosa server comes with a <a href="../webui/">WebUI</a> for constructing queries in a browser. In local development, it is available at <a href="http://localhost:10101">localhost:10101</a>.</p>
</div>
Which repositories did user 14 star:
```