We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd4454 commit d931339Copy full SHA for d931339
README.md
@@ -53,6 +53,7 @@ plugins:
53
datetime_format: "%Y-%m-%d %H:%M"
54
default_time: "09:30"
55
default_timezone: Europe/Paris
56
+ description: "My custom feed description" # MkDocs site_description: will be used if this key is not present
57
enabled: true
58
feeds_filenames:
59
json_created: feed_json_created.json
@@ -66,6 +67,7 @@ plugins:
66
67
match_path: ".*"
68
pretty_print: false
69
rss_feed_enabled: true
70
+ title: "My custom feed title" # MkDocs site_name: will be used if this key is not present
71
url_parameters:
72
utm_source: "documentation"
73
utm_medium: "RSS"
0 commit comments