Add missing <link-summary>

This commit is contained in:
Karol Lewandowski 2023-03-29 11:25:03 +02:00
parent edb4f3df17
commit 43917d461b
9 changed files with 33 additions and 15 deletions

View File

@ -1,6 +1,8 @@
[//]: # (title: Internal Actions Menu) <!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> # Internal Actions Menu
<link-summary>Introduction to Internal Actions helping to develop, debug and test plugins.</link-summary>
The <ui-path>Tools | Internal Actions</ui-path> menu provides plugin developers with a suite of tools to help develop, debug, and test their IntelliJ Platform plugins. The <ui-path>Tools | Internal Actions</ui-path> menu provides plugin developers with a suite of tools to help develop, debug, and test their IntelliJ Platform plugins.
@ -13,4 +15,4 @@ The <ui-path>Tools | Internal Actions</ui-path> menu provides plugin developers
Click on the following topics to learn more about the _Internal Actions_ menu. 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. * [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.

View File

@ -1,6 +1,8 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Plugin Logo # Plugin Logo
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <link-summary>Plugin logo requirements and best practices.</link-summary>
Beginning in version 2019.1, the IntelliJ Platform supports representing a plugin with a logo. 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. A _Plugin Logo_ is intended to be a unique representation of a plugin's functionality, technology, or company.

View File

@ -1,8 +1,10 @@
[//]: # (title: Project Structure) <!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> # Project Structure
<!--TODO split into parts accordingly to the table of contents--> <link-summary>Introduction to project structure and components.</link-summary>
[//]: # (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_. 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. The project structure and Java classes available to manage projects and modules are discussed.

View File

@ -1,6 +1,8 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Code of Conduct # Code of Conduct
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <link-summary>The Code of Conduct reference link.</link-summary>
<tldr>The JetBrains Open Source and Community Code of Conduct.</tldr> <tldr>The JetBrains Open Source and Community Code of Conduct.</tldr>

View File

@ -1,6 +1,8 @@
[//]: # (title: PHP Open API) <!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> # PHP Open API
<link-summary>Introduction to PHP Open API.</link-summary>
> Please join the dedicated [intellij-php](https://jetbrains-platform.slack.com/archives/C5P9YB0LT/p1653913208725609) Slack channel to discuss PHP related plugin development. > Please join the dedicated [intellij-php](https://jetbrains-platform.slack.com/archives/C5P9YB0LT/p1653913208725609) Slack channel to discuss PHP related plugin development.
> >

View File

@ -1,6 +1,8 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# External System Integration # External System Integration
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <link-summary>Overview and introduction to implementing an External System (e.g., Maven, Gradle, sbt) support.</link-summary>
This page provides a high-level overview of the *External System* sub-system. 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. 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.

View File

@ -1,6 +1,8 @@
[//]: # (title: Library) <!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> # Library
<link-summary>Accessing and managing libraries.</link-summary>
<tldr> <tldr>

View File

@ -1,6 +1,8 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Providing File and Code Templates # Providing File and Code Templates
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <link-summary>Creating file templates and assigning them to categories.</link-summary>
The IntelliJ Platform allows plugins to provide custom file templates specific to the plugin's functionalities. 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. 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.

View File

@ -1,6 +1,8 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Using File Templates Programmatically # Using File Templates Programmatically
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <link-summary>Using file templates programmatically from actions and other IDE features.</link-summary>
File templates provided by a plugin can be used during new file creation, in code intention actions, or other plugin 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 They can be accessed with the