Partial rendering of Open API doc while enabling 'custom_dir' #8239
-
Hi all, I am investigating mkdocs-material for API documentation and I am using swagger ui plugin to render API specs. I wanted to use the announcement features to add release updates on the top of my documentation, but when I update the mkdocs.yml file with
Do you have any idea of what I am doing wrong? Any guidance on how to overcome this? Thanks Vincent |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @vincentlel, After looking at the source code for the linked plugin I don't see any issues with the
Final version of the {% extends "base.html" %}
{% block announce %}
Hello World
{% endblock %} Lastly, you can run |
Beta Was this translation helpful? Give feedback.
-
@kamilkrzyskow thanks for your help. I created a test project as recommend and it works just fine. The root cause of the issue was and empty section in main.html {% block extrahead %}{% endblock %} ... |
Beta Was this translation helpful? Give feedback.
@kamilkrzyskow thanks for your help. I created a test project as recommend and it works just fine. The root cause of the issue was and empty section in main.html {% block extrahead %}{% endblock %} ...