diff --git a/docs/active-directory/deployment-sccm.md b/docs/active-directory/deployment-sccm.md index 9b0abf75..106b3bab 100644 --- a/docs/active-directory/deployment-sccm.md +++ b/docs/active-directory/deployment-sccm.md @@ -1,9 +1,9 @@ # Deployment - SCCM -## SCCM Application Deployment - > SCCM is a solution from Microsoft to enhance administration in a scalable way across an organisation. +## SCCM Application Deployment + * [PowerShellMafia/PowerSCCM - PowerShell module to interact with SCCM deployments](https://github.com/PowerShellMafia/PowerSCCM) * [nettitude/MalSCCM - Abuse local or remote SCCM servers to deploy malicious applications to hosts they manage](https://github.com/nettitude/MalSCCM) diff --git a/index.html b/index.html deleted file mode 100644 index 324dc216..00000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -POC \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index b1cf22b7..8f4a6b78 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,7 @@ edit_uri: blob/main/docs/ theme: name: material + custom_dir: overrides color_mode: auto user_color_mode_toggle: true icon: diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 00000000..e34e0217 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,27 @@ +{% extends "base.html" %} + +{% block content %} + {{ super() }} +
+ Share this content +
+ + + + + + +
+
+ +
+{% endblock %} + +{% block styles %} + {{ super() }} + +{% endblock %} \ No newline at end of file