welcome.topic: use <card>

This commit is contained in:
Yann Cébron 2025-03-11 15:25:47 +01:00
parent 62a8652951
commit d44006600b

View File

@ -13,54 +13,71 @@
</description> </description>
<spotlight> <spotlight>
<a href="plugins_quick_start.md" type="start" <card href="plugins_quick_start.md" badge="start"
summary="Basics of working with the IntelliJ Platform and creating plugins."/> summary="Basics of working with the IntelliJ Platform and creating plugins."/>
<a href="about.md" type="library" summary="Introduction and overview of contents.">The IntelliJ <card href="about.md" badge="library"
Platform SDK</a> summary="Introduction and overview of contents.">The IntelliJ Platform SDK
</card>
</spotlight> </spotlight>
<primary> <primary>
<title>Get started</title> <title>Get started</title>
<a href="developing_plugins.md" type="development" summary="Get started building IDE plugins."/> <card href="developing_plugins.md" badge="development"
<a href="themes_getting_started.md" type="creative" summary="Customize the IDE appearance.">Developing a summary="Get started building IDE plugins."/>
Theme</a> <card href="themes_getting_started.md" badge="creative"
summary="Customize the IDE appearance.">Developing a Theme
</card>
</primary> </primary>
<secondary> <secondary>
<title>Explore and Learn</title> <title>Explore and Learn</title>
<a href="getting_help.topic" type="community" <card href="getting_help.topic" badge="community"
summary="Join our community of plugin developers, ask questions and provide feedback."/> summary="Join our community of plugin developers, ask questions and provide feedback."/>
<a href="explore_api.md" type="search" summary="Strategies and tools for exploring the API."/> <card href="explore_api.md" badge="search"
<a href="useful_links.md" summary="Useful tooling, plugins and repositories."/> summary="Strategies and tools for exploring the API."/>
<a href="learning_resources.md" summary="Articles and webinars about plugin development."/> <card href="useful_links.md"
<a href="https://blog.jetbrains.com/platform/" summary="Useful tooling, plugins and repositories."/>
summary="All about plugin and extension development for JetBrains products.">JetBrains Platform Blog</a> <card href="learning_resources.md"
<a href="https://www.youtube.com/playlist?list=PLQ176FUIyIUZRWGCFY7G9V5zaM00THymY" summary="Articles and webinars about plugin development."/>
summary="YouTube playlist with recorded webinars.">Busy Plugin Developers - Playlist</a> <card href="https://blog.jetbrains.com/platform/"
summary="All about plugin and extension development for JetBrains products.">JetBrains Platform Blog
</card>
<card href="https://www.youtube.com/playlist?list=PLQ176FUIyIUZRWGCFY7G9V5zaM00THymY"
summary="YouTube playlist with recorded webinars.">Busy Plugin Developers - Playlist
</card>
</secondary> </secondary>
<misc> <misc>
<cards> <cards>
<title>Staying up to date</title> <title>Staying up to date</title>
<a href="content_updates.md" summary="Latest updates to the documentation."/> <card href="content_updates.md"
<a href="https://jb.gg/mp-updates" summary="Subscribe to receive news and announcements.">Marketplace summary="Latest updates to the documentation."/>
Developer News</a> <card href="https://jb.gg/mp-updates"
summary="Subscribe to receive news and announcements.">Marketplace Developer News
</card>
</cards> </cards>
<cards narrow="true"> <cards narrow="true">
<title>Tracking API Changes</title> <title>Tracking API Changes</title>
<a href="verifying_plugin_compatibility.md" summary="Using Plugin Verifier and IDE features.">Compatibility <card href="verifying_plugin_compatibility.md"
Tooling</a> summary="Using Plugin Verifier and IDE features.">Compatibility Tooling
<a href="api_changes_list.md" summary="Known breaking changes.">Incompatible API Changes</a> </card>
<a href="api_notable.md" summary="Notable changes and new features.">Notable API Changes</a> <card href="api_changes_list.md"
summary="Known breaking changes.">Incompatible API Changes
</card>
<card href="api_notable.md"
summary="Notable changes and new features.">Notable API Changes
</card>
</cards> </cards>
<cards> <cards>
<title>Tools</title> <title>Tools</title>
<a href="https://jb.gg/ipe" summary="Explore extensions and listeners in open source plugins.">IntelliJ <card href="https://jb.gg/ipe"
Platform Explorer</a> summary="Explore extensions and listeners in open source plugins.">IntelliJ Platform Explorer
<a href="https://plugins.jetbrains.com/plugin-ideas/" </card>
summary="Browse and vote on suggestions for new plugins.">Plugin Ideas</a> <card href="https://plugins.jetbrains.com/plugin-ideas/"
summary="Browse and vote on suggestions for new plugins.">Plugin Ideas
</card>
</cards> </cards>
</misc> </misc>