Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a178610

Browse filesBrowse files
monicatangfacebook-github-bot
authored andcommitted
delete legacy API docs (with broken links)
Reviewed By: lynnshaoyu Differential Revision: D71768370 fbshipit-source-id: 141c2508f1f8144eca6cb0f2bd140891a2ca134b
1 parent 78e1499 commit a178610
Copy full SHA for a178610

6 files changed

+3-41Lines changed: 3 additions & 41 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎website/docs/api-reference/legacy-apis/legacy-apis.md‎

Copy file name to clipboardExpand all lines: website/docs/api-reference/legacy-apis/legacy-apis.md
-18Lines changed: 0 additions & 18 deletions
This file was deleted.
Collapse file

‎website/docs/migration-and-compatibility/relay-hooks-and-legacy-container-apis.md‎

Copy file name to clipboardExpand all lines: website/docs/migration-and-compatibility/relay-hooks-and-legacy-container-apis.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import DocsRating from '@site/src/core/DocsRating';
1717

1818
## Compatibility between Relay Hooks and Containers
1919

20-
Relay Hooks are fully compatible with Relay's [container-based APIs](../../api-reference/legacy-apis/), meaning that containers can render components that use Hooks, and vice-versa.
20+
Relay Hooks are fully compatible with Relay's container-based APIs, meaning that containers can render components that use Hooks, and vice-versa.
2121

2222
This means that you can adopt Relay Hooks incrementally, either by using them exclusively for new code, or by migrating specific parts of your app, without affecting the rest of your existing application.
2323

Collapse file

‎website/sidebars.js‎

Copy file name to clipboardExpand all lines: website/sidebars.js
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ module.exports = {
229229
],
230230
},
231231
'api-reference/graphql/graphql-directives',
232-
'api-reference/legacy-apis/legacy-apis',
233232
],
234233
'Testing and Debugging': [
235234
'guides/testing-relay-components',
Collapse file

‎website/versioned_docs/version-v18.0.0/api-reference/legacy-apis/legacy-apis.md‎

Copy file name to clipboardExpand all lines: website/versioned_docs/version-v18.0.0/api-reference/legacy-apis/legacy-apis.md
-18Lines changed: 0 additions & 18 deletions
This file was deleted.
Collapse file

‎website/versioned_docs/version-v18.0.0/migration-and-compatibility/relay-hooks-and-legacy-container-apis.md‎

Copy file name to clipboardExpand all lines: website/versioned_docs/version-v18.0.0/migration-and-compatibility/relay-hooks-and-legacy-container-apis.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import DocsRating from '@site/src/core/DocsRating';
1717

1818
## Compatibility between Relay Hooks and Containers
1919

20-
Relay Hooks are fully compatible with Relay's [container-based APIs](../../api-reference/legacy-apis/), meaning that containers can render components that use Hooks, and vice-versa.
20+
Relay Hooks are fully compatible with Relay's container-based APIs, meaning that containers can render components that use Hooks, and vice-versa.
2121

2222
This means that you can adopt Relay Hooks incrementally, either by using them exclusively for new code, or by migrating specific parts of your app, without affecting the rest of your existing application.
2323

Collapse file

‎website/versioned_sidebars/version-v18.0.0-sidebars.json‎

Copy file name to clipboardExpand all lines: website/versioned_sidebars/version-v18.0.0-sidebars.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@
119119
"api-reference/relay-resolvers/runtime-functions"
120120
]
121121
},
122-
"api-reference/graphql/graphql-directives",
123-
"api-reference/legacy-apis/legacy-apis"
122+
"api-reference/graphql/graphql-directives"
124123
],
125124
"Testing and Debugging": [
126125
"guides/testing-relay-components",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.