From 058495d4632bb06341fd6dfa10323babbc33d860 Mon Sep 17 00:00:00 2001 From: "Dong, Xue-Han" Date: Wed, 1 Nov 2023 21:42:09 -0300 Subject: [PATCH] Add the Authorization Section to Nav List Closes gh-14099 --- docs/modules/ROOT/nav.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 4ae44ef068..a602b320ee 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -17,6 +17,7 @@ * xref:features/index.adoc[Features] ** xref:features/authentication/index.adoc[Authentication] *** xref:features/authentication/password-storage.adoc[Password Storage] +** xref:features/authorization/index.adoc[Authorization] ** xref:features/exploits/index.adoc[Protection Against Exploits] *** xref:features/exploits/csrf.adoc[CSRF] *** xref:features/exploits/headers.adoc[HTTP Headers]