add nav to the markdown header

This commit is contained in:
Travis Turner 2017-12-19 17:28:47 -06:00
parent 91ba60efd3
commit bd5c1028f8
No known key found for this signature in database
GPG key ID: 7F08008DFD9314C9

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