-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's Changed - Updated docs versions. - New format for the "category" field. ### New ```yaml bios: Dell Inc bios_version: 1.6.5 cs_agent_version: 6.44.15806.0 cs_dv_control_applied: true cs_dv_firewall_applied: true cs_dv_globalconfig_applied: true cs_dv_sensorupdate_applied: true cs_first_seen: 10/15/20 00:31:59 UTC cs_last_seen: 09/14/22 15:06:50 UTC cs_uninstallprotection: ENABLED dvc_manufacturer: Dell Inc dvc_name: OptiPlex 5050 dvc_status: normal dvc_type: Workstation external_ip: 165.225.10.253 gen: sa-crowdstrike os_major_version: 10 os_name: Windows 10 os_platform: Windows os_version: 10.0.19044.1889 provision_status: Provisioned reduced_functionality_mode: no splunk_last_updated: 03/27/23 02:09:24 UTC ``` ### Old ```yaml cs_agent_version:6.44.15806.0 cs_bios_mf:dell_inc cs_bios_version:1.6.5 cs_dv_control_applied:true cs_dv_firewall_applied:true cs_dv_globalconfig_applied:true cs_dv_sensorupdate_applied:true cs_dv_status:normal cs_dv_type:workstation cs_external_ip:165.225.10.253 cs_os_major_version:10 cs_os_name:windows_10 cs_os_platform:windows cs_sys_mf:dell_inc cs_sys_name:optiplex_5050 cs_uninstallprotection:enabled gen:sa_crowdstrike cs_first_seen:10/15/20 00:31:59 UTC cs_last_seen:09/14/22 15:06:50 UTC splunk_last_updated:03/27/23 02:14:24 UTC ```
- Loading branch information
Showing
16 changed files
with
222 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
paths: | ||
- "docs/**" | ||
- "mkdocs.yml" | ||
- "overrides/**" | ||
|
||
jobs: | ||
call-docs-workflow: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mkdocs==1.4.2 | ||
mkdocs-material==9.0.12 | ||
mkdocs-git-revision-date-localized-plugin==1.1.0 | ||
mkdocs-minify-plugin==0.6.2 | ||
mkdocs-glightbox==0.3.1 | ||
mkdocs-git-revision-date-localized-plugin==1.2.0 | ||
mkdocs-material==9.1.4 | ||
mkdocs-glightbox==0.3.2 | ||
mkdocs-minify-plugin==0.6.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
.md-banner .mastodon { | ||
color: #6364FF; | ||
} | ||
|
||
.md-banner { | ||
color: var(--md-footer-fg-color--lighter); | ||
} | ||
|
||
.md-banner .twemoji { | ||
border-radius: 100%; | ||
box-shadow: inset 0 0 0 .05rem currentColor; | ||
display: inline-block; | ||
height: 1.2rem; | ||
padding: .25rem; | ||
transition: all .25s; | ||
vertical-align: bottom; | ||
width: 1.2rem; | ||
} | ||
|
||
.md-banner .twemoji svg { | ||
display: block; | ||
max-height: none; | ||
} | ||
|
||
.md-banner a:focus .twemoji, | ||
.md-banner a:hover .twemoji { | ||
background-color: var(--md-footer-fg-color); | ||
box-shadow: none; | ||
} | ||
|
||
.md-banner a, | ||
.md-banner strong { | ||
color: var(--md-footer-fg-color); | ||
} | ||
|
||
.md-banner strong { | ||
white-space: nowrap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block announce %} | ||
For updates follow <strong>@ZachTheSplunker</strong> on | ||
<a rel="me" href="https://fosstodon.org/@ZachTheSplunker" target="_blank"> | ||
<span class="twemoji mastodon"> | ||
{% include ".icons/fontawesome/brands/mastodon.svg" %} | ||
</span> | ||
<strong>Fosstodon</strong> | ||
</a> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.