Desktop plugin development workflow

Summary: Updated docs describing workflow for creating Flipper desktop plugins

Reviewed By: passy

Differential Revision: D21129688

fbshipit-source-id: 68921e5d3784e3ab6b3e8397199b10101348a86a
This commit is contained in:
Anton Nikolaev
2020-04-23 05:55:19 -07:00
committed by Facebook GitHub Bot
parent 9b99d58acc
commit e165c2cd95
4 changed files with 148 additions and 45 deletions

View File

@@ -34,10 +34,10 @@
"title": "Clients and Plugins"
},
"extending/js-plugin-api": {
"title": "JavaScript Plugin API"
"title": "Desktop Plugin API"
},
"extending/js-setup": {
"title": "JavaScript Plugin Definition"
"title": "Desktop Plugin Development"
},
"extending/layout-inspector": {
"title": "Extending Layout Inspector"
@@ -187,8 +187,8 @@
"sidebar_label": "Publishing"
},
"tutorial/js-setup": {
"title": "Building a Flipper desktop plugin",
"sidebar_label": "Building a desktop plugin"
"title": "Building a Desktop Plugin",
"sidebar_label": "Building a Desktop Plugin"
},
"tutorial/js-table": {
"title": "Showing a table"