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

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

Issue 138443007: Docserver: disable all github content providers. They haven't been working for (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | 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 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
+ //}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698