starrocks/docs
絵空事スピリット 30d3af129c
[Doc] Fix Storage Root Path (#14614)
2022-12-05 17:48:25 +08:00
..
.github Merge docs with all commits 2022-07-14 22:20:11 +08:00
administration [Doc] Fix Storage Root Path (#14614) 2022-12-05 17:48:25 +08:00
assets 2.5 priority-based queuing for BrokerLoad (#14355) 2022-11-30 19:26:07 +08:00
benchmarking fix the relative links under docs/ (#8739) 2022-07-15 16:58:45 +08:00
data_source [Doc]update external catalogs and external tables for 2.5 (#14596) 2022-12-05 15:12:59 +08:00
developers Update IDEA.md (#13868) 2022-11-23 16:18:50 -08:00
faq [Doc] add loading from mysql (#13664) 2022-11-18 11:46:17 +00:00
introduction [Doc] add loading from mysql (#13664) 2022-11-18 11:46:17 +00:00
loading [Doc]update external catalogs and external tables for 2.5 (#14596) 2022-12-05 15:12:59 +08:00
quick_start [Doc] Fix FQDN Deploy (#13856) 2022-11-23 09:52:20 +08:00
reference [Doc] Update Materialized View (#14499) 2022-12-05 10:55:13 +08:00
release_notes [Docs] add 2.3.5 rn (#14344) 2022-11-30 15:11:13 +08:00
sql-reference [Doc] Update Materialized View (#14499) 2022-12-05 10:55:13 +08:00
table_design [Doc] Add Data Compression (#14464) 2022-12-05 10:54:33 +08:00
unloading 2.5 remove brokers (#14550) 2022-12-02 20:30:25 +08:00
using_starrocks [Doc] Update Materialized View (#14499) 2022-12-05 10:55:13 +08:00
.markdownlint.yaml Add Docs (#8617) 2022-07-14 09:02:55 +08:00
README.md Add Docs (#8617) 2022-07-14 09:02:55 +08:00
TOC.md [Doc] Add Information Schema (#14465) 2022-12-05 10:54:53 +08:00

README.md

How to contribute documentation

Thank you very much for contributing to StarRocks documentation! Your help is important to our improvement!

Before contributing, please read this article carefully to quickly understand the tips, writing process, and documentation templates.

Tips

  1. Language: Please use at least one language, Chinese or English. The bilingual version is highly preferred.
  2. Index: When you add a topic, you also need to add an index for the topic in the TOC file, for example, [introduction](/introduction/StarRocks_intro.md). The topic path must be an absolute path. This TOC file will eventually be rendered as the side navigation bar for documentation on our official website.
  3. Images: Images must first be put into the assets folder. When inserting images into the documentation, please use the relative path, such as ![test image](../../assets/test.png).
  4. Links: For internal links (links to documentation on our official website), please use the relative path of the document, such as [test md](../../sql-referencest.md). For external links, the format must be [link text](link URL).
  5. Code blocks: You must add a language identifier for code blocks, for example, ```sql.
  6. Currently, special symbols are not supported.

Writing Process

  1. Writing phase: Write the topic (in Markdown) according to the following template, and add the topic's index to the TOC file if the topic is newly added.

    • Because the documentation is written in Markdown, we recommend that you use markdown-lint to check whether the documentation conforms to the Markdown syntax.
    • When adding the topic index, please pay attention to its category in the TOC file. For example, the Stream Load topic belongs to the Loading chapter.
  2. Submission phase: Create a pull request to submit the documentation changes to our documentation repository on GitHub, English documentation repository (for the English version) and Chinese documentation repository (for the Chinese version).

  3. Review phase:

    The review phase includes automatic checks and manual review.

    • Automatic checks: whether the submitter has signed the Contributor License Agreement (CLA) and whether the documentation conforms to the Markdown syntax.
    • Manual review: Committers will read and communicate with you about the documentation. It will be merged into StarRocks documentation repository and updated on the official website.

Documentation template

Functions SQL command template