An open API service indexing awesome lists of open source software.

https://github.com/codecademy/discourse-curriculum-cards-theme


https://github.com/codecademy/discourse-curriculum-cards-theme

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Discourse theme component that adds related curriculum cards to the bottom of each topic page that is in a relevant category

Discourse's dev documentation is unfortunately limited to blog posts and their own source code. Here are some resources you might find useful:
- [developer's guide to discourse themes](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648)
- [a tour of how the widget virtual DOM code in discourse works](https://meta.discourse.org/t/a-tour-of-how-the-widget-virtual-dom-code-in-discourse-works/40347)
- [github search for discourse's available plugin outlets](https://github.com/discourse/discourse/search?q=plugin-outlet&unscoped_q=plugin-outlet)
- [splitting up theme javascript into multiple files](https://meta.discourse.org/t/splitting-up-theme-javascript-into-multiple-files/119369)
- [how to add settings to your discourse theme](https://meta.discourse.org/t/how-to-add-settings-to-your-discourse-theme/82557)