-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot override config of extensions appended in techdocs-core #220
Comments
After some more investigation I see that the config is correctly applied in normal mkdocs serve (on 8080) even with the techdocs-core plugin added so it seems something is being stripped out (dont know if this depends on some js) but something in techdocs is preventing the generation of the slugified anchor links. |
@kunickiaj which version of |
Using techdocs-core 1.4.2 and backstage 1.30.1 and whatever the latest CLI is I think. I did try to patch around this but still had no success in the slugify tabs to work. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
For example, if one wants to enable slugify on content tabs, they cant because the extension is always appended even if already configured in the user's mkdocs.yml
I saw #214 which i think intended to address this issue, but i still cant get configuration to get merged with the default atechdocs one.
mkdocs-techdocs-core/src/core.py
Line 127 in 8bc1e2a
Have also tried
I suspect the issue is that while #214 removed the superfences plugin from the list of appended, it did not remove the others provided by
pymdownx.extra
still resulting in impossible configuration for those.The text was updated successfully, but these errors were encountered: