From 29e32bd8553c35931e681655523b1c80694f36c7 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Mon, 18 Mar 2024 12:24:46 -0400 Subject: [PATCH] Restore cheatsheets to side navigation (#7072) * Fix cheatsheets TOC position so that the individual cheatsheets appear in the side navigation * Fix booleans cheatsheet link target --- docs/guides/cheatsheet/index.rst | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/guides/cheatsheet/index.rst b/docs/guides/cheatsheet/index.rst index eb221bbaf5..bb5e74addc 100644 --- a/docs/guides/cheatsheet/index.rst +++ b/docs/guides/cheatsheet/index.rst @@ -6,6 +6,26 @@ Cheatsheets :edb-alt-title: Cheatsheets: EdgeDB by example +.. toctree:: + :maxdepth: 3 + :hidden: + + + select + insert + update + delete + link_properties + boolean + objects + functions + aliases + annotations + cli + repl + admin + + Just getting started? Keep an eye on this collection of cheatsheets with handy examples for what you'll need to get started with EdgeDB. After familiarizing yourself with them, feel free to dive into more EdgeDB @@ -25,8 +45,8 @@ EdgeQL Schema ====== -* :ref:`Booleans ` -- Boolean expressions can be - tricky sometimes, so here are a handful of tips and gotchas. +* :ref:`Booleans ` -- Boolean expressions can be tricky + sometimes, so here are a handful of tips and gotchas. * :ref:`Object Types ` -- Make your own object and abstract types on top of existing system types. * :ref:`User Defined Functions ` -- Write and @@ -46,23 +66,3 @@ CLI/Admin frequently used commands in the EdgeDB Interactive Shell. * :ref:`Administration ` -- Database and role creation, passwords, port configuration, etc. - - -.. toctree:: - :maxdepth: 3 - :hidden: - - - select - insert - update - delete - link_properties - boolean - objects - functions - aliases - annotations - cli - repl - admin