apache/dolphinscheduler

[DSIP-2][Doc] Refactor the document

Open

#6.535 geöffnet am 14. Okt. 2021

Auf GitHub ansehen
 (30 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)Java (4.324 Forks)batch import
DSIPdocumentgood first issuegood ideahelp wanted

Repository-Metriken

Stars
 (11.659 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 21h) (22 gemergte PRs in 30 T)

Beschreibung

Description

For now, we documentation is not easy enough to read and maintain. I think documentation is also an important for OSS, it would be

General

  • Sperate user_muanl/user_manal to multiple file with different level. https://github.com/apache/dolphinscheduler-website/pull/453
  • Add directory for our image file, start this task until all we markdown document is done.
  • Find a way to use codebase repo directory icon files instead of copy-paste

Content

DRY

  • remove duplicate content in the document, for example in installation we have duplicate download mysql dependent
  • Many parameters of task have same definition, find a way to handle it. maybe we could see what github/doc do, https://github.com/github/docs

Missing document

To be classify

To be update

Syntax

  • Use markdown table syntax instead of html table syntax <table>
  • Find a better way to show our picture, for now it use html syntax in markdown file. I find our it can be show use markdown image syntax, such as this line

CI

Contributor Guide