From 0149296fc18a33ee3e17f20b40e2fc74209b5fe0 Mon Sep 17 00:00:00 2001 From: John Knox Date: Fri, 3 May 2019 07:07:40 -0700 Subject: [PATCH] Reorder extending sidebar Summary: JS pages first, then client pages. Would be nice if we had some sort of separator, but I think you can only have two levels. Reviewed By: danielbuechele Differential Revision: D15198312 fbshipit-source-id: 6c9f8d8775f513a55c256366448faed13b671767 --- docs/extending/send-data.md | 2 +- website/i18n/en.json | 2 +- website/sidebars.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extending/send-data.md b/docs/extending/send-data.md index df097c9b9..315d598ba 100644 --- a/docs/extending/send-data.md +++ b/docs/extending/send-data.md @@ -1,6 +1,6 @@ --- id: send-data -title: Providing data to plugins +title: Providing Data to Plugins --- It is often useful to get an instance of a Flipper plugin to send data to it. Flipper makes this simple with built-in support. diff --git a/website/i18n/en.json b/website/i18n/en.json index 0c6f304e2..65c8054f1 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -43,7 +43,7 @@ "title": "Searching and Filtering" }, "extending/send-data": { - "title": "Providing data to plugins" + "title": "Providing Data to Plugins" }, "extending/styling-components": { "title": "Styling Components" diff --git a/website/sidebars.json b/website/sidebars.json index 449af2f7a..899322cf0 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -36,9 +36,9 @@ "extending/create-table-plugin", "extending/ui-components", "extending/styling-components", + "extending/search-and-filter", "extending/create-plugin", "extending/send-data", - "extending/search-and-filter", "extending/error-handling", "extending/testing" ],