Missing Stylesheet in Autogenerated RSS Feed
Describe the change you'd like to see
I discovered a kind/bug in the blog/docs/index.md file regarding the RSS Feed link. Currently, the link points to ./feed_rss_created.xml, which appears to be autogenerated. However, upon inspection, it was found that the RSS file lacks the recommended stylesheet, causing it to be rendered as raw code rather than a properly formatted document. This issue affects the user when accessing the RSS Feed.
Proposed Solution:
- Investigate the configuration of mkdocs to understand how the RSS file is being generated.
- Determine how to incorporate the XSLT stylesheet into the autogenerated RSS file to ensure proper rendering.
- Test the solution to ensure that the RSS Feed is displayed correctly on the website.
Additional context
Add any other context or screenshots about the feature request here.
cc: @Cali0707
/assign
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.