From cd3ab4bd3ec645800eee1c93ee3e2ca49e5f48e3 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Wed, 3 Apr 2024 11:01:00 +0800 Subject: [PATCH] [KYUUBI #6234] Fix invalid code-block syntax in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— This pull request fixes docs issue ## Describe Your Solution ๐Ÿ”ง Correct syntax ## Types of changes :bookmark: - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: image image #### Behavior With This Pull Request :tada: image image #### Related Unit Tests --- # Checklist ๐Ÿ“ - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6234 from pan3793/docs-fix. Closes #6234 801b5d980 [Cheng Pan] Fix invalid code-block syntax in docs Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- docs/extensions/server/authentication.rst | 1 - docs/extensions/server/events.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/extensions/server/authentication.rst b/docs/extensions/server/authentication.rst index 7a83b07c285..d49d57eee38 100644 --- a/docs/extensions/server/authentication.rst +++ b/docs/extensions/server/authentication.rst @@ -72,7 +72,6 @@ To enable the custom authentication method, we need to on each node where kyuubi server is installed. .. code-block:: property - :margin: kyuubi.authentication=CUSTOM kyuubi.authentication.custom.class=YourAuthenticationProvider diff --git a/docs/extensions/server/events.rst b/docs/extensions/server/events.rst index aee7d4899d2..e9fe10b9255 100644 --- a/docs/extensions/server/events.rst +++ b/docs/extensions/server/events.rst @@ -74,7 +74,6 @@ To enable the custom EventHandler, we need to on each node where kyuubi server is installed. If you need use other event handler, it can be appended after the ``CUSTOM``. .. code-block:: property - :margin: kyuubi.backend.server.event.loggers=CUSTOM