Skip to content

Commit 8b3968d

Browse files
committed
Add example- prefix to category id
1 parent fe7e1c6 commit 8b3968d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@
13511351
"example": [
13521352
{
13531353
"name": "Examples: Conditions",
1354-
"id": "conditions",
1354+
"id": "example-conditions",
13551355
"files": [
13561356
{
13571357
"path": "json/example_device.json"
@@ -1372,7 +1372,7 @@
13721372
},
13731373
{
13741374
"name": "Examples: Others",
1375-
"id": "others",
1375+
"id": "example-others",
13761376
"files": [
13771377
{
13781378
"path": "json/example_halt.json"

0 commit comments

Comments
 (0)