Skip to content

Commit abf67c2

Browse files
bigfootjonfacebook-github-bot
authored andcommitted
Stop using fb-only markers in delete mode (example)
Differential Revision: D90421387
1 parent 30caed3 commit abf67c2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

website/docs/FbFakeContent.mdx

Whitespace-only changes.

website/docs/api-reference/hooks/use-pagination-fragment.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ keywords:
1111
import DocsRating from '@site/src/core/DocsRating';
1212
import {OssOnly, FbInternalOnly} from 'docusaurus-plugin-internaldocs-fb/internal';
1313
// @fb-only
14+
import FbFakeContent as FbUsePaginationFragmentReturnValue from '../../FbFakeContent.mdx'; // @oss-only
1415

1516
## `usePaginationFragment`
1617

@@ -93,7 +94,7 @@ module.exports = FriendsList;
9394
### Return Value
9495
9596
<FbInternalOnly>
96-
// @fb-only
97+
<FbUsePaginationFragmentReturnValue />
9798
</FbInternalOnly>
9899
99100
<OssOnly>

0 commit comments

Comments
 (0)