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
Due to a CVE we need to add an extra configuration in mkdocs.yml to support the pymdown-extensions version 10.0.
Why is this needed?
If we update the version without changing the configuration, we get this error
poetry run mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
WARNING - A relative path to 'api/" target="_blank' is included in the 'nav' configuration, which is not found in the documentation files
ERROR - Error reading page 'core/logger.md': Snippet at path 'examples/logger/sam/template.yaml' could not be found
Summary
Due to a CVE we need to add an extra configuration in mkdocs.yml to support the pymdown-extensions version 10.0.
Why is this needed?
If we update the version without changing the configuration, we get this error
Which area does this relate to?
Automation
Solution
poetry install [email protected]
poetry run mkdocs serve
Acknowledgment
The text was updated successfully, but these errors were encountered: