mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix missing security guide in navigation (#54830)
The paths for the security guide were flipped in the original PR. As a result, it looked for a markdown file in the best-practices directory when it should have looked for it in the guide directory instead. PR Close #54830
This commit is contained in:
parent
456f18be2e
commit
0f7bbd0fc5
1 changed files with 2 additions and 2 deletions
|
|
@ -766,8 +766,8 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
|
|||
},
|
||||
{
|
||||
label: 'Security',
|
||||
path: 'guide/security', // Have not refactored due to build issues
|
||||
contentPath: 'best-practices/security',
|
||||
path: 'best-practices/security',
|
||||
contentPath: 'guide/security', // Have not refactored due to build issues
|
||||
},
|
||||
{
|
||||
label: 'Accessibility',
|
||||
|
|
|
|||
Loading…
Reference in a new issue