More consistent use of "Extensions" (#259)

More consistent use of "Extensions" (#259)
This commit is contained in:
specterflare 2020-07-11 21:16:07 -04:00 committed by GitHub
parent 13158bd752
commit 8eaeed9cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ module.exports = {
path: "/help/contribution", path: "/help/contribution",
}, },
{ {
title: "Available extensions", title: "Extensions",
path: "/extensions/", path: "/extensions/",
}, },
], ],
@ -51,7 +51,7 @@ module.exports = {
path: "/help/contribution", path: "/help/contribution",
}, },
{ {
title: "Available extensions", title: "Extensions",
path: "/extensions/", path: "/extensions/",
}, },
], ],
@ -76,7 +76,7 @@ module.exports = {
children: ["/help/contribution"], children: ["/help/contribution"],
}, },
{ {
title: "Available extensions", title: "Extensions",
path: "/extensions/", path: "/extensions/",
}, },
], ],
@ -99,7 +99,7 @@ module.exports = {
path: "/help/contribution", path: "/help/contribution",
}, },
{ {
title: "Available extensions", title: "Extensions",
path: "/extensions/", path: "/extensions/",
}, },
], ],
@ -122,7 +122,7 @@ module.exports = {
path: "/help/contribution", path: "/help/contribution",
}, },
{ {
title: "Available extensions", title: "Extensions",
path: "/extensions/", path: "/extensions/",
}, },
], ],