aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-12 22:16:44 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-12 22:16:44 -0500
commitb78f164440514bf6f48bda18194358d389ce3882 (patch)
treec80f6446e38c02bfe53bb8cb543550cd8b8174ff
parent9033f2f544785573f5924e6843d709193321c644 (diff)
downloadPowerSploit-b78f164440514bf6f48bda18194358d389ce3882.tar.gz
PowerSploit-b78f164440514bf6f48bda18194358d389ce3882.zip
someday I'll get this right...
-rw-r--r--mkdocs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 0c04f6a..3d56a7c 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -3,7 +3,9 @@ repo_url: https://github.com/PowerShellMafia/PowerSploit/
site_favicon: favicon.ico
pages:
- Home: 'index.md'
- - Recon : 'Recon/index.md'
+- Recon:
+ - About: 'Recon/index.md'
+ - Functions:
- Export-PowerViewCSV: 'Recon/Export-PowerViewCSV.md'
- Resolve-IPAddress: 'Recon/Resolve-IPAddress.md'
- ConvertTo-SID: 'Recon/ConvertTo-SID.md'