Skip to content

contributing: Fix lua stript

Andrei Gherzan requested to merge agherzan/docs:ag/fixes-contributing into main

The lua script for filtering out toctrees started to fail with the latest pandoc with:

./CONTRIBUTING.lua:12: attempt to index a nil value (field 'integer index')

We fix it by using the classes:includes which is simpler and it works.

Merge request reports