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

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


The following commit(s) were added to refs/heads/main by this push:
     new 63164628d [CELEBORN-944][DOC] Add link about cluster planning
63164628d is described below

commit 63164628dc730157cb2144a19a4164e35e36b4fe
Author: mingji <[email protected]>
AuthorDate: Tue Sep 5 14:24:17 2023 +0800

    [CELEBORN-944][DOC] Add link about cluster planning
    
    ### What changes were proposed in this pull request?
    Add a link to expose cluster planning doc.
    
    ### Why are the changes needed?
    Ditto.
    
    ### Does this PR introduce _any_ user-facing change?
    NO.
    
    ### How was this patch tested?
    Not necessary.
    
    Closes #1879 from FMX/CELEBORN-944.
    
    Authored-by: mingji <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 mkdocs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index eaf1e398b..00f8ed102 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -79,6 +79,7 @@ nav:
       - Monitoring: monitoring.md
       - Upgrading: upgrading.md
       - Ratis Shell: celeborn_ratis_shell.md
+      - Cluster Planning: cluster_planning.md
   - Configuration: configuration/index.md
   - Migration Guide: migration.md
   - Developers Doc:

Reply via email to