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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new b52f0dc46 ORC-1249: Move `site/_docs/releases.md` to 
`site/releases/index.md`
b52f0dc46 is described below

commit b52f0dc464f9854e5737b45a14cfce2eed0997a1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Aug 10 22:05:10 2022 -0700

    ORC-1249: Move `site/_docs/releases.md` to `site/releases/index.md`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to move `site/_docs/releases.md` to `site/releases/index.md`.
    
    ### Why are the changes needed?
    
    To fix the layout bug.
    
    ### How was this patch tested?
    
    This should be tested in website after uploading because Jekyll works 
differently.
    
    Closes #1219 from dongjoon-hyun/ORC-1249.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 68c68f834c796b24d3f5fbd820e2c14d1143b323)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 site/{_docs/releases.md => releases/index.md} | 3 +--
 site/{_docs => releases}/releases.md          | 0
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/site/_docs/releases.md b/site/releases/index.md
similarity index 95%
copy from site/_docs/releases.md
copy to site/releases/index.md
index d3b16dc31..c44149ca2 100644
--- a/site/_docs/releases.md
+++ b/site/releases/index.md
@@ -1,7 +1,6 @@
 ---
-layout: docs
+layout: page
 title: Releases
-permalink: /releases.html
 ---
 {% for relItr in site.data.releases %}
   {% if relItr[1]["state"] == "latest" %}
diff --git a/site/_docs/releases.md b/site/releases/releases.md
similarity index 100%
rename from site/_docs/releases.md
rename to site/releases/releases.md

Reply via email to