diff --git a/docs/usage.rst b/docs/usage.rst index 7ee71ba..80ddc3c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -53,11 +53,6 @@ following examples for ``docker template`` and ``provisioning script`` show how they import the existing baseline playbook into the local playbook to reduce duplication in code. -Example docker template: - -.. literalinclude:: ../templates/docker.json - :language: json - Example provisioning script: .. literalinclude:: ../provision/docker.yaml diff --git a/releasenotes/notes/fix-docs-breakage-eaff41fe61e21c4b.yaml b/releasenotes/notes/fix-docs-breakage-eaff41fe61e21c4b.yaml new file mode 100644 index 0000000..333ec3e --- /dev/null +++ b/releasenotes/notes/fix-docs-breakage-eaff41fe61e21c4b.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Remove broken link to non-existent Docker template