Update public docs to use Sandy
Summary: This updates the docs of Flipper to use Sandy, rather than `FlipperPlugin` class. Restructured the docs a bit as a result. Reviewed By: passy Differential Revision: D24991285 fbshipit-source-id: 66d5760c25cf9cf3983515433dfd64348d51db3d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
da6d6593a5
commit
cc438e60ad
@@ -63,12 +63,10 @@ module.exports = {
|
||||
'tutorial/js-custom',
|
||||
'tutorial/js-publishing',
|
||||
],
|
||||
// start-internal-sidebars-example
|
||||
'Plugin Development': [
|
||||
'extending/js-setup',
|
||||
'extending/js-plugin-api',
|
||||
'extending/flipper-plugin',
|
||||
'extending/create-table-plugin',
|
||||
'extending/ui-components',
|
||||
'extending/styling-components',
|
||||
'extending/search-and-filter',
|
||||
'extending/create-plugin',
|
||||
@@ -77,12 +75,14 @@ module.exports = {
|
||||
'extending/error-handling',
|
||||
'extending/testing',
|
||||
'extending/debugging',
|
||||
'extending/desktop-plugins',
|
||||
'extending/flipper-plugin',
|
||||
...fbInternalOnly([
|
||||
'extending/fb/desktop-plugin-releases',
|
||||
]),
|
||||
],
|
||||
'Deprecated APIs': [
|
||||
'extending/ui-components',
|
||||
'extending/js-plugin-api',
|
||||
],
|
||||
// end-internal-sidebars-example
|
||||
'Other Platforms': [
|
||||
'extending/new-clients',
|
||||
|
||||
Reference in New Issue
Block a user