Skip to content

Commit

Permalink
docs. Add attributes to metadata.json example
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Jul 5, 2024
1 parent a067357 commit 5874824
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/modules/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,20 @@ without `id`, `logo` and `versions` fields.
Example of `metadata.json`:
```json
{
"name": "kickstart",
"name": "Kickstart",
"upstream_name": "Kickstart 12",
"description": {
"en": "My kickstart module"
},
"categories": [],
"categories": ["somecategory"],
"authors": [
{
"name": "Name Surname",
"email": "[email protected]"
}
],
"docs": {
"terms_url": "https://docs.kickstart.com/terms/",
"documentation_url": "https://docs.kickstart.com/",
"bug_url": "https://github.com/NethServer/dev",
"code_url": "https://github.com/author/ns8-kickstart"
Expand Down

0 comments on commit 5874824

Please sign in to comment.