-
Hello, First of all, thanks a lot for your work, Material for MkDocs is an awesome project! My question : I maintain an unofficial translation for Zotero : https://docs.zotero-fr.org As it is an unofficial translation, to credit the official documentation all my pages begins with a link to the original resource : My problem is that this text is logically used in the search summary, which is not relevant : Is there a way to "exclude" some content from being used the search summary? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks! Yes, there is, and it's super simple: # Document title
The content of this block is included
The content of this block is excluded
{ data-search-exclude } Note that this feature is currently reserved for sponsors, as it's solely available via Insiders. If you decide to sponsors, you can use it immediately. Otherwise, you have to wait until the funding goal to which it is tied is reached. |
Beta Was this translation helpful? Give feedback.
Thanks! Yes, there is, and it's super simple:
# Document title The content of this block is included The content of this block is excluded { data-search-exclude }
Note that this feature is currently reserved for sponsors, as it's solely available via Insiders. If you decide to sponsors, you can use it immediately. Otherwise, you have to wait until the funding goal to which it is tied is reached.