Skip to content

Commit c5935bf

Browse files
authored
v7 gateway link (#2086)
1 parent 0302ed1 commit c5935bf

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.changeset/tiny-dingos-help.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
5+
Link to /hive/gateway even from websites without current @theguild/components

.github/workflows/pr.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ on:
44
pull_request: {}
55

66
jobs:
7-
dependencies:
8-
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
9-
secrets:
10-
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
7+
# Dotan commented this out on `main` 7 months ago in
8+
# https://github.com/the-guild-org/docs/commit/d4d3f454587dcc09d6931cf3cd3df1c9c48ece76
9+
# and we also don't need it on `v7`.
10+
# dependencies:
11+
# uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
12+
# secrets:
13+
# githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
1114

1215
canary:
1316
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main

packages/components/src/products.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const PRODUCTS: Record<ProductType, ProductInfo> = {
7676
name: 'Hive Gateway',
7777
title:
7878
'GraphQL Gateway (Router) for federated GraphQL with Subscriptions support and built-in security features',
79-
href: 'https://the-guild.dev/graphql/hive/docs/gateway',
79+
href: 'https://the-guild.dev/graphql/hive/gateway',
8080
logo: HiveGatewayIcon,
8181
primaryColor: '#ffb21d',
8282
},
-163 Bytes
Loading
198 Bytes
Loading
-217 Bytes
Loading

0 commit comments

Comments
 (0)