diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 141149085..c196a27f0 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3368,5 +3368,23 @@ "depends": [] } } + }, + { + "id": "readme-config-element", + "name": "README Config Element", + "description": "A JMeter config element that lets you embed Markdown documentation directly inside your test plan with a live GitHub-style preview and deep-link navigation to tree nodes.", + "screenshotUrl": "https://raw.githubusercontent.com/QAInsights/jmeter-readme-config/refs/heads/main/images/Markdown.png", + "helpUrl": "https://github.com/QAInsights/jmeter-readme-config", + "vendor": "QAInsights.com", + "markerClass": "com.qainsights.jmeter.readme.readme.ReadMeConfigElement", + "componentClasses": [ + "com.qainsights.jmeter.readme.gui.ReadMeConfigElementGui" + ], + "versions": { + "0.0.1": { + "changes": "NEW: README Config Element for documentation. Dark mode support. JMeter Deep link.", + "downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-config-element/0.0.1/readme-config-element-0.0.1-jar-with-dependencies.jar" + } + } } ]