From 0690c5259ae1022d02b230b9227d303375524226 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Mon, 23 Oct 2017 07:05:32 +0300 Subject: [PATCH] Added What's Next section --- docs/howtos.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/howtos.md b/docs/howtos.md index f32960220..db3866e71 100644 --- a/docs/howtos.md +++ b/docs/howtos.md @@ -208,3 +208,7 @@ The same response should be returned when querying other nodes in the cluster: ``` curl -k --ipv4 https://02.pilosa.local:10502/index/sample-index/query -d 'Bitmap(frame="sample-frame", rowID=1)' ``` + +#### What's Next? + +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.