You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/08/11 05:05:16 UTC

[orc] branch main updated: ORC-1249: Move `site/_docs/releases.md` to `site/releases/index.md`

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

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


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

commit 68c68f834c796b24d3f5fbd820e2c14d1143b323
Author: Dongjoon Hyun <do...@apache.org>
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 <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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