Skip to content

Commit

Permalink
Feature/docs basic entries (#120)
Browse files Browse the repository at this point in the history
* Re-arranged basic docs, added configuration page

* Altered ordering of pages
  • Loading branch information
GaProgMan authored Nov 27, 2024
1 parent e45a3ae commit e122e2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/Configutation.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e122e2d

Please sign in to comment.