From 2e17c68bc906711cea2c9b4558ae6bb98933dd17 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 12 Jan 2021 22:22:11 +0100 Subject: [PATCH] README update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5e40fb..30d2d32 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ If you're still not quite sure what this is all about, read our introduction: [W > **TIP**: Click the Watch button on the top to be notified about releases containing new features and fixes. + +### Table of contents + In this README, we will highlight the following elements of template-project creation: - [Gradle configuration](#gradle-configuration) @@ -128,6 +131,7 @@ In addition to the configuration files, the most crucial part is the `src` direc ## Plugin configuration file + The plugin configuration file is a [plugin.xml][file:plugin.xml] file located in the `src/main/resources/META-INF` directory. It provides general information about the plugin, its dependencies, extensions, and listeners. ```xml