diff --git a/docs/ui/client_settings.rst b/docs/ui/client_settings.rst index 9e56985cd3c..15b3803825f 100644 --- a/docs/ui/client_settings.rst +++ b/docs/ui/client_settings.rst @@ -2,6 +2,10 @@ Client settings =============== +.. image:: images/client_settings.png + :alt: Todo + :width: 100% + The UI exposes a number of :ref:`configuration parameters ` in a dropdown bar at the top of all database dashboard screens when the Client Settings button is clicked. They can be modified by double diff --git a/docs/ui/data_explorer.rst b/docs/ui/data_explorer.rst index c544c0d12ac..e5c3f49a7c3 100644 --- a/docs/ui/data_explorer.rst +++ b/docs/ui/data_explorer.rst @@ -2,6 +2,10 @@ Data Explorer ============= +.. image:: images/data_explorer.png + :alt: Todo + :width: 100% + The data explorer is similar to the UI editor in facilitating queries on database objects, but involves no direct query building. Instead, the data explorer gives point-and-click access to the database's objects, diff --git a/docs/ui/database_dashboard.rst b/docs/ui/database_dashboard.rst index 3451ed79926..4be8d5b9f41 100644 --- a/docs/ui/database_dashboard.rst +++ b/docs/ui/database_dashboard.rst @@ -2,6 +2,10 @@ Dashboard ========= +.. image:: images/database_dashboard.png + :alt: Todo + :width: 100% + The dashboard for each database displays the number of object types and total number of objects contained within. diff --git a/docs/ui/editor.rst b/docs/ui/editor.rst index 19cd1329e03..f4a37e4650f 100644 --- a/docs/ui/editor.rst +++ b/docs/ui/editor.rst @@ -2,7 +2,9 @@ Editor ====== -The Editor tab inside the EdgeDB UI +.. image:: images/editor.png + :alt: Todo + :width: 100% Query Editor ------------ diff --git a/docs/ui/images/client_settings.png b/docs/ui/images/client_settings.png new file mode 100644 index 00000000000..ea03efe009f Binary files /dev/null and b/docs/ui/images/client_settings.png differ diff --git a/docs/ui/images/data_explorer.png b/docs/ui/images/data_explorer.png new file mode 100644 index 00000000000..4a693786b73 Binary files /dev/null and b/docs/ui/images/data_explorer.png differ diff --git a/docs/ui/images/database_dashboard.png b/docs/ui/images/database_dashboard.png new file mode 100644 index 00000000000..0fa4c352be5 Binary files /dev/null and b/docs/ui/images/database_dashboard.png differ diff --git a/docs/ui/images/editor.png b/docs/ui/images/editor.png new file mode 100644 index 00000000000..162bf2f6bf1 Binary files /dev/null and b/docs/ui/images/editor.png differ diff --git a/docs/ui/images/schema_viewer.png b/docs/ui/images/schema_viewer.png new file mode 100644 index 00000000000..ae15e29cb97 Binary files /dev/null and b/docs/ui/images/schema_viewer.png differ diff --git a/docs/ui/images/ui_home.png b/docs/ui/images/ui_home.png new file mode 100644 index 00000000000..25f211b0ffc Binary files /dev/null and b/docs/ui/images/ui_home.png differ diff --git a/docs/ui/images/ui_repl.png b/docs/ui/images/ui_repl.png new file mode 100644 index 00000000000..3d0706a72cd Binary files /dev/null and b/docs/ui/images/ui_repl.png differ diff --git a/docs/ui/schema_viewer.rst b/docs/ui/schema_viewer.rst index a47fbbde723..fda2d60f3ec 100644 --- a/docs/ui/schema_viewer.rst +++ b/docs/ui/schema_viewer.rst @@ -2,6 +2,10 @@ Schema Viewer ============= +.. image:: images/schema_viewer.png + :alt: Todo + :width: 100% + The UI schema viewer allows you to see your schema either as text, graph, or both. diff --git a/docs/ui/ui_home.rst b/docs/ui/ui_home.rst index f8d875a8ae5..f6e48e18907 100644 --- a/docs/ui/ui_home.rst +++ b/docs/ui/ui_home.rst @@ -2,6 +2,10 @@ UI Home ======= +.. image:: images/ui_home.png + :alt: Todo + :width: 100% + The UI homepage displays one button per database inside the instance. New instances will contain a database called ``edgedb`` by default. diff --git a/docs/ui/ui_repl.rst b/docs/ui/ui_repl.rst index 44395b1bcfa..bbef60cd179 100644 --- a/docs/ui/ui_repl.rst +++ b/docs/ui/ui_repl.rst @@ -2,6 +2,10 @@ REPL ==== +.. image:: images/ui_repl.png + :alt: Todo + :width: 100% + The REPL used in the EdgeDB UI is largely the same as the CLI REPL, so most of the commands :ref:`here ` will pertain to the UI REPL as well.