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
Currently we are setting keywords in each tools md header, however we can take advantage of material for mkdocs' built in tags plugin for page categorization.
# mkdocs.ymlplugins:
- tags
Current header of r.profile
---name: d.profiledescription: Plots profile of a transect.keywords: display, profile, raster, plot---
Header with tags support:
---name: d.profiledescription: Plots profile of a transect.tags: display, profile, raster, plot---
The text was updated successfully, but these errors were encountered:
It's the material mkdocs way of doing what we are doing with keywords. Some advantages are nice icon integration and an automated tags index. We don't need to do this right away, but I think it looks nice.
cwhite911
changed the title
[Feat] Add mkdocs tag to tool headers
[Feat] docs: Add mkdocs tag to tool headers
Feb 13, 2025
I like the plugin and we already have rich keywords. I would knock down other things first though since we have system for keywords already in place and it has its own sophistication. It will be nice to drop that custom code at some point though.
Currently we are setting keywords in each tools md header, however we can take advantage of material for mkdocs' built in
tags
plugin for page categorization.Current header of
r.profile
Header with
tags
support:The text was updated successfully, but these errors were encountered: