| 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 c1a97dc88753a0cf9cd0323a1dbfdf870102dc6e..6d147162439ca00afc962221b88996b103cd87b7 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
|
| },
|
|
|