diff --git a/Home.md b/Home.md index 78096b2..e2779e3 100644 --- a/Home.md +++ b/Home.md @@ -10,4 +10,9 @@ Welcome to the e107 wiki! ## Development Guide * [Preparing your v1.x plugins for v2.x](https://github.com/e107inc/e107/wiki/Preparing-your-v1.x-plugins-for-v2.x) * [Preparing your v1.x themes for v2.x](https://github.com/e107inc/e107/wiki/Preparing-your-v1.x-themes-for-v2.x) +* [Creating a plugin for v2.x](https://github.com/e107inc/e107/wiki/Creating-a-plugin-for-v2.x) +* [Creating a theme for v2.x](https://github.com/e107inc/e107/wiki/Creating-a-theme-for-v2.x) +### Advanced + +* [Creating a custom script](https://github.com/e107inc/e107/wiki/Creating-a-custom-script)