binary files that Apache IoTDBs website and documents use

Clone this repo:
  1. d78bb62 Keep thrift prebuilt artifacts under target (#74) by Haonan · 4 weeks ago main iotdb-tools-thrift-v0.23.0.0
  2. 163f3f4 Bump actions/download-artifact from 4 to 8 (#70) by dependabot[bot] · 4 weeks ago
  3. f46f57d Bump actions/upload-artifact from 4 to 7 (#71) by dependabot[bot] · 4 weeks ago
  4. ed07cbe Bump actions/checkout from 4 to 6 (#72) by dependabot[bot] · 4 weeks ago
  5. 50f1692 Bump actions/setup-java from 4 to 5 (#73) by dependabot[bot] · 4 weeks ago

This repository is for storing the binary files for Apache IoTDB project's document, compiler etc..

For example, if you have a figure in docs/UserGuide/IoTDB-Introduction/What-is-IoTDB.md in Apache IoTDB's repository, then please create a folder docs/UserGuide/IoTDB-Introduction/What-is-IoTDB in this repository, put the figure into the folder, and naming a meaningful figure name to the figure.

Exception: if the markdown file name is readme.md, then you do not need to add new folder anymore. For example, if you want to add figures to docs/Download/readme.md, then you just need to create a folder docs/Download, and put all figures to the folder.

If you need to upload figure to some module's readme.md (For example, you want to add a figure into tsfile/readme.md, you have to obey the similar rule: create a folder tsfile, and put all figures there.