This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/main by this push:
new 4aee9d9d5 docs: link IDEA plugin page to Marketplace and GitHub
releases (#294)
4aee9d9d5 is described below
commit 4aee9d9d5393ff0e5d790b00549cfd139afc25f5
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Apr 29 08:03:59 2026 +0200
docs: link IDEA plugin page to Marketplace and GitHub releases (#294)
Replace the outdated Version notes section with embedded JetBrains
Marketplace card/install widget and a pointer to the GitHub releases
page as the single source of truth for release notes.
---
source/idea-plugin.md | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/source/idea-plugin.md b/source/idea-plugin.md
index 5af97c7fb..3d66ba20a 100644
--- a/source/idea-plugin.md
+++ b/source/idea-plugin.md
@@ -17,11 +17,15 @@ and as well to support the latest IntelliJ IDEA.
Any issues should be reported using ASF JIRA and component [IDEA
Plugin](https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20component%20%3D%20%22IDEA%20Plugin%22).
-## Version notes
+<iframe width="384px" height="319px"
src="https://plugins.jetbrains.com/embeddable/card/1698"></iframe>
-The plugin has been officially released yet, it can be only download as a test
build from [here](https://dist.apache.org/repos/dist/dev/struts/idea-plugin/)
+## Installation
-### Version 2024.4.1
+The plugin is available on the JetBrains Marketplace:
-- support for Struts 6.x has been added
-- plugin has been updated to support IDEA version 2024.1.5
+<iframe width="245px" height="48px"
src="https://plugins.jetbrains.com/embeddable/install/1698"></iframe>
+
+## Releases
+
+Release notes and downloads for all versions are published on GitHub:
+[apache/struts-intellij-plugin
releases](https://github.com/apache/struts-intellij-plugin/releases).