diff --git a/topics/basics/plugin_alternatives.md b/topics/basics/plugin_alternatives.md index 045482e13..94a0fa489 100644 --- a/topics/basics/plugin_alternatives.md +++ b/topics/basics/plugin_alternatives.md @@ -2,6 +2,8 @@ +Alternative strategies and tools to avoid building a "full" plugin. + In some cases, implementing an actual IntelliJ Platform plugin can be overkill, and using one of the alternative approaches listed below may provide you with the required value in a much shorter time. If you need a functionality that is specific to your project domain, conventions, or practices, you can avoid all the steps that are required to implement and publish a plugin and provide these features as a part of your project or IDE configuration files. diff --git a/topics/intro/about.md b/topics/intro/about.md index b33f066c1..c31ad6b8c 100644 --- a/topics/intro/about.md +++ b/topics/intro/about.md @@ -2,6 +2,8 @@ +Introduction and summary overview of contents. + This guide is split into several parts, similar to a textbook. Each one builds on the content of the previous section, but it is not necessary to read the guide in order. The [Key Topics](key_topics.md) page aims to link to the pages that are necessary to be able to understand the architecture and get started building plugins. diff --git a/topics/intro/intellij_platform.md b/topics/intro/intellij_platform.md index f145607a8..3b6de06c3 100644 --- a/topics/intro/intellij_platform.md +++ b/topics/intro/intellij_platform.md @@ -2,6 +2,8 @@ +Introduction to the IntelliJ Platform, plugins, and IDEs based on it. + The IntelliJ Platform is not a product in and of itself but provides a platform for building IDEs. It is used to power JetBrains products such as [IntelliJ IDEA](https://www.jetbrains.com/idea/). It is also Open Source and can be used by third parties to build IDEs, such as [Android Studio](https://developer.android.com/studio/index.html) from Google.