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

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

Issue 171353002: Fixing top-navigation in DCC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
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
- //}
}

Powered by Google App Engine
This is Rietveld 408576698