This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 245c4579f [#4157] fix(doc): Fix the doc format in `how-to-build`
(#4158)
245c4579f is described below
commit 245c4579f935062dc39207f0724ca3ca0764e6d5
Author: Rui Fan <[email protected]>
AuthorDate: Sat Jul 13 10:25:33 2024 +0800
[#4157] fix(doc): Fix the doc format in `how-to-build` (#4158)
### What changes were proposed in this pull request?
[#4157] fix(doc): Fix the doc format in `how-to-build`
### Why are the changes needed?
https://github.com/apache/gravitino/blob/main/docs/how-to-build.md#quick-start
The code block should only show the `git clone
[email protected]:apache/gravitino.git`
<img width="1159" alt="img"
src="https://github.com/user-attachments/assets/ac00cf90-85a5-4ad7-8c3e-ae24ccd4abe8">
Fix: #4157
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
The doc format is fine in my dev branch.
https://github.com/1996fanrui/gravitino/blob/4157/fix-doc-format/docs/how-to-build.md#quick-start
<img width="1061" alt="img2"
src="https://github.com/user-attachments/assets/d54634f7-1bd8-4df8-9ea2-9537a71c0bcc">
---
docs/how-to-build.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/how-to-build.md b/docs/how-to-build.md
index f95206403..e609be671 100644
--- a/docs/how-to-build.md
+++ b/docs/how-to-build.md
@@ -40,7 +40,7 @@ license: "This software is licensed under the Apache License
version 2."
1. Clone the Gravitino project.
-If you want to contribute to this open-source project, please fork the project
on GitHub first. After forking, clone the forked project to your local
environment, make your changes, and submit a pull request (PR).
+ If you want to contribute to this open-source project, please fork the
project on GitHub first. After forking, clone the forked project to your local
environment, make your changes, and submit a pull request (PR).
```shell
git clone [email protected]:apache/gravitino.git