Combine the two pages describing sending data

Summary: send data was documented twice, in the general client API, and in the internal docs where it was specifically combined with obtaining a plugin instance. However, that is a proper public API as well, so combined those two.

Reviewed By: nikoant

Differential Revision: D25588059

fbshipit-source-id: 7135a74b64a87d0c8c3f8f20f7f260469f52d41c
This commit is contained in:
Michel Weststrate
2020-12-17 05:05:23 -08:00
committed by Facebook GitHub Bot
parent dc50fb3f63
commit a9ad932955
3 changed files with 46 additions and 44 deletions

View File

@@ -96,7 +96,6 @@ module.exports = {
],
'Client plugin APIs': [
'extending/create-plugin',
'extending/send-data',
'extending/error-handling',
'extending/testing',
'extending/arch',