| 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..fa58e4772ebd0db9d553f584c3c53c7e835388a0 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"
|
| + },
|
| + "devtools-docs": {
|
| + "github": {
|
| + "owner": "GoogleChrome",
|
| + "repo": "devtools-docs-migration"
|
| + },
|
| + "serveFrom": "devtools"
|
| + },
|
| + "multidevice-docs": {
|
| + "github": {
|
| + "owner": "GoogleChrome",
|
| + "repo": "multi-device"
|
| + },
|
| + "serveFrom": "multidevice"
|
| + },
|
| + "webstore-docs": {
|
| + "github": {
|
| + "owner": "GoogleChrome",
|
| + "repo": "webstore-docs"
|
| + },
|
| + "serveFrom": "webstore"
|
| }
|
| }
|
|
|