mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Always use local docs
This commit is contained in:
@@ -21,16 +21,6 @@
|
|||||||
{# since cases is not a valid soc config item and only used for the map files, remove it from being placed in the config #}
|
{# since cases is not a valid soc config item and only used for the map files, remove it from being placed in the config #}
|
||||||
{% do SOCMERGED.server.modules.pop('cases') %}
|
{% do SOCMERGED.server.modules.pop('cases') %}
|
||||||
|
|
||||||
{# change some options if this is airgap #}
|
|
||||||
{% if GLOBALS.airgap %}
|
|
||||||
{% do SOCMERGED.server.client.update({
|
|
||||||
'docsUrl': '/docs/',
|
|
||||||
'cheatsheetUrl': '/docs/cheatsheet.pdf',
|
|
||||||
'releaseNotesUrl': '/docs/#release-notes'
|
|
||||||
})
|
|
||||||
%}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if pillar.manager.playbook == 0 %}
|
{% if pillar.manager.playbook == 0 %}
|
||||||
{% do SOCMERGED.server.client.inactiveTools.append('toolPlaybook') %}
|
{% do SOCMERGED.server.client.inactiveTools.append('toolPlaybook') %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user