From e2ae76cd85cb0b00a28daf1b594878982276d8ca Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 27 Jan 2025 12:59:58 +0100 Subject: [PATCH] docs: Fix unterminated table The faulty change was introduced in 4b14f04 for PR #321. Came up in https://github.com/stackabletech/documentation/pull/703. --- docs/modules/commons-operator/pages/usage.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/commons-operator/pages/usage.adoc b/docs/modules/commons-operator/pages/usage.adoc index 9243a55..4e7a581 100644 --- a/docs/modules/commons-operator/pages/usage.adoc +++ b/docs/modules/commons-operator/pages/usage.adoc @@ -8,3 +8,4 @@ The commons-operator is used for multiple purposes: |xref:restarter.adoc[] |A controller that watches Pod objects and their controllers and restarts them when required. +|===