Switch from DocumentationProvider to DocumentationTargetProvider (#1037)

* Include docs for Documentation Target API
* Rearrange the page to combine it with the deprecated Documentation Provider API
* Update API changes page
* Add notes to the language tutorial
* Include suggestions from Karol and Yann
This commit is contained in:
Patrick Scheibe 2023-04-27 14:13:13 +02:00 committed by GitHub
parent ec1bfebdf2
commit 79c236498c

View File

@ -10,6 +10,12 @@ import org.jetbrains.annotations.Nullable;
import java.util.List; import java.util.List;
/**
* Please note, it is recommended to utilize the new DocumentationTarget API for
* plugins targeting IntelliJ Platform version 2023.1 or later.
*
* @see <a href="https://plugins.jetbrains.com/docs/intellij/documentation.html">Documentation (IntelliJ Platform Docs)</a>
*/
public class SimpleDocumentationProvider extends AbstractDocumentationProvider { public class SimpleDocumentationProvider extends AbstractDocumentationProvider {
/** /**