plugin_components.md: mark clearly as deprecated

This commit is contained in:
Yann Cébron 2024-07-02 15:57:35 +02:00
parent 02b8b0b47b
commit 7cbbae6671

View File

@ -1,6 +1,7 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Components # Components (Deprecated)
<primary-label ref="Deprecated"/>
<link-summary>Migrating deprecated plugin components to the current solutions.</link-summary> <link-summary>Migrating deprecated plugin components to the current solutions.</link-summary>
@ -16,7 +17,7 @@ Plugin Components are defined in the `<application-components>`, `<project-compo
## Migration ## Migration
To migrate existing code from Components to more modern APIs, please see the following guidelines. To migrate existing code from Components to modern APIs, see the following guidelines.
### Manage State ### Manage State