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 0b74b25 commit de469b1Copy full SHA for de469b1
1 file changed
_plugins/generated_features.rb
@@ -152,7 +152,7 @@ def generate_baseline(site)
152
# TODO:
153
data_source = "Support data provided by: [](https://github.com/mdn/browser-compat-data)"
154
155
- doc.data['title'] = feature['title']
+ doc.data['title'] = "web-feature: " + feature['title']
156
doc.data['description'] = feature['description']
157
doc.data['slug'] = feature['slug']
158
doc.data['category'] = feature['category']
0 commit comments