From bd5c1028f8859038642c577f430b573ca226e8bf Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Tue, 19 Dec 2017 17:28:47 -0600 Subject: [PATCH] add nav to the markdown header --- docs/tutorials.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index 5ddc57b40..a9b827042 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -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