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

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

Issue 139303023: add GCS support to docs server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 11 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 901888689993c76dcd4dfd0027f6aa27ce3f4b1b..f06169a36920265dc506abb539af9e8734e9c33a 100644
--- a/chrome/common/extensions/docs/templates/json/content_providers.json
+++ b/chrome/common/extensions/docs/templates/json/content_providers.json
@@ -74,32 +74,26 @@
},
"serveFrom": "native-client",
"supportsTemplates": true
+ },
+ "devtools-docs": {
+ "gcs": {
+ "bucket": "gs://chromedocs-devtools"
+ },
+ "serveFrom": "devtools",
+ "supportsTemplates": true
+ },
+ "multidevice-docs": {
+ "gcs": {
+ "bucket": "gs://chromedocs-multidevice"
+ },
+ "serveFrom": "multidevice",
+ "supportsTemplates": true
+ },
+ "webstore-docs": {
+ "gcs": {
+ "bucket": "gs://chromedocs-webstore"
+ },
+ "serveFrom": "webstore",
+ "supportsTemplates": true
}
-
- // GitHub is not working at the moment. Disable entirely.
- //
- //"devtools-docs": {
- // "github": {
- // "owner": "GoogleChrome",
- // "repo": "devtools-docs-migration"
- // },
- // "serveFrom": "devtools",
- // "supportsTemplates": true
- //},
- //"multidevice-docs": {
- // "github": {
- // "owner": "GoogleChrome",
- // "repo": "multi-device"
- // },
- // "serveFrom": "multidevice",
- // "supportsTemplates": true
- //},
- //"webstore-docs": {
- // "github": {
- // "owner": "GoogleChrome",
- // "repo": "webstore-docs"
- // },
- // "serveFrom": "webstore",
- // "supportsTemplates": true
- //}
}

Powered by Google App Engine
This is Rietveld 408576698