Unassigned because I won't have time to work this before some planned OOO time. If anyone picks this up i'd recommend starting with the Poetry version. Looks like we aren't pinning poetry to a specific version so we might try installing an older version and see if it generates the docs correctly.
Sorry, I should have reassigned to myself. I think I've pinned down the issue: MkDocs is looking for a newline before a list in order to read it as one. Looks like bumped the version from 1.3.1 to 1.4.3 in the previous commit, but we're doing so via our material version. I'm going to tinker a bit and see if I can alter that in the settings before reverting the versions. Otherwise, we might want to look into updating our docs and adding that newline. This looks like a somewhat common markdown convention so perhaps better to keep a newer version and adopt the convention.
So it looks like these issues were caused by malformed markdowns and only now apparent that mkdocs/material have become more restrictive in parsing. In light of that, I added markdown linting functionality in lieu of reverting package versions. Presently, it's only enforcing the specific formatting issue causing the errors noted herein, but could be broadened or applied across all Big Bang packages in the future, if needed.
thanks Nicole. Looks like the team that added Harbor didn't properly generate the package readme. I've opened an MR to fix this which should fix the bb docs compiler pipeline for your MR. Once we run a passing pipeline we can merge.