Skip to content

Commit

Permalink
docs(plugin configuration): add metadata to plugin configuration to b…
Browse files Browse the repository at this point in the history
…e consumed on plugin pages (#506)

* docs(plugin configuration): add metadata to plugin configuration to be consumed on plugin pages

* docs: update documentation url

Point to rendered documentation, not to repo

---------

Co-authored-by: Greg Tyler <gregtyler@users.noreply.github.com>
  • Loading branch information
nataliecarey and gregtyler authored Aug 18, 2023
1 parent 280c9ce commit ea020c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package/govuk-prototype-kit.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"meta": {
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
"urls": {
"documentation": "https://design-patterns.service.justice.gov.uk/",
"releaseNotes": "https://github.com/ministryofjustice/moj-frontend/releases/tag/v{{version}}",
"versionHistory": "https://github.com/ministryofjustice/moj-frontend/releases"
}
},
"nunjucksFilters": [
"/moj/filters/prototype-kit-13-filters.js"
],
Expand Down

0 comments on commit ea020c6

Please sign in to comment.