Pil0tXia commented on code in PR #152:
URL: https://github.com/apache/eventmesh-site/pull/152#discussion_r1427685946


##########
docs/instruction/03-runtime.md:
##########
@@ -1,6 +1,6 @@
 # EventMesh Runtime
 
-The EventMesh Runtime is a stateful mesh node in an EventMesh cluster that is 
responsible for event transfer between the Source Connector and the Sink 
Connector, and can use EventMesh Storage as a storage queue for events.
+The EventMesh Runtime is a stateful mesh node in an EventMesh cluster that is 
responsible for event transfer between the Source Connector and the Sink 
Connector, and can use Event Store as a storage queue for events.
 
 ![EventMesh Runtime](/images/design-document/runtime.png)

Review Comment:
   No problem, this is also a task in my plan. The links to these images are 
absolute paths based on the Docusaurus website, and they cannot be accessed 
correctly when editing the markdown files locally. Using relative paths can 
satisfy both online publishing and local editing needs. Additionally, relative 
paths pointing to markdown files can be correctly interpreted as web paths. I 
will standardize these links and update the contribution guidelines.
   
   However, relative paths also have drawbacks. When a folder is moved, all 
relative paths in the markdown files will become invalid and need to be 
updated. Moreover, when there are many folder levels, the use of `../` can make 
it challenging to determine the hierarchical relationships.
   
   ---
   
   
没问题,这也是在我的计划中的一项任务。这些图像的链接是以docusaurus网站为基础的绝对路径,在本地编辑md文件时无法正确访问图片。使用相对路径即可同时满足线上发布和本地编辑的需要,同时,指向md文件的相对路径也可以被正确解析为web路径,这些链接我也会去统一,并更新贡献指南。
   
   
但相对路径也有缺点。当文件夹被移动时,所有的md文件中的相对路径都将失效,需要记得修改。而且,当文件夹层级较多时,`../`这种用法也会很多,会难以判断上下级关系。



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to