Skip to content

Commit

Permalink
chore(docs): rename supported subgraphs to compatible subgraphs (#3088)
Browse files Browse the repository at this point in the history
Renaming page in order to avoid any confusion on what subgraph
implementations are actually supported by Apollo.
  • Loading branch information
dariuszkuc authored Jul 17, 2024
1 parent 672aca7 commit ed9561c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cspell/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ overrides:
- "\\]\\([^)]+\\)"
- "youTubeID=.+/>"
# Ignore user and repo names in GitHub links to supported subgraph libraries.
- filename: '**/supported-subgraphs.md'
- filename: '**/compatible-subgraphs.md'
ignoreRegExpList:
- "Github: <a .+</a>"
4 changes: 2 additions & 2 deletions docs/source/_redirects
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/subgraphs/ /docs/apollo-server/using-federation/apollo-subgraph-setup/
/gateway/ /docs/federation/building-supergraphs/router/
/router/ /docs/federation/building-supergraphs/router/
/supported-subgraphs/ /docs/federation/building-supergraphs/supported-subgraphs/
/other-servers/ /docs/federation/building-supergraphs/supported-subgraphs/
/supported-subgraphs/ /docs/federation/building-supergraphs/compatible-subgraphs/
/other-servers/ /docs/federation/building-supergraphs/compatible-subgraphs/
/federation-spec/ /docs/federation/subgraph-spec/
/building-supergraphs/subgraphs-apollo-server/ /docs/apollo-server/using-federation/apollo-subgraph-setup/
/api/apollo-subgraph /docs/apollo-server/using-federation/api/apollo-subgraph/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Type: Code first | SDL first<br/>
Stars: 4.9k ⭐<br/>
Last Release: 2024-04-22<br/>
<br/>
Federation Library: <a href="https://github.com/apollographql/federation-hotchocolate">apollographql/federation-hotchocolate&nbsp;&nbsp;<img style="display:inline-block; height:1em; width:auto;" alt="Maintained by Apollo" src="https://raw.githubusercontent.com/apollographql/apollo-federation-subgraph-compatibility/d7829ef89441c337749bf6538711a642cfa2689c/docs/assets/horizon_logo.png"/></a>
Federation Library: <a href="https://github.com/apollographql/federation-hotchocolate">apollographql/federation-hotchocolate</a>
</td>
<td>
<table>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Changelog": "/federation-versions",
"Building Your Supergraph": {
"Subgraphs": "/building-supergraphs/subgraphs-overview",
"Supported Subgraph Libraries": "/building-supergraphs/supported-subgraphs",
"Compatible Subgraph Libraries": "/building-supergraphs/compatible-subgraphs",
"Router": "/building-supergraphs/router",
"Apollo Server Subgraphs": "https://apollographql.com/docs/apollo-server/using-federation/apollo-subgraph-setup",
"JetBrains IDE Support": "/building-supergraphs/jetbrains-ide-support"
Expand Down

0 comments on commit ed9561c

Please sign in to comment.