Skip to content
Discussion options

You must be logged in to vote

Hi @opensource-coder909

You need to extend the mkdocs-material theme.

You need to add partials/copyright.html and add your copyright footer like this:

<div class="md-copyright">
  {% if config.copyright %}
    <div class="md-copyright__highlight">
      {{ config.copyright }}
    </div>
  {% endif %}
<p>&copy; 2025<a href="[YOUR URL]" target="_blank" rel="noopener"> [YOUR NAME] </a><br>
      <!-- Copyright and theme information -->
  Built using <a href="https://squidfunk.github.io/mkdocs-material" target="_blank" rel="noopener">Material for MkDocs</a> 
</div>

This is well described in the documentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by niclasheinz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants