Skip to content

Commit

Permalink
docs: fix trailing json comma in versioned docs
Browse files Browse the repository at this point in the history
Signed-off-by: explsd <[email protected]>
  • Loading branch information
explsd committed Dec 6, 2024
1 parent d3e35bf commit 430a8e7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v0.5.x/scanner-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ From the above, we can see that the plugin must return a JSON object via standar
"metadata": {
"os": {
"type": "debian",
"version": "11.3",
"version": "11.3"
},
"config": {
"arch": "amd64"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v0.6.x/scanner-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ From the above, we can see that the plugin must return a JSON object via standar
"metadata": {
"os": {
"type": "debian",
"version": "11.3",
"version": "11.3"
},
"config": {
"arch": "amd64"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v0.7.x/scanner-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ From the above, we can see that the plugin must return a JSON object via standar
"metadata": {
"os": {
"type": "debian",
"version": "11.3",
"version": "11.3"
},
"config": {
"arch": "amd64"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v0.8.x/scanner-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ From the above, we can see that the plugin must return a JSON object via standar
"metadata": {
"os": {
"type": "debian",
"version": "11.3",
"version": "11.3"
},
"config": {
"arch": "amd64"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v0.9.x/scanner-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ From the above, we can see that the plugin must return a JSON object via standar
"metadata": {
"os": {
"type": "debian",
"version": "11.3",
"version": "11.3"
},
"config": {
"arch": "amd64"
Expand Down

0 comments on commit 430a8e7

Please sign in to comment.