You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2024/04/03 03:01:32 UTC

(kyuubi) branch branch-1.8 updated: [KYUUBI #6234] Fix invalid code-block syntax in docs

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

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


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

commit 4c3e36d879bc35f5e1db83919a087dcd9ae24363
Author: Cheng Pan <ch...@apache.org>
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 <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit cd3ab4bd3ec645800eee1c93ee3e2ca49e5f48e3)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 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