Merge pull request #1023 from travisturner/bsi-tutorial-nav

add nav to the markdown header
This commit is contained in:
Travis Turner 2017-12-20 09:19:53 -06:00 committed by GitHub
commit ed14ddf4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ title = "Tutorials"
weight = 4
nav = [
"How To Set Up a Secure Cluster",
"Integer Field Values",
]
+++
@ -214,7 +215,7 @@ curl -k --ipv4 https://02.pilosa.local:10502/index/sample-index/query -d 'Bitmap
Check out our [Administration Guide](https://www.pilosa.com/docs/latest/administration/) to learn more about making the most of your Pilosa cluster and [Configuration Documentation](https://www.pilosa.com/docs/latest/configuration/) to see the available options to configure Pilosa.
### Integer Fields Values
### Integer Field Values
#### Introduction