Skip to content

Commit 93ae948

Browse files
committed
Remove Go client docs
They're now hosted in the typical Go package documentation.
1 parent 1477aee commit 93ae948

File tree

8 files changed

+9
-319
lines changed

8 files changed

+9
-319
lines changed

docs/intro/clients.rst

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,8 @@ with Gel. These libraries provide a common set of functionality.
3131
Available libraries
3232
===================
3333

34-
To execute queries from your application code, use one of Gel's *client
35-
libraries* for the following languages.
36-
37-
- :ref:`JavaScript/TypeScript <gel-js-intro>`
38-
- :ref:`Go <gel-go-intro>`
39-
- :ref:`Python <gel-python-intro>`
40-
41-
.. XXX: link to third-party doc websites
42-
.. - :ref:`Rust <ref_rust_index>`
43-
.. - :ref:`C# and F# <edgedb-dotnet-intro>`
44-
.. - :ref:`Java <edgedb-java-intro>`
45-
.. - :ref:`Dart <edgedb-dart-intro>`
46-
.. - :ref:`Elixir <edgedb-elixir-intro>`
34+
To execute queries from your application code, use one of :ref:`Gel's client
35+
libraries <ref_clients_index>`.
4736

4837
Usage
4938
=====

docs/reference/clients/go/api.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/reference/clients/go/codegen.rst

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/reference/clients/go/index.rst

Lines changed: 0 additions & 262 deletions
This file was deleted.

docs/reference/clients/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Client Libraries
1111

1212
js/index
1313
python/index
14-
go/index
1514
Go <https://pkg.go.dev/github.com/geldata/gel-go>
1615
Rust <https://docs.rs/gel-tokio/latest/gel_tokio/>
1716
http/index

docs/reference/clients/js/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
JavaScript
55
==========
66

7+
:edb-alt-title: JavaScript Client
8+
79
.. toctree::
810
:maxdepth: 3
911
:hidden:

docs/reference/edgeql/transactions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Golang
141141
log.Fatal(err)
142142
}
143143
144-
Full documentation at :ref:`Client Libraries > Go <gel-go-intro>`.
144+
Full documentation at `Client Libraries > Go <gel-go>`_.
145145

146146
Rust
147147
^^^^
@@ -167,3 +167,5 @@ Rust
167167
168168
.. XXX: Add Rust docs
169169
.. Full documentation at :ref:`Client Libraries > Rust <ref_rust_index>`.
170+
171+
.. _gel-go: https://pkg.go.dev/github.com/geldata/gel-go

docs/resources/changelog/2_x.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ upgrade.
9797
- ``edgedb@0.21.0``
9898
* - :ref:`Python <gel-python-intro>`
9999
- ``edgedb@0.24.0``
100-
* - :ref:`Golang <gel-go-intro>`
100+
* - `Golang <https://github.com/geldata/gel-go>`_
101101
- ``edgedb@0.12.0``
102-
* - `Rust <https://github.com/edgedb/edgedb-rust>`_
102+
* - `Rust <https://github.com/geldata/gel-rust>`_
103103
- ``edgedb-tokio@0.3.0``
104104
* - `.NET <https://github.com/quinchs/EdgeDB.Net>`_ (community-maintained)
105105
- ``EdgeDB.Net.Driver@0.3.0``

0 commit comments

Comments
 (0)