This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 08d398d45 [KYUUBI #6234] Fix invalid code-block syntax in docs
08d398d45 is described below

commit 08d398d45c8e42df6f446eb5d7baf2dd5c921077
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Apr 3 11:01:00 2024 +0800

    [KYUUBI #6234] Fix invalid code-block syntax in docs
    
    # :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:
    
    <img width="858" alt="image" 
src="https://github.com/apache/kyuubi/assets/26535726/66a74736-48d9-464d-b8cf-c3886aa1d125";>
    
    <img width="855" alt="image" 
src="https://github.com/apache/kyuubi/assets/26535726/fd6cd267-2fa6-493c-9976-61600ae427a0";>
    
    #### Behavior With This Pull Request :tada:
    
    <img width="869" alt="image" 
src="https://github.com/apache/kyuubi/assets/26535726/adc7b7e0-29bf-4ba3-b96b-fddb14f6053a";>
    
    <img width="877" alt="image" 
src="https://github.com/apache/kyuubi/assets/26535726/1aac5c46-9064-4e34-95a0-16d64e7ef32e";>
    
    #### 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 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit cd3ab4bd3ec645800eee1c93ee3e2ca49e5f48e3)
    Signed-off-by: Cheng Pan <[email protected]>
---
 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 7a83b07c2..d49d57eee 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 aee7d4899..e9fe10b92 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
 

Reply via email to