From 9960bcbdc5273f879f8d87a6747e90be8b34f6b2 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Tue, 20 Feb 2024 08:57:07 -0500 Subject: [PATCH] Move TOC This TOC does not appear anywhere if the TOC is at the bottom of the document, meaning this documentation is hidden from users --- docs/clients/http/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/clients/http/index.rst b/docs/clients/http/index.rst index 28d63d205ae..ae8ba96c7ad 100644 --- a/docs/clients/http/index.rst +++ b/docs/clients/http/index.rst @@ -4,6 +4,13 @@ EdgeQL over HTTP ================ +.. toctree:: + :maxdepth: 2 + :hidden: + + protocol + health-checks + EdgeDB can expose an HTTP endpoint for EdgeQL queries. Since HTTP is a stateless protocol, no :ref:`DDL `, :ref:`transaction commands `, @@ -103,10 +110,3 @@ example showing how you might send the query ``select Person {*};`` using cURL: --data-urlencode "query=select Person {*};" .. lint-on - -.. toctree:: - :maxdepth: 2 - :hidden: - - protocol - health-checks