-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add redirects for content no longer in the Gatsby toolchain
* Tutorials should be accessed from ably.com/tutorials * Client library development guides have moved to sdk.ably.com in #1608
- Loading branch information
1 parent
48e5679
commit c70cca7
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# These pages for the client library development guides used to be accessible | ||
# on docs.ably.com, but have moved to sdk.ably.com and are no longer available | ||
# in the Gatsby toolchain. | ||
|
||
/client-lib-development-guide/comet https://sdk.ably.com/builds/ably/specification/main/comet/; | ||
/client-lib-development-guide/encryption https://sdk.ably.com/builds/ably/specification/main/encryption/; | ||
/client-lib-development-guide/feature-prioritisation https://sdk.ably.com/builds/ably/specification/main/feature-prioritisation/; | ||
/client-lib-development-guide/features https://sdk.ably.com/builds/ably/specification/main/features/; | ||
/client-lib-development-guide/protocol https://sdk.ably.com/builds/ably/specification/main/protocol/; | ||
/client-lib-development-guide/test-api https://sdk.ably.com/builds/ably/specification/main/test-api/; | ||
/client-lib-development-guide/versioning https://sdk.ably.com/builds/ably/specification/main/versioning/; | ||
/client-lib-development-guide/websocket https://sdk.ably.com/builds/ably/specification/main/websocket/; | ||
/client-lib-development-guide https://sdk.ably.com/builds/ably/specification/main/; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Redirect pages that used to be available in the nanoc toolchain, back | ||
# to the website where people should be accessing them | ||
|
||
~^/tutorials(.*)$ https://ably.com/tutorials$1; |