Index: chrome/common/extensions/docs/templates/json/content_providers.json |
diff --git a/chrome/common/extensions/docs/templates/json/content_providers.json b/chrome/common/extensions/docs/templates/json/content_providers.json |
index afdedc5ee231d29984a7c5b2f799e6c02e8391cf..2cf7a0c00e118a76c11412ccaf0178b58dc66768 100644 |
--- a/chrome/common/extensions/docs/templates/json/content_providers.json |
+++ b/chrome/common/extensions/docs/templates/json/content_providers.json |
@@ -45,6 +45,7 @@ |
"chromium": { |
"dir": "chrome/docs" |
}, |
+ "defaultExtensions": [".html", ".md"], |
"serveFrom": "home", |
"supportsTemplates": true |
}, |
@@ -59,6 +60,7 @@ |
"chromium": { |
"dir": "chrome/common/extensions/docs/templates/public" |
}, |
+ "defaultExtensions": [".html", ".md"], |
"serveFrom": "", |
"supportsTemplates": true |
}, |
@@ -72,6 +74,7 @@ |
"chromium": { |
"dir": "native_client_sdk/doc_generated" |
}, |
+ "defaultExtensions": [".html", ".md"], |
"serveFrom": "native-client", |
"supportsTemplates": true |
} |