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:
Ben Hong 2024-03-12 12:18:54 -07:00 committed by Andrew Scott
parent 456f18be2e
commit 0f7bbd0fc5

View file

@ -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',