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

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: Updated third party library, rebased and fixed a path issue caused by rebasing 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..c1a97dc88753a0cf9cd0323a1dbfdf870102dc6e 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
- //}
}
« no previous file with comments | « chrome/common/extensions/docs/server2/server_instance.py ('k') | third_party/google_appengine_cloudstorage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698