You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by ch...@apache.org on 2022/11/27 14:55:54 UTC

[incubator-celeborn-website] branch main updated: merge configurations from code repo

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

chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 46894d3  merge configurations from code repo
46894d3 is described below

commit 46894d30e2c638e87db6cfda796de5522835fd59
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun Nov 27 22:55:45 2022 +0800

    merge configurations from code repo
---
 .github/workflows/site.yaml      | 5 +++++
 docs/contrib/docs_and_website.md | 4 ++--
 mkdocs.yml                       | 6 ++++--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml
index eaac561..3948074 100644
--- a/.github/workflows/site.yaml
+++ b/.github/workflows/site.yaml
@@ -29,5 +29,10 @@ jobs:
       - uses: actions/setup-python@v2
         with:
           python-version: 3.x
+      - run: |
+          rm docs/configuration/*
+          wget https://github.com/apache/incubator-celeborn/archive/refs/heads/main.zip
+          unzip main.zip
+          cp incubator-celeborn-main/docs/configuration/* docs/configuration/
       - run: pip install -r requirements.txt
       - run: mkdocs gh-deploy --force --remote-branch asf-site
diff --git a/docs/contrib/docs_and_website.md b/docs/contrib/docs_and_website.md
index 4d61941..95ce2fa 100644
--- a/docs/contrib/docs_and_website.md
+++ b/docs/contrib/docs_and_website.md
@@ -42,13 +42,13 @@ Install `virtualenv`
 
 ```bash
 pyenv install 3.9.13
-pyenv virtualenv 3.9.13 rss
+pyenv virtualenv 3.9.13 celeborn
 ```
 
 Localize `virtualenv`
 
 ```bash
-pyenv local rss
+pyenv local celeborn
 ```
 
 ## Install dependencies
diff --git a/mkdocs.yml b/mkdocs.yml
index cfa3d72..14959b4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -16,8 +16,8 @@
 #
 
 site_name: Apache Celeborn (Incubating)
-repo_name: apache/incubating-celeborn
-repo_url: https://github.com/apache/incubating-celeborn
+repo_name: apache/incubator-celeborn
+repo_url: https://github.com/apache/incubator-celeborn
 
 plugins:
   - search
@@ -48,6 +48,8 @@ extra:
   social:
     - icon: fontawesome/brands/github
 
+copyright: Copyright © 2022 The Apache Software Foundation
+
 nav:
   - Home: index.md
   - Configuration: