Always use local docs

This commit is contained in:
Jason Ertel
2022-09-13 14:24:35 -04:00
parent d1eb7ef849
commit deb19d24b8

View File

@@ -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 #}
{% 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 %}
{% do SOCMERGED.server.client.inactiveTools.append('toolPlaybook') %}
{% endif %}