site
site copied to clipboard
Page listing all tags and their content
I think it would be beneficial to have a page with toggle dropdowns listing all the tags we have and their contents for easy viewing.
We have the !tags
on the server, but to read their contents you would have to run !tag-name
on each individual tag or browse to our bot repository and read the markdown files directly. Both are not quite the smooth user experience I would want the folks on our server to have.
We can can build this page somewhat dynamically as it can pull from the specific bot repository on GitHub itself and use a jinja template to build the page from the markdown files.