aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/js/content (follow)
Commit message (Collapse)AuthorAgeLines
* Add Tag Group SupportGravatar Hassan Abouelela2022-08-14-0/+5
| | | | | | | Adds support for tag groups in content. This involves some modification to the routing, and templating. Signed-off-by: Hassan Abouelela <[email protected]>
* Improve Tag CroppingGravatar Hassan Abouelela2022-08-13-0/+36
| | | | | | | Move the tag cropping logic to the frontend, which makes it easier to crop without crossing boundaries such as link or code block boundaries. Signed-off-by: Hassan Abouelela <[email protected]>
* Refactor: collapsibles as a stand-alone componentGravatar Leon Sandøy2022-01-30-13/+0
|
* Restructure bot contributing guide (#591)Gravatar Boris Muratov2021-10-17-0/+13
* Restructure bot contributing guide Restructures the bot guide to focus on getting users "through the door" first, and slowly adding additional information and options. The guide is built in terms of showing ways to run the bot and how to achieve it, rather than listing all of the information for each configuration and environment variable right away. That said, the attempt was to still present the reader with the full information they need, and to still be able to use as a quick reference for contributors who are already familiar with the project. As a style choice, this guide incorporates collapsible elements, which required some CSS and JS additions. This could be resolved with the bulma-collapsible extension, but it doesn't seem to function well inside django templates. The guide includes an optional config.yml to use with the test server template. This is a temporary measure until we get the bootstrapping application going. This guide additionally splits the bot account creation and obtaining Discord ID's guides and they didn't seem related. The original file is kept for now as it is used by other guides at the moment.