Closed Mik-TF closed 9 months ago
To answer #375, I pushed a new commit here. It fits with this PR as it includes another script (to generate cloud pricing based on current tft price).
@xmonader You'll see that the readme was updated too.
We now run scripts to fetch data for different TFT stats (e.g. wallets).
So we now need jq and bc (see readme). This should be installed on the server building the manual.
sudo apt-get update
sudo apt-get install -y jq
sudo apt-get install -y bc
Also, we updated the workflow so it runs make build (which runs the scripts and then runs mdbook build).
Related Issue
This is to answer #358
Link with other PRs
This, along with #367, will make sure we have better data for tft price and marketcap, while showing the last changed (commit).
Work Done
Modified the workflow to use make build instead of mdbook build -d docs
Notes
There are ways to reduce the lines of code, e.g. use loop for the bash scripts of wallets. This could be worked on later. The important part is that this version is 100% functional for the ouput (the manual).