alire
alire copied to clipboard
Tags page in the website
Having a tag list/cloud could be a nice visual addition. Although tags already are searchable and navigable from another crate, this might raise awareness about existing tags.
We could have a tags page in same vain as the crates page, plan:
- Create
generate_tags_data.py(fromdependency_graph.py) that creates_data/tags.json. Call it fromupdate-gh-pages.sh.tags.jsonhas array of crate names while at it. - Create
tags.mdlikecrates.md: for each letter in the alphabet a section with tags. Tag links to search like on the crate pages. - Append
tags.mdtoheader_pagesin_config.yml.
@Fabien-Chouteau ?
Sounds doable, but maybe do it from dependency_graph.py instead of making another script.
And also I would add a link in the crates like the network, but not in the top menu.