Chromium Code Reviews| 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 90c01182ba1b1ebc4cef19bc63bdc6c0cc93ab8c..96f7e494589c5e87143c0bc11eacef441c83bf03 100644 |
| --- a/chrome/common/extensions/docs/templates/json/content_providers.json |
| +++ b/chrome/common/extensions/docs/templates/json/content_providers.json |
| @@ -60,5 +60,26 @@ |
| "dir": "docs/static" |
| }, |
| "serveFrom": "static" |
| + }, |
| + "webstore-docs": { |
| + "serveFrom": "webstore", |
| + "github": { |
| + "owner": "GoogleChrome", |
| + "repo": "webstore-docs" |
| + } |
| + }, |
| + "devtools-docs": { |
|
not at google - send to devlin
2013/11/11 04:23:16
nit: alphabetical order (is the least arbitrary ar
mkearney1
2013/11/11 18:10:03
Done.
|
| + "serveFrom": "devtools", |
| + "github": { |
| + "owner": "GoogleChrome", |
| + "repo": "devtools-docs-migration" |
| + } |
| + }, |
| + "multidevice-docs": { |
| + "serveFrom": "multidevice", |
| + "github": { |
| + "owner": "GoogleChrome", |
| + "repo": "multi-device" |
| + } |
| } |
| } |