MkDocs use a specific syntax to weight the occurence of the search engine. Code documents should have less weight than main documentation. --- search: boost: 0.5 --- Should somehow be implemented in the templating system using custom templates
MkDocs use a specific syntax to weight the occurence of the search engine.
Code documents should have less weight than main documentation.
search:
boost: 0.5
Should somehow be implemented in the templating system using custom templates