| 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 230fefb71feb60c8d5167be7cf6ac6bd59665d5e..afdedc5ee231d29984a7c5b2f799e6c02e8391cf 100644
|
| --- a/chrome/common/extensions/docs/templates/json/content_providers.json
|
| +++ b/chrome/common/extensions/docs/templates/json/content_providers.json
|
| @@ -74,7 +74,10 @@
|
| },
|
| "serveFrom": "native-client",
|
| "supportsTemplates": true
|
| - },
|
| + }
|
| +
|
| + // GitHub is not working at the moment. Disable entirely.
|
| + //
|
| //"devtools-docs": {
|
| // "github": {
|
| // "owner": "GoogleChrome",
|
| @@ -83,20 +86,20 @@
|
| // "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
|
| - }
|
| + //"multidevice-docs": {
|
| + // "github": {
|
| + // "owner": "GoogleChrome",
|
| + // "repo": "multi-device"
|
| + // },
|
| + // "serveFrom": "multidevice",
|
| + // "supportsTemplates": true
|
| + //},
|
| + //"webstore-docs": {
|
| + // "github": {
|
| + // "owner": "GoogleChrome",
|
| + // "repo": "webstore-docs"
|
| + // },
|
| + // "serveFrom": "webstore",
|
| + // "supportsTemplates": true
|
| + //}
|
| }
|
|
|