Skip to content

Commit fc7647f

Browse files
committed
fix for tests
1 parent 3aa0ed7 commit fc7647f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/_sidebar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
- [Additional Info](#additional-info)
1010
- Comprehensive Docs
1111
- [Solidarity Rules Options](/docs/options.md)
12+
- Plugins
1213
- [Write Solidarity Plugins](/docs/plugins.md)
14+
- [Write Advanced Solidarity Plugins](/docs/advancedPlugin.md)
1315
- [Contributors Guide](/docs/contributorsGuide.md)
1416
- [Available Plugins](/docs/pluginsList.md)
1517

solidaritySchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{ "$ref": "#/definitions/dir" },
2424
{ "$ref": "#/definitions/file" },
2525
{ "$ref": "#/definitions/env" },
26-
{ "$ref": "#/definitions/shell" }
26+
{ "$ref": "#/definitions/shell" },
2727
{ "$ref": "#/definitions/custom" }
2828
]
2929
},

0 commit comments

Comments
 (0)