This is an automated email from the ASF dual-hosted git repository.
zhengchenyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 9f1e6738a [MINOR] docs: Fix docs yaml parse error about
dashboard_guide.md (#1981)
9f1e6738a is described below
commit 9f1e6738aacfbe3bea3292693fc81712d5266c10
Author: maobaolong <[email protected]>
AuthorDate: Tue Jul 30 10:02:00 2024 +0800
[MINOR] docs: Fix docs yaml parse error about dashboard_guide.md (#1981)
### What changes were proposed in this pull request?
Fix docs yaml parse error about dashboard_guide.md
### Why are the changes needed?
Just correct it.
### Does this PR introduce _any_ user-facing change?
Generate and view docs correctly.
### How was this patch tested?
No need.
---
docs/dashboard_guide.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/dashboard_guide.md b/docs/dashboard_guide.md
index 32a2d63c2..48a2a8e53 100644
--- a/docs/dashboard_guide.md
+++ b/docs/dashboard_guide.md
@@ -47,3 +47,4 @@ sh start-dashboard.sh
## Close dashboard
sh stop-dashboard.sh
+```
\ No newline at end of file