Skip to content

Commit

Permalink
an |Gel| -> a |Gel|
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Feb 15, 2025
1 parent 98641e0 commit d8d3f0a
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions docs/ai/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AI, Anthropic, and any other provider with a compatible API.
Enable extension in your schema
===============================

AI is an |Gel| extension. To enable it, you will need to add the extension
AI is a |Gel| extension. To enable it, you will need to add the extension
to your app's schema:

.. code-block:: sdl
Expand Down Expand Up @@ -154,7 +154,7 @@ can define an AI index on an expression:
.. note:: When AI indexes aren't working…

If you find your queries are not returning the expected results, try
inspecting your instance logs. On an |Gel| Cloud instance, use the "Logs"
inspecting your instance logs. On a |Gel| Cloud instance, use the "Logs"
tab in your instance dashboard. On local or :ref:`CLI-linked remote
instances <ref_cli_gel_instance_link>`, use :gelcmd:`instance logs -I
<instance-name>`. You may find the problem there.
Expand Down
2 changes: 1 addition & 1 deletion docs/ai/javascript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Start by importing ``createClient`` from ``gel`` and ``createAI`` from
import { createClient } from "gel";
import { createAI } from "@gel/ai";
Create an |Gel| client. Create an instance of the AI client by passing in the
Create a |Gel| client. Create an instance of the AI client by passing in the
Gel client and any options for the AI provider (like the text generation
model):

Expand Down
2 changes: 1 addition & 1 deletion docs/ai/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ When indexes aren't working…
----------------------------

If you find your queries are not returning the expected results, try
inspecting your instance logs. On an |Gel| Cloud instance, use the "Logs"
inspecting your instance logs. On a |Gel| Cloud instance, use the "Logs"
tab in your instance dashboard. On local or :ref:`CLI-linked remote
instances <ref_cli_gel_instance_link>`, use :gelcmd:`instance logs -I
<instance-name>`. You may find the problem there.
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_connopts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Connection flags
if not set, to ``5656``.

:cli:synopsis:`--unix-path /path/to/socket`
Specifies a path to a Unix socket for an |Gel| connection. If the path is
Specifies a path to a Unix socket for a |Gel| connection. If the path is
a directory, the actual path will be computed using the ``port`` and
``admin`` parameters.

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_dump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gel dump
========

Backup an |Gel| branch (or database pre-v5) to a file.
Backup a |Gel| branch (or database pre-v5) to a file.

.. cli:synopsis::
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_instance/edgedb_instance_credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Description
===========

:gelcmd:`instance credentials` is a terminal command for displaying the
credentials of an |Gel| instance.
credentials of a |Gel| instance.


Options
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_instance/edgedb_instance_destroy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gel instance destroy
====================

Remove an |Gel| instance.
Remove a |Gel| instance.

.. cli:synopsis::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Description
===========

:gelcmd:`instance reset-password` is a terminal command for resetting
or updating the password for a user of an |Gel| instance.
or updating the password for a user of a |Gel| instance.

.. note::

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_instance/edgedb_instance_restart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gel instance restart
====================

Restart an |Gel| instance.
Restart a |Gel| instance.

.. cli:synopsis::
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_instance/edgedb_instance_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gel instance start
==================

Start an |Gel| instance.
Start a |Gel| instance.

.. cli:synopsis::
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_instance/edgedb_instance_stop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gel instance stop
=================

Stop an |Gel| instance.
Stop a |Gel| instance.

.. cli:synopsis::
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_migrate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ database using this command.

.. warning:: Gel Cloud CI users and scripters

When scripting a ``migrate``/``migration apply`` for an |Gel| Cloud
When scripting a ``migrate``/``migration apply`` for a |Gel| Cloud
instance, do not use :gelcmd:`login` to authenticate. Instead, you should
generate a secret key in the Gel Cloud UI or by running
:ref:`ref_cli_gel_cloud_secretkey_create` and set the
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/edgedb_migration/edgedb_migration_apply.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ target instance.

.. warning:: Gel Cloud CI users and scripters

When scripting a ``migrate``/``migration apply`` for an |Gel| Cloud
When scripting a ``migrate``/``migration apply`` for a |Gel| Cloud
instance, do not use :gelcmd:`login` to authenticate. Instead, you should
generate a secret key in the Gel Cloud UI or by running
:ref:`ref_cli_gel_cloud_secretkey_create` and set the
Expand Down
4 changes: 2 additions & 2 deletions docs/clients/connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library.

