File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11The docs are written in [ AsciiDoc] ( https://asciidoc.org/ ) (` .adoc ` ). You can view the docs locally in many ways.
22
33- View on IDE
4- - View in Html
4+ - View in HTML
55- View in PDF
66
77## View on IDE
88
99- Install ` AsciiDoc ` plugins in ` VsCode ` or ` Intellij IDEA `
1010
11- ## View in Html
11+ ## View in HTML
1212### Install ` asciidoctor `
1313
1414- Mac OS
@@ -21,7 +21,7 @@ brew install asciidoctor
2121apt-get install asciidoctor
2222```
2323
24- ### Convert to Html
24+ ### Convert to HTML
2525> Tips:` pwd ` is ` cairo/docs/reference `
2626
2727- Convert a single file
@@ -34,7 +34,7 @@ asciidoctor src/Summary.adoc
3434asciidoctor src/* .adoc
3535```
3636
37- Now ` Html ` versions of the documentation will be generated.
37+ Now ` HTML ` versions of the documentation will be generated.
3838
3939## View in PDF
4040### Install ` asciidoctor `
You can’t perform that action at this time.
0 commit comments