You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to publish new reference docs, but there's a few issues:
The gulpfiles were converted to mjs from cjs in build: Refactor gulpfiles from CJS to ESM #9149 but some imports are not in the correct format, so the docs_tasks gulp tasks fail (header and replace need to be imported differently)
I'm having some issues with ajv (a dependency of one of the dependencies) that I resolved by just installing a later version of ajv manually, which I'm sure isn't the correct solution, but I don't know what else to try and it works so whatever
api-documenter switched to using html tables instead of markdown tables, so the code that builds the _toc.yaml file we need for the table of contents doesn't work. this will require the most work to fix.
We need to publish new reference docs, but there's a few issues:
headerandreplaceneed to be imported differently)ajv(a dependency of one of the dependencies) that I resolved by just installing a later version of ajv manually, which I'm sure isn't the correct solution, but I don't know what else to try and it works so whatever_toc.yamlfile we need for the table of contents doesn't work. this will require the most work to fix.