mirror of
https://github.com/supabase/supabase.git
synced 2026-05-23 10:21:37 +08:00
Keeps track of fine-grained (per section) edit times for docs content. Once daily, a GitHub Action runs that: - Checks whether content hashes have changed for each section - Updates the table that tracks content edit times if the hashes have changed Note: The cron job isn't scheduled yet. I'll run the Action manually a few times to validate it, then turn it on in another PR.