Skip to content

Commit

Permalink
update link checking exceptions and add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow authored and hwillson committed Jul 13, 2020
1 parent 761abd8 commit 38fb7ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
},
checkLinksOptions: {
exceptions: [
'/api/apollo-client/',
'/api/core/ApolloClient/',
'/v2.6/api/apollo-client/',
'/v2.5/api/apollo-client/',
'/v2.4/api/apollo-client/',
Expand Down
3 changes: 3 additions & 0 deletions docs/static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Remove 'Recompose patterns' article
/docs/react/development-testing/recompose/ /docs/react/

# Client 3.0 changes
/docs/react/api/apollo-client/ /docs/react/api/core/ApolloClient/

# Apollo Client Information Architecture refresh
# https://github.com/apollographql/apollo-client/pull/5321
/docs/react/features/error-handling/ /docs/react/data/error-handling/
Expand Down

0 comments on commit 38fb7ff

Please sign in to comment.