| 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 b80b7764798260f4580823811f09b5d8e523f929..a1448d00826ba8c9231a37c8757ab56b7ad0b60c 100644
|
| --- a/chrome/common/extensions/docs/templates/json/content_providers.json
|
| +++ b/chrome/common/extensions/docs/templates/json/content_providers.json
|
| @@ -41,14 +41,14 @@
|
| // this to true. Otherwise, it's safer and more efficient to omit it.
|
|
|
| {
|
| - //"cr-chrome-docs-home": {
|
| - // "chromium": {
|
| - // "dir": "chrome/docs"
|
| - // },
|
| - // "defaultExtensions": [".html", ".md"],
|
| - // "serveFrom": "home",
|
| - // "supportsTemplates": true
|
| - //},
|
| + "cr-chrome-docs-home": {
|
| + "chromium": {
|
| + "dir": "chrome/docs"
|
| + },
|
| + "defaultExtensions": [".html", ".md"],
|
| + "serveFrom": "home",
|
| + "supportsTemplates": true
|
| + },
|
| "cr-extensions-examples": {
|
| "chromium": {
|
| "dir": "chrome/common/extensions/docs/examples"
|
| @@ -69,37 +69,37 @@
|
| "dir": "chrome/common/extensions/docs/static"
|
| },
|
| "serveFrom": "static"
|
| + },
|
| + "cr-native-client": {
|
| + "chromium": {
|
| + "dir": "native_client_sdk/doc_generated"
|
| + },
|
| + "defaultExtensions": [".html", ".md"],
|
| + "serveFrom": "native-client",
|
| + "supportsTemplates": true
|
| + },
|
| + "devtools-docs": {
|
| + "defaultExtensions": [".html", ".md"],
|
| + "gcs": {
|
| + "bucket": "gs://chromedocs-devtools"
|
| + },
|
| + "serveFrom": "devtools",
|
| + "supportsTemplates": true
|
| + },
|
| + "multidevice-docs": {
|
| + "defaultExtensions": [".html", ".md"],
|
| + "gcs": {
|
| + "bucket": "gs://chromedocs-multidevice"
|
| + },
|
| + "serveFrom": "multidevice",
|
| + "supportsTemplates": true
|
| + },
|
| + "webstore-docs": {
|
| + "defaultExtensions": [".html", ".md"],
|
| + "gcs": {
|
| + "bucket": "gs://chromedocs-webstore"
|
| + },
|
| + "serveFrom": "webstore",
|
| + "supportsTemplates": true
|
| }
|
| - //"cr-native-client": {
|
| - // "chromium": {
|
| - // "dir": "native_client_sdk/doc_generated"
|
| - // },
|
| - // "defaultExtensions": [".html", ".md"],
|
| - // "serveFrom": "native-client",
|
| - // "supportsTemplates": true
|
| - //},
|
| - //"devtools-docs": {
|
| - // "defaultExtensions": [".html", ".md"],
|
| - // "gcs": {
|
| - // "bucket": "gs://chromedocs-devtools"
|
| - // },
|
| - // "serveFrom": "devtools",
|
| - // "supportsTemplates": true
|
| - //},
|
| - //"multidevice-docs": {
|
| - // "defaultExtensions": [".html", ".md"],
|
| - // "gcs": {
|
| - // "bucket": "gs://chromedocs-multidevice"
|
| - // },
|
| - // "serveFrom": "multidevice",
|
| - // "supportsTemplates": true
|
| - //},
|
| - //"webstore-docs": {
|
| - // "defaultExtensions": [".html", ".md"],
|
| - // "gcs": {
|
| - // "bucket": "gs://chromedocs-webstore"
|
| - // },
|
| - // "serveFrom": "webstore",
|
| - // "supportsTemplates": true
|
| - //}
|
| }
|
|
|