From 85b248c476434c7b20145da92b4da10352e8071c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 8 May 2025 16:24:58 +0200 Subject: [PATCH] faq.md: repurpose --- topics/basics/faq.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index d2e57c8a2..25373e4b7 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -2,12 +2,16 @@ # Plugin Development FAQ -List of plugin development forum topics with frequently asked questions. +Miscellaneous frequently asked questions. -This FAQ is a topical index of questions that have been asked (and answered) on the archived -[IntelliJ IDEA Open API and Plugin Development forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development). -See [](getting_help.topic#problems-with-code-support-issues) on how to post new questions. +This page contains miscellaneous FAQs. See [](getting_help.topic#problems-with-code-support-issues) on how to post new questions. +> Other common FAQs: +> - [](ide_infrastructure.md) +> - [](ui_faq.md) +> - [](testing_faq.md) +> - [](tools_intellij_platform_gradle_plugin_faq.md) +> > See also [](explore_api.md) for more information and strategies. >