Commit 3afa0522 authored by kalman@chromium.org's avatar kalman@chromium.org

Docserver: Disable links for the incomplete docs sets, leaving just Extensions,

Apps, and NaCL, so that we can launch what we have now.

TBR=mkearney@chromium.org

Review URL: https://codereview.chromium.org/167573002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251401 0039d316-1c4b-4281-b951-d872f2087c98
parent 7d4d18b6
application: chrome-apps-doc application: chrome-apps-doc
version: 3-10-1 version: 3-11-0
runtime: python27 runtime: python27
api_version: 1 api_version: 1
threadsafe: false threadsafe: false
......
...@@ -2,4 +2,4 @@ cron: ...@@ -2,4 +2,4 @@ cron:
- description: Repopulates all cached data. - description: Repopulates all cached data.
url: /_cron url: /_cron
schedule: every 5 minutes schedule: every 5 minutes
target: 3-10-1 target: 3-11-0
...@@ -41,14 +41,14 @@ ...@@ -41,14 +41,14 @@
// this to true. Otherwise, it's safer and more efficient to omit it. // this to true. Otherwise, it's safer and more efficient to omit it.
{ {
"cr-chrome-docs-home": { //"cr-chrome-docs-home": {
"chromium": { // "chromium": {
"dir": "chrome/docs" // "dir": "chrome/docs"
}, // },
"defaultExtensions": [".html", ".md"], // "defaultExtensions": [".html", ".md"],
"serveFrom": "home", // "serveFrom": "home",
"supportsTemplates": true // "supportsTemplates": true
}, //},
"cr-extensions-examples": { "cr-extensions-examples": {
"chromium": { "chromium": {
"dir": "chrome/common/extensions/docs/examples" "dir": "chrome/common/extensions/docs/examples"
...@@ -77,29 +77,29 @@ ...@@ -77,29 +77,29 @@
"defaultExtensions": [".html", ".md"], "defaultExtensions": [".html", ".md"],
"serveFrom": "native-client", "serveFrom": "native-client",
"supportsTemplates": true "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
} }
//"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
//}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment