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 00c36fda9 [CELEBORN-828] Merge Monitoring to Development doc
00c36fda9 is described below
commit 00c36fda999660bd40c295d3f15b1a64a7a43535
Author: Angerszhuuuu <[email protected]>
AuthorDate: Mon Jul 24 15:37:32 2023 +0800
[CELEBORN-828] Merge Monitoring to Development doc
### What changes were proposed in this pull request?
As title
<img width="1610" alt="截屏2023-07-24 上午11 34 43"
src="https://github.com/apache/incubator-celeborn/assets/46485123/ba1b040b-9ea4-4c93-b055-75a469365ff2">
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
Closes #1751 from AngersZhuuuu/CELEBORN-828.
Authored-by: Angerszhuuuu <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
---
docs/monitoring.md | 3 ---
docs/{upgrade.md => upgrading.md} | 2 +-
mkdocs.yml | 4 ++--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/docs/monitoring.md b/docs/monitoring.md
index d38fb9945..b84d2ec8b 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -1,7 +1,4 @@
---
-hide:
- - navigation
-
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
diff --git a/docs/upgrade.md b/docs/upgrading.md
similarity index 99%
rename from docs/upgrade.md
rename to docs/upgrading.md
index edec9af08..7504476c2 100644
--- a/docs/upgrade.md
+++ b/docs/upgrading.md
@@ -15,7 +15,7 @@ license: |
---
-Upgrade
+Upgrading
===
## Rolling upgrade
diff --git a/mkdocs.yml b/mkdocs.yml
index 007cecb9c..b39e13cea 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -76,10 +76,10 @@ nav:
- Deployment:
- Overview: deploy.md
- Kubernetes: deploy_on_k8s.md
- - Upgrade: upgrade.md
+ - Monitoring: monitoring.md
+ - Upgrading: upgrading.md
- Ratis Shell: celeborn_ratis_shell.md
- Configuration: configuration/index.md
- - Monitoring: monitoring.md
- Migration Guide: migration.md
- Developers Doc:
- Overview: developers/overview.md