Skip to content

Commit cc0a927

Browse files
committed
Create separate resources page
Move info from index page and expand the new page and its content.
1 parent 8178b08 commit cc0a927

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

docs/index.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,5 @@ gateway for multiple [Trino](https://trino.io) clusters.
1919

2020
![High-level architecture](assets/high-level-architecture.png)
2121

22-
## Other resources
23-
24-
* [Trino Gateway announcement blog post](https://trino.io/blog/2023/09/28/trino-gateway)
25-
* Trino Gateway - because one Trino cluster is not enough
26-
* Presented by Will Morrison and Manfred Moser at Open Source Data Summit
27-
in October 2024
28-
* :fontawesome-brands-youtube:{ .youtube } [Video recording](https://youtu.be/5Q7xjtuz8Ig)
29-
* [Slide deck](./assets/misc/trino-gateway-at-osds-2024.pdf)
30-
* Many clusters and only one gateway:
31-
* Project announcement and overview at Trino Summit 2023 with use cases
32-
from Bloomberg and Naver
33-
* :fontawesome-brands-youtube:{ .youtube } [Video recording](https://www.youtube.com/watch?v=2qwBcKmQSn0)
34-
* [Slide deck](./assets/misc/tgw-trino-summit-2023.pdf)
35-
* [Slide deck about Trino Gateway status](./assets/misc/trino-gateway-status-at-tcc-202406.pdf)
36-
for Trino Contributor Congregation in June 2024
37-
22+
Find more information in our [resources page](resources.md), the
23+
[users page](users.md), and the rest of the documentation.

docs/resources.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Resources
2+
3+
The following list contains public information about Trino Gateway such as blog
4+
posts, presentations, or available videos. Information about organizations using
5+
Trino Gateway is available on the [users page](users.md).
6+
7+
Newest entries are on top of the list.
8+
9+
* Trino Gateway - because one Trino cluster is not enough
10+
* Presented by Will Morrison and Manfred Moser at Open Source Data Summit
11+
in October 2024
12+
* :fontawesome-brands-youtube:{ .youtube } [Video recording](https://youtu.be/5Q7xjtuz8Ig)
13+
* [Slide deck](./assets/misc/trino-gateway-at-osds-2024.pdf)
14+
* Many clusters and only one gateway:
15+
* Project announcement and overview at Trino Summit 2023 with use cases
16+
from Bloomberg and Naver
17+
* :fontawesome-brands-youtube:{ .youtube } [Video recording](https://www.youtube.com/watch?v=2qwBcKmQSn0)
18+
* [Slide deck](./assets/misc/tgw-trino-summit-2023.pdf)
19+
* [Slide deck about Trino Gateway status](./assets/misc/trino-gateway-status-at-tcc-202406.pdf)
20+
for Trino Contributor Congregation in June 2024
21+
* [Trino Gateway announcement blog post](https://trino.io/blog/2023/09/28/trino-gateway)
22+

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ markdown_extensions:
7979
nav:
8080
- Home:
8181
- Overview: index.md
82+
- Resources: resources.md
8283
- Users: users.md
8384
- Release notes: release-notes.md
8485
- Get started:

0 commit comments

Comments
 (0)