new sub-folder 'Building a Desktop Plugin' (Creating Plugins)

Summary:
Major changes to js-custom.mdx

The content for the following pages is moved to the new sub-folder 'Building a Desktop Plugin':
* js-custom.mdx
* js-setup.mdx
* js-table.mdx

The Title and Sidebar labels have been changed accordingly.

Changes made to sidebar.js,

Reviewed By: lblasa

Differential Revision: D36415874

fbshipit-source-id: 8f1634abc1459d1905da62a1b76bac4b621d0da5
This commit is contained in:
Kevin Strider
2022-05-19 04:31:06 -07:00
committed by Facebook GitHub Bot
parent 24864d645e
commit 81d21c6e8b
4 changed files with 116 additions and 105 deletions

View File

@@ -1,7 +1,7 @@
---
id: js-table
title: Showing a table
sidebar_label: Desktop Plugin - Table
title: Building a Desktop Plugin - Showing a Table
sidebar_label: Showing a Table
---
import useBaseUrl from '@docusaurus/useBaseUrl';
import Link from '@docusaurus/Link';