From ea726574e59aa7de945c57fa2d487570b2545f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 8 Jan 2018 15:49:24 +0100 Subject: [PATCH] =?UTF-8?q?"How=20To=20Plugin"=20=E2=86=92=20"Writing=20Pl?= =?UTF-8?q?ugins"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/src/docs/{how-to-plugin.md => writing-plugins.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename website/src/docs/{how-to-plugin.md => writing-plugins.md} (99%) diff --git a/website/src/docs/how-to-plugin.md b/website/src/docs/writing-plugins.md similarity index 99% rename from website/src/docs/how-to-plugin.md rename to website/src/docs/writing-plugins.md index 9af9538ee..454e8d467 100644 --- a/website/src/docs/how-to-plugin.md +++ b/website/src/docs/writing-plugins.md @@ -1,7 +1,7 @@ --- type: docs -title: "How To Make A Plugin" -permalink: docs/how-to-plugin/ +title: "Writing Plugins" +permalink: docs/writing-plugins/ order: 20 ---