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 efc334a6a [CELEBORN-877][FOLLOWUP][DOC] Expand 'note' blocks by
default in the docs sbt.md
efc334a6a is described below
commit efc334a6aadb1013ce28767e69d03cde50f5cf8d
Author: Fu Chen <[email protected]>
AuthorDate: Fri Aug 11 21:54:24 2023 +0800
[CELEBORN-877][FOLLOWUP][DOC] Expand 'note' blocks by default in the docs
sbt.md
### What changes were proposed in this pull request?
As title
### Why are the changes needed?
As title
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GA
Closes #1806 from cfmcgrady/sbt-docs-followup.
Authored-by: Fu Chen <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
---
docs/developers/sbt.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developers/sbt.md b/docs/developers/sbt.md
index 4ca28d0c1..8daa6c9a7 100644
--- a/docs/developers/sbt.md
+++ b/docs/developers/sbt.md
@@ -261,7 +261,7 @@ cp build/sbt-config/repositories-cn.template
build/sbt-config/repositories-local
Furthermore, it is strongly encouraged that developers from various regions
contribute templates tailored to their respective areas.
-??? note
+!!! note
1. `build/sbt-config/repositories-local` takes precedence over
`build/sbt-config/repositories` and is ignored by `.gitignore`.
2. Should the environment variable `DEFAULT_ARTIFACT_REPOSITORY` be set,
it attains the highest priority among non-local repositories.
3. Repository priority is determined by the file order; repositories
listed earlier possess higher precedence.