Skip to content

Commit

Permalink
Update layout_for_public documentation
Browse files Browse the repository at this point in the history
The account navigation no longer includes a separate "security" link so
the documentation should reflect that.
  • Loading branch information
danacotoran committed Nov 29, 2021
1 parent 90d5444 commit e5ac9e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ examples:
<h2 class="govuk-heading-l">This is a title</h2>
<p class="govuk-body">This is some body text with <a href="https://example.com">a link</a>.
with_current_account_navigation:
description: "The account layout renders with an account-specific nav to help users navigate different areas of their account. This flag is here to allow control over which option in the nav is highlighted as `current`. Valid options are currently `your-account`, `manage`, and `security`."
description: "The account layout renders with an account-specific nav to help users navigate different areas of their account. This flag is here to allow control over which option in the nav is highlighted as `current`. Valid options are currently `your-account` and `manage`."
data:
show_account_layout: true
account_nav_location: "manage"
Expand Down

0 comments on commit e5ac9e7

Please sign in to comment.