change community to contribute and more

This commit is contained in:
Matt Hill
2023-05-01 11:01:44 -06:00
parent 6e70028f0c
commit 0f3c08200c
7 changed files with 10 additions and 27 deletions

View File

@@ -12,7 +12,7 @@
"slug": "support"
},
{
"name": "Official and Community Marketplaces",
"name": "Official and Community Registries",
"slug": "marketplace"
},
{

View File

@@ -51,7 +51,7 @@ module.exports = [
{
"name": "Contribute",
"slug": "contribute",
"url": site.contribute.url,
"url": "/contribute",
"target": "_blank",
"order": 2,
"class": ""
@@ -63,14 +63,6 @@ module.exports = [
"target": "",
"order": 3,
"class": ""
},
{
"name": "Community",
"slug": "community",
"url": "/community",
"target": "",
"order": 4,
"class": ""
}
]
},