Index: chrome/common/extensions/docs/templates/json/chrome_sidenav.json |
diff --git a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json |
index c4d3dd489a7e1efca1af8e333ee0fd7e53debcb8..c03381b242fa3bdc6f03b1909e59868716811053 100644 |
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json |
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json |
@@ -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" |
- } |
- ] |
- } |
- ] |
} |
] |
} |