| 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
|
| - //}
|
| }
|
|
|