Skip to content

Commit

Permalink
Restore cheatsheets to side navigation (#7072)
Browse files Browse the repository at this point in the history
* Fix cheatsheets TOC position

so that the individual cheatsheets appear in the side navigation

* Fix booleans cheatsheet link target
  • Loading branch information
raddevon committed Mar 18, 2024
1 parent 7ecd1fe commit 29e32bd
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions docs/guides/cheatsheet/index.rst
Expand Up @@ -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
Expand All @@ -25,8 +45,8 @@ EdgeQL
Schema
======

* :ref:`Booleans <ref_cheatsheet_object_types>` -- Boolean expressions can be
tricky sometimes, so here are a handful of tips and gotchas.
* :ref:`Booleans <ref_cheatsheet_boolean>` -- Boolean expressions can be tricky
sometimes, so here are a handful of tips and gotchas.
* :ref:`Object Types <ref_cheatsheet_object_types>` -- Make your own object
and abstract types on top of existing system types.
* :ref:`User Defined Functions <ref_cheatsheet_functions>` -- Write and
Expand All @@ -46,23 +66,3 @@ CLI/Admin
frequently used commands in the EdgeDB Interactive Shell.
* :ref:`Administration <ref_cheatsheet_admin>` -- 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

0 comments on commit 29e32bd

Please sign in to comment.