11# QuestDB Documentation
22
3- Uses [ Docusaurus] ( https://docusaurus.io/ ) .
3+ Uses [ Docusaurus] ( https://docusaurus.io/ ) .
44
55## Quick start
66
@@ -31,7 +31,7 @@ Most changes are reflected live without having to restart the server.
3131docker-compose up
3232```
3333
34- ## Contributing
34+ ## Contributing
3535
3636You'll need to sign a quick CLA.
3737
@@ -49,23 +49,26 @@ Then push your branch to GitHub and create a PR.
4949
5050We'll review the PR and generate a preview build.
5151
52- A QuestDB member must add the ` preview ` label to your PR to deploy a preview build.
52+ A QuestDB member must add the ` preview ` label to your PR to deploy a preview
53+ build.
5354
5455Once it looks good, we'll merge!
5556
56- ### Enhancements, bugs, typos
57+ ### Enhancements, bugs, typos
5758
5859We'd love your help!
5960
60- Raise a [ GH issue] ( https://github.com/questdb/documentation/issues/new/choose ) or tackle a PR.
61+ Raise a [ GH issue] ( https://github.com/questdb/documentation/issues/new/choose )
62+ or tackle a PR.
6163
6264## Syntax
6365
6466### Railroad diagrams
6567
6668Our SQL syntax diagrams are created using Railroad.
6769
68- To create a diagram, use the [ Railroad online editor] ( https://www.bottlecaps.de/rr/ui ) to see it rendered.
70+ To create a diagram, use the
71+ [ Railroad online editor] ( https://www.bottlecaps.de/rr/ui ) to see it rendered.
6972
7073Once you're happy with it, copy the Railroad syntax and add it to:
7174
@@ -90,19 +93,21 @@ For example:
9093python3 scripts/railroad.py renameTable
9194```
9295
93- During its final output, a markdown image with the appropriate syntax is printed:
96+ During its final output, a markdown image with the appropriate syntax is
97+ printed:
9498
9599``` text
96100Copy the image syntax below and paste it into your markdown file:
97101
98102```
99103
100- Copy this syntax and paste it into the markdown file where you want the diagram to appear.
104+ Copy this syntax and paste it into the markdown file where you want the diagram
105+ to appear.
101106
102107The script requires:
103108
104- * Java (to run the ` rr.war ` file)
105- * Python (to execute the ` railroad.py ` script)
109+ - Java (to run the ` rr.war ` file)
110+ - Python (to execute the ` railroad.py ` script)
106111
107112### Math Expressions
108113
@@ -189,3 +194,7 @@ On top of this, we follow the rules set by the
189194
190195You do not need to run the linting task manually, Webpack will take care of that
191196for you.
197+
198+ In your editor, turn on "format on save".
199+
200+ It'll help!
0 commit comments