diff --git a/docs/Configutation.md b/docs/Configutation.md index 5d01a76..55e05c3 100644 --- a/docs/Configutation.md +++ b/docs/Configutation.md @@ -1,6 +1,7 @@ --- title: Configuration layout: page +nav_order: 2 --- This Middleware uses the builder pattern to set up the header information, which is a compile time dependency. If you need to change the configuration, you will need to rebuild your application. diff --git a/docs/_config.yml b/docs/_config.yml index 82994a7..fc9a74d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -34,10 +34,6 @@ gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into t # Nav menu can also be selectively enabled or disabled using page variables or the minimal layout nav_enabled: true -# Sort order for navigation links -# nav_sort: case_insensitive # default, equivalent to nil -nav_sort: case_sensitive # Capital letters sorted before lowercase - # External navigation links nav_external_links: - title: Source code repository diff --git a/docs/index.md b/docs/index.md index b11ac25..0d7013d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,7 @@ --- title: Home layout: home +nav_order: 1 --- An ASP.NET Core middleware designed to increase web application security by adopting the recommended [OWASP] recommended values for HTTP headers as per the [OWASP Secure Headers] project into all responses generated by the ASP.NET Core pipeline.