Skip to content

Commit

Permalink
Merge pull request #364 from Financial-Times/docs-next-router-plugin-…
Browse files Browse the repository at this point in the history
…readme-updates

docs: next-router plugin README updates
  • Loading branch information
andygout authored Mar 14, 2023
2 parents 5a450ea + 369e49e commit 7960d5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/next-router/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ hooks:
options:
'@dotcom-tool-kit/next-router':
appName: next-[appName]
appName: appName # system's `name` field as it appears in next-service-registry
'@dotcom-tool-kit/vault':
team: 'next'
app: 'next-[appName]'
app: '[systemCode]' # corresponding Vault directory name
```
## Options
| Key | Description | Default value | Required |
|-|-|-|-|
| `appName` | system code for the application (same as its "name" field in next-service-registry) | | ✅ |
| `appName` | the system's `name` field as it appears in [next-service-registry](https://next-registry.ft.com/v2), which is _often different to its `code` value so be sure to check_) | | ✅ |

## Tasks

Expand Down

0 comments on commit 7960d5d

Please sign in to comment.