- Set the ``EDGEDB_INSTANCE`` environment variable to a :ref:`name
<ref_reference_connection_instance_name>` of a local instance, remote linked
instance, or an |Gel| Cloud instance. (:ref:`More info on |Gel| Cloud
instance, or a |Gel| Cloud instance. (:ref:`More info on |Gel| Cloud
connection details below. <gel_client_connection_cloud>`) You can create
new instances manually with the :ref:`gel instance create
<ref_cli_gel_instance_create>` command.
Expand Down Expand Up @@ -54,7 +54,7 @@ on connection configuration, see :ref:`Reference > Connection Parameters
Gel Cloud
=========

To provide client connection information for an |Gel| Cloud instance, set the
To provide client connection information for a |Gel| Cloud instance, set the
``EDGEDB_INSTANCE`` variable to the instance name
(``<org-name>/<instance-name>`` where ``<instance-name>`` is the name you set
when you created the Gel Cloud instance) and the ``EDGEDB_SECRET_KEY``
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/go/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ModuleAlias is an alias name and module name pair.
*type* Options
--------------

Options for connecting to an |Gel| server
Options for connecting to a |Gel| server


.. code-block:: go
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/go/codegen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Codegen
=======

edgeql-go is a tool to generate go functions from edgeql queries. When run
in an |Gel| project directory (or subdirectory) a \*_edgeql.go source file
in a |Gel| project directory (or subdirectory) a \*_edgeql.go source file
will be generated for each \*.edgeql file. The generated go will have an
edgeqlFileName and edgeqlFileNameJSON function with typed arguments and
return value matching the query's arguments and result shape.
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/go/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ from a `time.Duration <https://pkg.go.dev/time>`_ represented as nanoseconds.
func ParseDuration(s string) (Duration, error)
ParseDuration parses an |Gel| duration string.
ParseDuration parses a |Gel| duration string.



Expand Down
2 changes: 1 addition & 1 deletion docs/clients/graphql/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To execute a GraphQL query against the |main| branch on the instance
named ``inst2``, we would send an HTTP request to
``http://localhost:10702/branch/gel/main``.

To determine the URL of an |Gel| Cloud instance, find the host by running
To determine the URL of a |Gel| Cloud instance, find the host by running
:gelcmd:`instance credentials -I <org-name>/<instance-name>`. Use the
``host`` and ``port`` from that table in the URL format at the top of this
section. Change the protocol to ``https`` since Gel Cloud instances are
Expand Down
4 changes: 2 additions & 2 deletions docs/clients/http/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Your instance can now receive EdgeQL queries over HTTP at
want to query another branch instead, simply use that branch name
in the URL.

To determine the URL of an |Gel| Cloud instance, find the host by running
To determine the URL of a |Gel| Cloud instance, find the host by running
:gelcmd:`instance credentials -I <org-name>/<instance-name>`. Use the
``host`` and ``port`` from that table in the URL format above this note.
Change the protocol to ``https`` since Gel Cloud instances are secured
Expand All @@ -70,7 +70,7 @@ By default, the HTTP endpoint uses :eql:type:`cfg::Password` based
authentication, in which
`HTTP Basic Authentication
<https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#basic_authentication_scheme>`_
is used to provide an |Gel| username and password.
is used to provide a |Gel| username and password.

.. lint-on
Expand Down
4 changes: 2 additions & 2 deletions docs/clients/js/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ Local Date
month: number, \
day: number)

A JavaScript representation of an |Gel| ``local_date`` value. Implements
A JavaScript representation of a |Gel| ``local_date`` value. Implements
a subset of the `TC39 Temporal Proposal`_ ``PlainDate`` type.

Assumes the calendar is always `ISO 8601`_.
Expand Down Expand Up @@ -909,7 +909,7 @@ Local Date and Time
microsecond: number = 0, \
nanosecond: number = 0) extends LocalDate, LocalTime

A JavaScript representation of an |Gel| ``local_datetime`` value.
A JavaScript representation of a |Gel| ``local_datetime`` value.
Implements a subset of the `TC39 Temporal Proposal`_ ``PlainDateTime``
type.

Expand Down
4 changes: 2 additions & 2 deletions docs/cloud/http_gql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Your instance can now receive EdgeQL queries over HTTP at
Instance URL
============

To determine the URL of an |Gel| Cloud instance, find the host by running
To determine the URL of a |Gel| Cloud instance, find the host by running
:gelcmd:`instance credentials -I <org-name>/<instance-name>`. Use the
``host`` and ``port`` from that table in the URL format above this note.
Change the protocol to ``https`` since Gel Cloud instances are secured
Expand Down Expand Up @@ -70,7 +70,7 @@ example showing how you might send the query ``select Person {*};`` using cURL:
Usage
=====
Usage of the HTTP and GraphQL APIs is identical on an |Gel| Cloud instance.
Usage of the HTTP and GraphQL APIs is identical on a |Gel| Cloud instance.
Reference the HTTP and GraphQL documentation for more information.
Expand Down
2 changes: 1 addition & 1 deletion docs/datamodel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Terminology
Instance
^^^^^^^^

An |Gel| **instance** is a running Gel process. Instances can be created,
A |Gel| **instance** is a running Gel process. Instances can be created,
started, stopped, and destroyed locally with the :ref:`Gel CLI
<ref_cli_overview>`.

Expand Down

0 comments on commit d8d3f0a

Please sign in to comment.