Skip to content

Commit 32d222f

Browse files
aepflivchrombie
andauthored
Fixing commas in project.json documentation (#212)
* Fixing commas in project.json documentation The JSON within the documentation was missing commas, and a simple copy-paste was not possible. Signed-off-by: Simon Schrottner <[email protected]> * Format the projects.json content This commit adds the missing `}` which is causing errors. It also formats the json content. Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]> Co-authored-by: Venu Vardhan Reddy Tekula <[email protected]>
1 parent ec654bd commit 32d222f

1 file changed

Lines changed: 26 additions & 25 deletions

File tree

docs/getting-started/projects-json.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,32 @@ There are some filters, labels, and a special section:
3838

3939
```
4040
{
41-
"Chaoss": {
42-
"gerrit": [
43-
"gerrit.chaoss.org --filter-raw=data.projects:CHAOSS"
44-
]
45-
"git": [
46-
"https:/github.com/chaoss/grimoirelab-perceval",
47-
"https:/github.com/chaoss/grimoirelab-sirmordred"
48-
],
49-
"github": [
50-
"https:/github.com/chaoss/grimoirelab-perceval --filter-no-collection=true",
51-
"https:/github.com/chaoss/grimoirelab-sirmordred --labels=[example]"
52-
]
53-
},
54-
"GrimoireLab": {
55-
"gerrit": [
56-
"gerrit.chaoss.org --filter-raw=data.projects:GrimoireLab"
57-
],
58-
}
59-
"unknown": {
60-
"gerrit": [
61-
"gerrit.chaoss.org"
62-
],
63-
"confluence": [
64-
"https://wiki.chaoss.org"
65-
]
41+
"Chaoss":{
42+
"gerrit":[
43+
"gerrit.chaoss.org --filter-raw=data.projects:CHAOSS"
44+
],
45+
"git":[
46+
"https:/github.com/chaoss/grimoirelab-perceval",
47+
"https:/github.com/chaoss/grimoirelab-sirmordred"
48+
],
49+
"github":[
50+
"https:/github.com/chaoss/grimoirelab-perceval --filter-no-collection=true",
51+
"https:/github.com/chaoss/grimoirelab-sirmordred --labels=[example]"
52+
]
53+
},
54+
"GrimoireLab":{
55+
"gerrit":[
56+
"gerrit.chaoss.org --filter-raw=data.projects:GrimoireLab"
57+
]
58+
},
59+
"unknown":{
60+
"gerrit":[
61+
"gerrit.chaoss.org"
62+
],
63+
"confluence":[
64+
"https://wiki.chaoss.org"
65+
]
66+
}
6667
}
6768
```
6869

0 commit comments

Comments
 (0)