From d8c7edb1f8611d95e6609840ee5dc7d5ecb6461a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:39:39 +0000 Subject: [PATCH 1/2] chore: add plugin dhub-dev.dhub from issue #63 --- data/plugins/dhub-dev.dhub.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/plugins/dhub-dev.dhub.yaml diff --git a/data/plugins/dhub-dev.dhub.yaml b/data/plugins/dhub-dev.dhub.yaml new file mode 100644 index 0000000..830138b --- /dev/null +++ b/data/plugins/dhub-dev.dhub.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://docusaurus.community/schema/plugin/1.0.0.json +id: dhub-dev.dhub +name: "Dhub" +description: "Adds edit links that open Docusaurus content in the Dhub visual MDX editor and emits a route-to-source manifest." +preview: null +website: "https://github.com/dhub-dev/docusaurus-plugin-dhub" +source: "https://github.com/dhub-dev/docusaurus-plugin-dhub" +author: "vrepsys" +tags: + - "integration" + - "editing" +minimumVersion: null +status: "maintained" +npmPackages: + - "docusaurus-plugin-dhub" From cfac6b6241fe9f8c84fb4b2687f3b39158ae8804 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Mon, 20 Jul 2026 10:35:44 +0100 Subject: [PATCH 2/2] Apply suggestion from @vrepsys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Valdemaras Repšys --- data/plugins/dhub-dev.dhub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins/dhub-dev.dhub.yaml b/data/plugins/dhub-dev.dhub.yaml index 830138b..03841fb 100644 --- a/data/plugins/dhub-dev.dhub.yaml +++ b/data/plugins/dhub-dev.dhub.yaml @@ -3,7 +3,7 @@ id: dhub-dev.dhub name: "Dhub" description: "Adds edit links that open Docusaurus content in the Dhub visual MDX editor and emits a route-to-source manifest." preview: null -website: "https://github.com/dhub-dev/docusaurus-plugin-dhub" +website: "https://dhub.dev/docusaurus" source: "https://github.com/dhub-dev/docusaurus-plugin-dhub" author: "vrepsys" tags: