From daca793c7f7b7782878f5849cda4e7d879ac1bfd Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Tue, 20 Mar 2018 16:00:51 -0500 Subject: [PATCH] Remove reference to deprecated index timeQuantum --- docs/webui.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/webui.md b/docs/webui.md index 525f1aed9..738fb20fd 100644 --- a/docs/webui.md +++ b/docs/webui.md @@ -32,9 +32,8 @@ In addition to standard PQL, the console supports a few special commands, prefix - `:create frame ` - `:delete frame ` -Index and frame creation also supports options like timeQuantum or inverseEnabled. Check the API reference sections for [index](../api-reference/#change-index-time-quantum) and [frame](../api-reference/#create-frame) options to see other available keys. +Frame creation also supports options like `timeQuantum` or `inverseEnabled`. When creating a new frame, add options by using the keys documented in [API reference](../api-reference/#create-frame). -- `:create index timeQuantum=YM` - `:create frame inverseEnabled=true cacheSize=10000`