QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
171 stars 135 forks source link

Improve SEO Image Creator to Check for Missing Meta Files #1667

Closed DerekMelchin closed 5 months ago

DerekMelchin commented 5 months ago

Expected Behavior

The github action checks if pages have a metadata.json file

Actual Behavior

Not currently checked. We found some pages are missing the metadata.json file. Example

Checklist

AlexCatarino commented 5 months ago

@LouisSzeto , the script that created the SEO can do this, since the images are written to the metadata.json, if the metadata.json is missing, we save the location and list all the missing places at the end as an error.