Skip to content

Commit

Permalink
Re-add debug navigation for eng docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wenincode committed Nov 6, 2023
1 parent 89809e9 commit a0c58e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
SPDX-License-Identifier: BUSL-1.1
}}

<li>
<a href={{href-to 'docs'}} target="_blank">Eng Docs</a>
</li>
{{#let @dropdown as |DD|}}
<DD.Interactive @href={{href-to "docs"}} @isHrefExternal={{true}} @text="Eng docs" />
{{/let}}
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<:actions>
<Hds::Dropdown class='hds-side-nav__dropdown' @listPosition='left' as |dd|>
<dd.ToggleIcon @icon='help' @text='Help & Support menu' />
<Debug::Navigation @dropdown={{dd}} />
<dd.Interactive
@href={{env 'CONSUL_DOCS_URL'}}
@isHrefExternal={{true}}
Expand Down

0 comments on commit a0c58e9

Please sign in to comment.