mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
FEATURE: Improve local copy of docs in SOC #9097
This commit is contained in:
@@ -6,7 +6,7 @@ If you're ready to dive in, take a look at the [Alerts](/#/alerts) interface to
|
|||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
To see all the latest features and fixes in this version of Security Onion, click the upper-right menu and then click the [What's New](/docs/#release-notes) link.
|
To see all the latest features and fixes in this version of Security Onion, click the upper-right menu and then click the [What's New](/docs/release-notes.html) link.
|
||||||
|
|
||||||
## Customize This Space
|
## Customize This Space
|
||||||
|
|
||||||
|
|||||||
@@ -123,15 +123,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"client": {
|
"client": {
|
||||||
{%- if ISAIRGAP is sameas true %}
|
|
||||||
"docsUrl": "/docs/",
|
"docsUrl": "/docs/",
|
||||||
"cheatsheetUrl": "/docs/cheatsheet.pdf",
|
"cheatsheetUrl": "/docs/cheatsheet.pdf",
|
||||||
"releaseNotesUrl": "/docs/#release-notes",
|
"releaseNotesUrl": "/docs/release-notes.html",
|
||||||
{%- else %}
|
|
||||||
"docsUrl": "https://docs.securityonion.net/en/2.3/",
|
|
||||||
"cheatsheetUrl": "https://github.com/Security-Onion-Solutions/securityonion-docs/raw/2.3/images/cheat-sheet/Security-Onion-Cheat-Sheet.pdf",
|
|
||||||
"releaseNotesUrl": "https://docs.securityonion.net/en/2.3/release-notes",
|
|
||||||
{%- endif %}
|
|
||||||
"apiTimeoutMs": {{ API_TIMEOUT }},
|
"apiTimeoutMs": {{ API_TIMEOUT }},
|
||||||
"webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }},
|
"webSocketTimeoutMs": {{ WEBSOCKET_TIMEOUT }},
|
||||||
"tipTimeoutMs": {{ TIP_TIMEOUT }},
|
"tipTimeoutMs": {{ TIP_TIMEOUT }},
|
||||||
|
|||||||
Reference in New Issue
Block a user