Commit 166a7284 authored by kalman@chromium.org's avatar kalman@chromium.org

Docserver: Disable NaCL docs and apps samples. The bug referenced is for the

latter.

BUG=344097
TBR=yoz@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251470 0039d316-1c4b-4281-b951-d872f2087c98
parent f18100b1
application: chrome-apps-doc
version: 3-11-0
version: 3-11-1
runtime: python27
api_version: 1
threadsafe: false
......
......@@ -2,4 +2,4 @@ cron:
- description: Repopulates all cached data.
url: /_cron
schedule: every 5 minutes
target: 3-11-0
target: 3-11-1
......@@ -124,8 +124,10 @@ class ServerInstance(object):
app_samples_fs = EmptyDirFileSystem()
else:
extension_samples_fs = host_fs_at_trunk
app_samples_fs = github_file_system_provider.Create(
'GoogleChrome', 'chrome-app-samples')
# TODO(kalman): Re-enable the apps samples, see http://crbug.com/344097.
app_samples_fs = EmptyDirFileSystem()
#app_samples_fs = github_file_system_provider.Create(
# 'GoogleChrome', 'chrome-app-samples')
self.samples_data_source_factory = SamplesDataSource.Factory(
extension_samples_fs,
app_samples_fs,
......
......@@ -349,225 +349,6 @@
]
}
]
},
{
"title": "Native Client",
"items": [
{
"title": "Learn Basics",
"href": "/native-client/overview",
"items": [
{
"title": "What Is Native Client?",
"href": "/native-client/overview"
},
{
"title": "NaCl and PNaCl",
"href": "/native-client/nacl-and-pnacl"
}
]
},
{
"title": "SDK",
"href": "/native-client/sdk/download",
"items": [
{
"title": "Download SDK",
"href": "/native-client/sdk/download"
},
{
"title": "Examples",
"href": "/native-client/sdk/examples"
},
{
"title": "SDK Release Notes",
"href": "/native-client/sdk/release-notes"
}
]
},
{
"title": "Tutorial",
"href": "/native-client/devguide/tutorial/tutorial-part1",
"items": [
{
"title": "Part 1: Simple PNaCl Web App",
"href": "/native-client/devguide/tutorial/tutorial-part1"
},
{
"title": "Part 2: SDK Build System and Chrome Apps",
"href": "/native-client/devguide/tutorial/tutorial-part2"
}
]
},
{
"title": "Development Cycle",
"href": "/native-client/devguide/devcycle/building",
"items": [
{
"title": "Building",
"href": "/native-client/devguide/devcycle/building"
},
{
"title": "Running",
"href": "/native-client/devguide/devcycle/running"
},
{
"title": "Debugging",
"href": "/native-client/devguide/devcycle/debugging"
},
{
"title": "Debugging with Visual Studio",
"href": "/native-client/devguide/devcycle/vs-addin"
},
{
"title": "Dynamic Linking and Loading with GlibC",
"href": "/native-client/devguide/devcycle/dynamic-loading"
}
]
},
{
"title": "Coding Your Application",
"href": "/native-client/devguide/coding/application-structure",
"items": [
{
"title": "Application Structure",
"href": "/native-client/devguide/coding/application-structure"
},
{
"title": "Native Client Modules",
"href": "/native-client/devguide/coding/native-client-modules"
},
{
"title": "3D Graphics",
"href": "/native-client/devguide/coding/3D-graphics"
},
{
"title": "Audio",
"href": "/native-client/devguide/coding/audio"
},
{
"title": "File I/O",
"href": "/native-client/devguide/coding/file-io"
},
{
"title": "The nacl_io Library",
"href": "/native-client/devguide/coding/nacl_io"
},
{
"title": "Messaging System",
"href": "/native-client/devguide/coding/message-system"
},
{
"title": "Progress Events",
"href": "/native-client/devguide/coding/progress-events"
},
{
"title": "URL Loading",
"href": "/native-client/devguide/coding/url-loading"
},
{
"title": "View Change, Focus, & Input Events",
"href": "/native-client/devguide/coding/view-focus-input-events"
}
]
},
{
"title": "Distribute Your Apps",
"href": "/native-client/devguide/distributing"
},
{
"title": "Pepper API Reference",
"href": "/native-client/pepper_stable/index",
"items": [
{
"title": "Pepper C Interfaces",
"href": "/native-client/pepper_stable/c/group___interfaces"
},
{
"title": "Pepper C Structures",
"href": "/native-client/pepper_stable/c/group___structs"
},
{
"title": "Pepper C Functions",
"href": "/native-client/pepper_stable/c/group___functions"
},
{
"title": "Pepper C Enums",
"href": "/native-client/pepper_stable/c/group___enums"
},
{
"title": "Pepper C Typedefs",
"href": "/native-client/pepper_stable/c/group___typedefs"
},
{
"title": "Pepper C Macros",
"href": "/native-client/pepper_stable/c/global_defs"
},
{
"title": "Pepper C++ Classes",
"href": "/native-client/pepper_stable/cpp/inherits"
}
]
},
{
"title": "Additional Reference & Versions",
"href": "/native-client/version",
"items": [
{
"title": "Glossary",
"href": "/native-client/glossary"
},
{
"title": "Native Client Manifest (nmf) Format",
"href": "/native-client/reference/nacl-manifest-format"
},
{
"title": "PNaCl Bitcode Reference Manual",
"href": "/native-client/reference/pnacl-bitcode-abi"
},
{
"title": "PNaCl C/C++ Language Support",
"href": "/native-client/reference/pnacl-c-cpp-language-support"
},
{
"title": "Previous Versions",
"href": "/native-client/version"
},
{
"title": "Sandbox Internals",
"href": "/native-client/reference/sandbox_internals/index",
"items": [
{
"title": "ARM 32-bit Sandbox",
"href": "/native-client/reference/sandbox_internals/arm-32-bit-sandbox"
}
]
}
]
},
{
"title": "Help",
"href": "/native-client/faq",
"items": [
{
"title": "FAQ",
"href": "/native-client/faq"
},
{
"title": "Forums & Issues Tracker",
"href": "/native-client/help"
},
{
"title": "Publications & Presentations",
"href": "/native-client/publications-and-presentations"
},
{
"title": "Security Contest Archive",
"href": "/native-client/community/security-contest/index"
}
]
}
]
}
]
}
......
......@@ -69,15 +69,15 @@
"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
}
//"cr-native-client": {
// "chromium": {
// "dir": "native_client_sdk/doc_generated"
// },
// "defaultExtensions": [".html", ".md"],
// "serveFrom": "native-client",
// "supportsTemplates": true
//},
//"devtools-docs": {
// "defaultExtensions": [".html", ".md"],
// "gcs": {
......
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