[Doc] Add tools/libs to the init database steps#11345
[Doc] Add tools/libs to the init database steps#11345zhongjiajie merged 10 commits intoapache:devfrom
Conversation
|
there is a deadlink found, could you please also fix the dead link in this PR, it related to the doc migration PR #11313 . You should change |
I haven't used this new feature yet. 🤣 Can we add this to the docs too? |
We have already had it in our docs. But later this week I will find a way to install the hook automatically for our developers in case they miss it in docs : ) https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/development-environment-setup.md#code-style |
It is not related to our CI like github action or pre-hook, this dead link because we separate our docs into multiple repos, but they have to connect to each other. In this case, we have to use the whole URL in our document, but when we change the place of source docs(PR1), the link will be changed, and a dead link error throw. |
Got it, thx @zhongjiajie for the explanations! |
|
SonarCloud Quality Gate failed.
|
(cherry picked from commit 983f9b4)
* 3.0.0-release: (161 commits) impv: Versioning python document [doc] Remove not exists task for version 3.0.0 [doc] Correct check style path [doc] Fix checkstyle path [Doc] Add tools/libs to the init database steps (apache#11345) [doc] Fixed hadoop link to avoid dead link [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 3.0.0 Correct docdev.js version [doc] migrate community and development docs into main repo (apache#11313) Fix TaskGroup cannot work and will cause master dead loop (apache#11254) (apache#11318) Some docs version change fix: cherry pick bug for document img path [Doc] update the configuration doc (apache#11113) [doc] Add notice when environment can not select (apache#11276) fix: Current node settings number of failed retries may not be negative (apache#10530) [Fix]Recovery Traffic Control Config (apache#10505) Modify obsolete swagger parameters in AuditLogController (apache#10494) [fix][master]: fix condition npe (apache#10478) Update SparkRuntimeEnvironment.java (apache#10549) ... # Conflicts: # deploy/kubernetes/dolphinscheduler/values.yaml # dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/TenantService.java # dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TenantServiceImpl.java # dolphinscheduler-api/src/main/resources/application.yaml # dolphinscheduler-standalone-server/src/main/java/org/apache/dolphinscheduler/StandaloneServer.java # dolphinscheduler-standalone-server/src/main/resources/application.yaml # dolphinscheduler-ui/src/views/home/index.tsx










Purpose of the pull request
Fix #11314