[doc] Use related path for img#10325
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #10325 +/- ##
============================================
+ Coverage 40.45% 40.47% +0.01%
- Complexity 4779 4782 +3
============================================
Files 868 868
Lines 35301 35301
Branches 3931 3931
============================================
+ Hits 14282 14287 +5
+ Misses 19589 19587 -2
+ Partials 1430 1427 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Use related path in our docs for imgs, previous can not use because website need the absolute path from root directory, and after we merged apache/dolphinscheduler-website#789 we have covert function to do that close: apache#9426
106b955 to
fba58d2
Compare
|
Kudos, SonarCloud Quality Gate passed! |
|
PTAL @QuakeWang |
QuakeWang
left a comment
There was a problem hiding this comment.
The image formatting part of the document contains HTML and it is recommended that this be changed to MarkDown format.
|
|
||
| <p align="center"> | ||
| <img src="/img/architecture-1.3.0.jpg" alt="System architecture diagram" width="70%" /> | ||
| <img src="../../../img/architecture-1.3.0.jpg" alt="System architecture diagram" width="70%" /> |
There was a problem hiding this comment.
If possible, we can use markdown instead of html : )
There was a problem hiding this comment.
I think it is out of this PR or issue scope, and we already have a some related issue in #8391, and we can fix this issue in that PR. WDTY?
There was a problem hiding this comment.
I think it is out of this PR or issue scope, and we already have a some related issue in #8391, and we can fix this issue in that PR. WDTY?
Ok, I have approved it!
|
I add milestones to 3.0.0-alpha which will be directly release from dev branch |
Use related path in our docs for imgs, previous can not use because website need the absolute path from root directory, and after we merged apache/dolphinscheduler-website#789 we have covert function to do that close: apache#9426








Use related path in our docs for imgs, previous
can not use because website need the absolute path
from root directory, and after we merged
apache/dolphinscheduler-website#789 we have covert
function to do that
close: #9426