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
site_name: '...'site_description: '...'#uncomment the below lines if you want to enable the edit button in your techdocsedit_uri: blob/main/docs/ #don't change it, just uncommentrepo_url: '...'theme:
name: materialpalette:
scheme: defaultfeatures:
- toc.follow
- navigation.indexes
- content.code.copy
- content.code.annotateicon:
admonition:
example: fontawesome/solid/flaskplugins:
- techdocs-core
- awesome-pagesmarkdown_extensions:
- pymdownx.highlight:
anchor_linenums: trueline_spans: __spanpygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- mdx_truly_sane_lists:
nested_indent: 4
Unfortunately, the icons stay the same when we try to run a preview of the documentation with npx @techdocs/cli serve. If we switch to mkdocs (mkdocs serve) directly, the icons work as expected.
We found an issue squidfunk/mkdocs-material#3987 suggesting that removing the palette setting might solve the issue, but this did not help in out case.
The text was updated successfully, but these errors were encountered:
We are currently trying to change the admonition icons as explained in the material theme documentation.
Our mkdocs.yaml looks like this:
Unfortunately, the icons stay the same when we try to run a preview of the documentation with
npx @techdocs/cli serve
. If we switch to mkdocs (mkdocs serve
) directly, the icons work as expected.We found an issue squidfunk/mkdocs-material#3987 suggesting that removing the
palette
setting might solve the issue, but this did not help in out case.The text was updated successfully, but these errors were encountered: