-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add local startup documentation and fix design documentation subdirectories not being internationalized #132
Conversation
andream7
commented
Sep 11, 2023
•
edited
Loading
edited
- Add local startup documentation
- fix design documentation subdirectories not being internationalized
- Fixed issues with multiple versions of the document, such as link, description, and punctuation errors.
- [ISSUE #119, #121] CN and EN content of documents of different release versions #126 some problem that hasn't been solved in this
# Eventmesh-runtime 快速入门说明 | ||
|
||
EventMesh Runtime 是 Apache EventMesh(孵化)的核心组件。它是在生产者和消费者之间传输事件的中间件。该文档介绍了在本地或测试环境中安装和启动最新版 EventMesh Runtime 的步骤。EventMesh Runtime 需要一个基于 Linux 的系统,并配备 JDK(Java 开发包)8+。 | ||
EventMesh Runtime 是 EventMesh 集群中无状态的 Mesh 节点,负责 Source Connector 与 Sink Connector 之间的事件传输,并可以使用 EventMesh Storage 作为事件的存储队列。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is no need to change old version documents.
type: 'category', | ||
label: 'Observability', | ||
collapsible: true, | ||
collapsed: false, | ||
items: [ | ||
{ | ||
type: 'autogenerated', | ||
dirName: 'design-document/02-observability', | ||
}, | ||
], | ||
}, | ||
'design-document/schema-registry', | ||
'design-document/spi', | ||
'design-document/stream', | ||
], | ||
}, | ||
{ | ||
type: 'category', | ||
label: 'Installation and Deployment', | ||
collapsible: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #152.