apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.77k stars 1k forks source link

[Task] <In the Documentation Contribution Guidelines, add the Documentation Writing Guidelines> #2648

Open yuluo-yx opened 2 months ago

yuluo-yx commented 2 months ago

Description

Nowadays, there is no standardization of document writing, we can use [Docs]https://github.com/ruanyf/document-style-guide] as a guide to standardize the use of documents.

@tomsun28 @zhangshenghang @zqr10159, how do you think?

Task List

No response

tomsun28 commented 2 months ago

hi we already has the markdown lint check https://github.com/apache/hertzbeat/blob/master/.markdownlint-cli2.jsonc , it is also a standardization of document writing.

yuluo-yx commented 2 months ago

hi we already has the markdown lint check https://github.com/apache/hertzbeat/blob/master/.markdownlint-cli2.jsonc , it is also a standardization of document writing.

I think they are different. The format check of md is aimed at the fixed md writing format. And what is in the link is the content. I think they can compare it to ci checking the style of the composition. The function of this link is how to write a more vivid composition.

zhangshenghang commented 2 months ago

I looked at the above document, it can be recommended as a best practice, it cannot be used as a requirement to constrain everyone, I think format check still uses markdownlint-cli2.jsonc, You can improve the configuration rules of markdownlint documents to make the documents more standardized.

yuluo-yx commented 2 months ago

I looked at the above document, it can be recommended as a best practice, it cannot be used as a requirement to constrain everyone, I think format check still uses markdownlint-cli2.jsonc, You can improve the configuration rules of markdownlint documents to make the documents more standardized.

yep, That's what I mean, use him as a best practice guide, not a mandatory requirement, and refer to it when writing.