Skip to content

Commit f3f9cca

Browse files
committed
Update
1 parent 92d3e8b commit f3f9cca

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ You will find the following type of information:
1414

1515
![](./img/drhjune2025.png)
1616

17-
Alex Verboon
18-
Microsoft Security MVP
17+
Alex Verboon | Microsoft Security MVP
1918

2019
- [BlueSky](https://bsky.app/profile/vacyber.bsky.social)
2120
- [X](https://twitter.com/alexverboon)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ docs_dir: docs
8585
# Plugins
8686
plugins:
8787
- search
88+
- sitemap
8889
#- simple
8990
#- simple:
9091
# include_extensions:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mkdocs-click
66
mkdocs-macros-plugin
77
mkdocs-material # Material support for MkDocs
88
mkdocs # static site generator for documentation in Markdown
9+
mkdocs-sitemap-plugin # generates sitemap.xml for search engine discovery
910
mkdocs-minify-plugin # strips whitespaces in HTML markdown documentation pages
1011
mkdocstrings-python-legacy
1112
mkdocstrings

robots.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
User-agent: *
2-
Disallow: /*.md$
3-
Disallow: /CNAME
4-
Disallow: /README.md
5-
Disallow: /404.html
2+
Allow: /
3+
4+
Sitemap: https://alexverboon.github.io/DefenderResourceHub/sitemap.xml

0 commit comments

Comments
 (0)