Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5078)

Unified Diff: chrome/common/extensions/docs/templates/json/content_providers.json

Issue 148293018: Docserver: Make the .html extension unnecessary for content pages, for example, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698