Skip to content

Commit 0ac2db1

Browse files
authored
Replace README Sampler with README Config Element
1 parent 4540860 commit 0ac2db1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

site/dat/repo/various.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3370,20 +3370,20 @@
33703370
}
33713371
},
33723372
{
3373-
"id": "jmeter-readme-sampler",
3374-
"name": "README Sampler",
3375-
"description": "A JMeter sampler that lets you embed Markdown documentation directly inside your test plan with a live GitHub-style preview and deep-link navigation to tree nodes.",
3376-
"screenshotUrl": "https://raw.githubusercontent.com/QAInsights/jmeter-readme-sampler/refs/heads/main/images/MarkdownPreview.png",
3377-
"helpUrl": "https://github.com/QAInsights/jmeter-readme-sampler",
3373+
"id": "readme-config-element",
3374+
"name": "README Config Element",
3375+
"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.",
3376+
"screenshotUrl": "https://raw.githubusercontent.com/QAInsights/jmeter-readme-config/refs/heads/main/images/Markdown.png",
3377+
"helpUrl": "https://github.com/QAInsights/jmeter-readme-config",
33783378
"vendor": "QAInsights.com",
3379-
"markerClass": "com.qainsights.jmeter.readme.readme.ReadMeSampler",
3379+
"markerClass": "com.qainsights.jmeter.readme.readme.ReadMeConfigElement",
33803380
"componentClasses": [
3381-
"com.qainsights.jmeter.readme.gui.ReadMeSamplerGui"
3381+
"com.qainsights.jmeter.readme.gui.ReadMeConfigElementGui"
33823382
],
33833383
"versions": {
33843384
"0.0.1": {
33853385
"changes": "NEW: README Sampler for documentation. Dark mode support. JMeter Deep link.",
3386-
"downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-sampler/0.0.1/readme-sampler-0.0.1.jar"
3386+
"downloadUrl": "https://repo1.maven.org/maven2/com/qainsights/readme-config-element/0.0.1/readme-config-element-0.0.1-jar-with-dependencies.jar"
33873387
}
33883388
}
33893389
}

0 commit comments

Comments
 (0)