You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the @apollo/federation and @apollo/gateway packages have moved here (which #134 accomplishes), we need to also move their documentation over here to keep the code and documentation relatively lock-step.
We should probably do a brief review of the existing information architecture during that move, but it might be as simple as moving the /federation subdirectory over here along with the appropriate gatsby-config.js and corresponding deploy changes.
Next step
Coordinate with our wonderful DX team to see if they have any input on this.
Known action items
Move documentation here
Setup Netlify deployments
Re-sync changes from apollo-server's docs/source/federation directory
This brings the existing documentation and its supporting infrastructure (in
this case, modeled after the Apollo Server repository, but this is standard
"Apollo infrastructure" in the general sense) to the Federation repository
where it can live alongside the code that was migrated over in
#134.
Related: #142
Related: #143
… repo. (#158)
This brings the existing documentation and its supporting infrastructure (in
this case, modeled after the Apollo Server repository, but this is standard
"Apollo infrastructure" in the general sense) to the Federation repository
where it can live alongside the code that was migrated over in
#134.
Related: #142
Related: #143
Follows up #134
The federation documentation lives on the web at https://www.apollographql.com/docs/apollo-server/federation/introduction/ and in GitHub at https://github.com/apollographql/apollo-server/tree/main/docs/source/federation.
Once the
@apollo/federation
and@apollo/gateway
packages have moved here (which #134 accomplishes), we need to also move their documentation over here to keep the code and documentation relatively lock-step.We should probably do a brief review of the existing information architecture during that move, but it might be as simple as moving the
/federation
subdirectory over here along with the appropriategatsby-config.js
and corresponding deploy changes.Next step
Known action items
apollo-server
'sdocs/source/federation
directory/docs/federation
using ourwebsite-router
(private) repository./docs/apollo-server/federation/
URLs usingapollo-server
'sdocs/static/_redirects
file.The text was updated successfully, but these errors were encountered: