OLD | NEW |
1 toc: | 1 toc: |
2 - title: "Version ${version} (${folder})" | 2 - title: "Version 31 (dev)" |
3 path: /native-client/${folder}version | 3 path: /native-client/dev/version |
4 - title: "News & Announcements" | 4 - title: "What is Native Client?" |
5 path: /native-client/${folder}announcements | 5 path: /native-client/dev/overview |
6 - include: /native-client/${folder}_reference_toc.yaml | 6 - title: "Demos" |
| 7 path: http://gonativeclient.appspot.com/demo/ |
| 8 - title: "Download SDK" |
| 9 path: /native-client/dev/sdk/download |
| 10 - title: "Getting Started Tutorial" |
| 11 path: /native-client/dev/devguide/tutorial/ |
| 12 section: |
| 13 - title: "Part 1: Simple PNaCl Web App" |
| 14 path: /native-client/dev/devguide/tutorial/tutorial-part1 |
| 15 - title: "Part 2: SDK Build System and Chrome Apps" |
| 16 path: /native-client/dev/devguide/tutorial/tutorial-part2 |
| 17 - title: "Learn More About NaCl" |
| 18 section: |
| 19 - title: "NaCl and PNaCl" |
| 20 path: /native-client/dev/nacl-and-pnacl |
| 21 - title: "Publications & Presentations" |
| 22 path: /native-client/dev/publications-and-presentations |
| 23 - title: "Security Contest Archive" |
| 24 path: /native-client/dev/community/security-contest/index |
| 25 - title: "Developer's Guide" |
| 26 section: |
| 27 - title: "SDK Examples" |
| 28 path: /native-client/dev/sdk/examples |
| 29 - title: "SDK Release Notes" |
| 30 path: /native-client/dev/sdk/release-notes |
| 31 - title: "Development Cycle" |
| 32 section: |
| 33 - title: "Building" |
| 34 path: /native-client/dev/devguide/devcycle/building |
| 35 - title: "Running" |
| 36 path: /native-client/dev/devguide/devcycle/running |
| 37 - title: "Debugging" |
| 38 path: /native-client/dev/devguide/devcycle/debugging |
| 39 - title: "Debugging With Visual Studio" |
| 40 path: /native-client/dev/devguide/devcycle/vs-addin |
| 41 - title: "Dynamic Linking and Loading with glibc" |
| 42 path: /native-client/dev/devguide/devcycle/dynamic-loading |
| 43 - title: "Coding Your Application" |
| 44 section: |
| 45 - title: "Application Structure" |
| 46 path: /native-client/dev/devguide/coding/application-structure |
| 47 - title: "Native Client Modules" |
| 48 path: /native-client/dev/devguide/coding/native-client-modules |
| 49 - title: "3D Graphics" |
| 50 path: /native-client/dev/devguide/coding/3D-graphics |
| 51 - title: "Audio" |
| 52 path: /native-client/dev/devguide/coding/audio |
| 53 - title: "File I/O" |
| 54 path: /native-client/dev/devguide/coding/file-io |
| 55 - title: "The nacl_io Library" |
| 56 path: /native-client/dev/devguide/coding/nacl_io |
| 57 - title: "Messaging System" |
| 58 path: /native-client/dev/devguide/coding/message-system |
| 59 - title: "Progress Events" |
| 60 path: /native-client/dev/devguide/coding/progress-events |
| 61 - title: "URL Loading" |
| 62 path: /native-client/dev/devguide/coding/url-loading |
| 63 - title: "View Change, Focus, and Input Events" |
| 64 path: /native-client/dev/devguide/coding/view-focus-input-events |
| 65 - title: "Distributing Your Application" |
| 66 path: /native-client/dev/devguide/distributing |
| 67 - title: "Reference" |
| 68 section: |
| 69 - title: "Glossary" |
| 70 path: /native-client/dev/glossary |
| 71 - include: /native-client/dev/_reference_toc.yaml |
| 72 - title: "Native Client Manifest (nmf) Format" |
| 73 path: /native-client/dev/reference/nacl-manifest-format |
| 74 - title: "PNaCl Bitcode Reference Manual" |
| 75 path: /native-client/dev/reference/pnacl-bitcode-abi |
| 76 - title: "PNaCl C/C++ Language Support" |
| 77 path: /native-client/dev/reference/pnacl-c-cpp-language-support |
| 78 - title: "Help" |
| 79 section: |
| 80 - title: "FAQ" |
| 81 path: /native-client/dev/faq |
| 82 - title: "Forums & Issue Tracker" |
| 83 path: /native-client/dev/help |
OLD | NEW |