Skip to content

Conversation

Guts
Copy link
Owner

@Guts Guts commented Jun 9, 2024

It's now possible to have a mkdocs.yml like this:

plugins:
  - rss
  - rss:
      feeds_filenames:
        json_created: blog.json
        json_updated: blog-updated.json
        rss_created: blog.xml
        rss_updated: blog-updated.xml
      match_path: "blog/.*"

Closes #219

@github-actions github-actions bot added enhancement New feature or request quality Tests, project resiliency, etc. labels Jun 9, 2024
Copy link

codecov bot commented Jun 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.04%. Comparing base (2c6ce74) to head (bf65fdd).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #280      +/-   ##
==========================================
+ Coverage   84.65%   85.04%   +0.38%     
==========================================
  Files          10       10              
  Lines         554      555       +1     
  Branches      117      117              
==========================================
+ Hits          469      472       +3     
+ Misses         54       53       -1     
+ Partials       31       30       -1     
Flag Coverage Δ
unittests 84.86% <100.00%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
mkdocs_rss_plugin/plugin.py 94.07% <100.00%> (+1.53%) ⬆️

@Guts Guts force-pushed the feature/allow-multiple-instances branch from fc0508c to bf65fdd Compare June 9, 2024 19:11
Copy link

sonarqubecloud bot commented Jun 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Guts Guts enabled auto-merge June 9, 2024 19:11
@Guts Guts merged commit 9619dcf into main Jun 9, 2024
@Guts Guts deleted the feature/allow-multiple-instances branch June 9, 2024 19:12
@alexvoss
Copy link
Contributor

Thanks for this. I created a small example project and it seems to work the way I would expect it to. Great stuff!

@Guts
Copy link
Owner Author

Guts commented Jun 11, 2024

Thanks for your feedback and your patience! Looking forward for quality improvements in social cards requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request quality Tests, project resiliency, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

multiple instances? #feature_request

2 participants