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

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

Issue 163813002: Docserver: Add clean URL support to the GCS content providers. (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
« no previous file with comments | « chrome/common/extensions/docs/server2/integration_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6d147162439ca00afc962221b88996b103cd87b7..a1448d00826ba8c9231a37c8757ab56b7ad0b60c 100644
--- a/chrome/common/extensions/docs/templates/json/content_providers.json
+++ b/chrome/common/extensions/docs/templates/json/content_providers.json
@@ -79,6 +79,7 @@
"supportsTemplates": true
},
"devtools-docs": {
+ "defaultExtensions": [".html", ".md"],
"gcs": {
"bucket": "gs://chromedocs-devtools"
},
@@ -86,6 +87,7 @@
"supportsTemplates": true
},
"multidevice-docs": {
+ "defaultExtensions": [".html", ".md"],
"gcs": {
"bucket": "gs://chromedocs-multidevice"
},
@@ -93,6 +95,7 @@
"supportsTemplates": true
},
"webstore-docs": {
+ "defaultExtensions": [".html", ".md"],
"gcs": {
"bucket": "gs://chromedocs-webstore"
},
« no previous file with comments | « chrome/common/extensions/docs/server2/integration_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698