diff --git a/topics/appendix/tools/ide_tooling/internal_actions/internal_actions_intro.md b/topics/appendix/tools/ide_tooling/internal_actions/internal_actions_intro.md index 2a3240220..771e58ce5 100644 --- a/topics/appendix/tools/ide_tooling/internal_actions/internal_actions_intro.md +++ b/topics/appendix/tools/ide_tooling/internal_actions/internal_actions_intro.md @@ -1,6 +1,8 @@ -[//]: # (title: Internal Actions Menu) + - +# Internal Actions Menu + +Introduction to Internal Actions helping to develop, debug and test plugins. The Tools | Internal Actions menu provides plugin developers with a suite of tools to help develop, debug, and test their IntelliJ Platform plugins. @@ -13,4 +15,4 @@ The Tools | Internal Actions menu provides plugin developers Click on the following topics to learn more about the _Internal Actions_ menu. * [Enabling Internal Mode](enabling_internal.md) provides instructions for enabling the Internal Actions menu in IntelliJ IDEA. -* [UI Tools](internal_ui_sub.md) has information about some of the Internal Actions menu tools for inspecting and testing plugin UI. +* [UI Tools](internal_ui_sub.md) has information about some Internal Actions menu tools for inspecting and testing plugin UI. diff --git a/topics/basics/plugin_structure/plugin_icon_file.md b/topics/basics/plugin_structure/plugin_icon_file.md index 62dc1ff55..5e336fa45 100644 --- a/topics/basics/plugin_structure/plugin_icon_file.md +++ b/topics/basics/plugin_structure/plugin_icon_file.md @@ -1,6 +1,8 @@ + + # Plugin Logo - +Plugin logo requirements and best practices. Beginning in version 2019.1, the IntelliJ Platform supports representing a plugin with a logo. A _Plugin Logo_ is intended to be a unique representation of a plugin's functionality, technology, or company. diff --git a/topics/basics/project_structure.md b/topics/basics/project_structure.md index 63d008aee..9d2e5bcf3 100644 --- a/topics/basics/project_structure.md +++ b/topics/basics/project_structure.md @@ -1,8 +1,10 @@ -[//]: # (title: Project Structure) + - +# Project Structure - +Introduction to project structure and components. + +[//]: # (TODO: split into parts accordingly to the table of contents) This topic considers the concept of projects based on the IntelliJ Platform and related subjects, such as _modules_, _facets_, _libraries_, and _SDK_. The project structure and Java classes available to manage projects and modules are discussed. diff --git a/topics/intellij-sdk-docs-original_CODE_OF_CONDUCT.md b/topics/intellij-sdk-docs-original_CODE_OF_CONDUCT.md index 212269204..505de028b 100644 --- a/topics/intellij-sdk-docs-original_CODE_OF_CONDUCT.md +++ b/topics/intellij-sdk-docs-original_CODE_OF_CONDUCT.md @@ -1,6 +1,8 @@ + + # Code of Conduct - +The Code of Conduct reference link. The JetBrains Open Source and Community Code of Conduct. diff --git a/topics/products/phpstorm/php_open_api.md b/topics/products/phpstorm/php_open_api.md index e5899febc..8cd5262c0 100644 --- a/topics/products/phpstorm/php_open_api.md +++ b/topics/products/phpstorm/php_open_api.md @@ -1,6 +1,8 @@ -[//]: # (title: PHP Open API) + - +# PHP Open API + +Introduction to PHP Open API. > Please join the dedicated [intellij-php](https://jetbrains-platform.slack.com/archives/C5P9YB0LT/p1653913208725609) Slack channel to discuss PHP related plugin development. > diff --git a/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md b/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md index 79655c5ac..f4d595af7 100644 --- a/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md +++ b/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md @@ -1,6 +1,8 @@ + + # External System Integration - +Overview and introduction to implementing an External System (e.g., Maven, Gradle, sbt) support. This page provides a high-level overview of the *External System* sub-system. There are multiple project management systems ([Apache Maven](https://maven.apache.org/), [Gradle](https://www.gradle.org/), [sbt](https://www.scala-sbt.org/), etc.) and IntelliJ Platform provides a mechanism to support them in IDEs. diff --git a/topics/reference_guide/project_model/library.md b/topics/reference_guide/project_model/library.md index fd9de6f20..cf3af98be 100644 --- a/topics/reference_guide/project_model/library.md +++ b/topics/reference_guide/project_model/library.md @@ -1,6 +1,8 @@ -[//]: # (title: Library) + - +# Library + +Accessing and managing libraries. diff --git a/topics/tutorials/file_and_code_templates/providing_file_templates.md b/topics/tutorials/file_and_code_templates/providing_file_templates.md index 9fd3007f7..6257b4768 100644 --- a/topics/tutorials/file_and_code_templates/providing_file_templates.md +++ b/topics/tutorials/file_and_code_templates/providing_file_templates.md @@ -1,6 +1,8 @@ + + # Providing File and Code Templates - +Creating file templates and assigning them to categories. The IntelliJ Platform allows plugins to provide custom file templates specific to the plugin's functionalities. In order to include custom templates in the plugin, a template file has to be created and placed in the specific place of plugin resources, depending on the template's purpose. diff --git a/topics/tutorials/file_and_code_templates/using_file_templates.md b/topics/tutorials/file_and_code_templates/using_file_templates.md index 4d745c8ca..9eeb8407e 100644 --- a/topics/tutorials/file_and_code_templates/using_file_templates.md +++ b/topics/tutorials/file_and_code_templates/using_file_templates.md @@ -1,6 +1,8 @@ + + # Using File Templates Programmatically - +Using file templates programmatically from actions and other IDE features. File templates provided by a plugin can be used during new file creation, in code intention actions, or other plugin features. They can be accessed with the