Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore cheatsheets to side navigation #7072

Merged
merged 2 commits into from Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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