| OLD | NEW |
| 1 .. _quick-start: | 1 .. _quick-start: |
| 2 | 2 |
| 3 ########### | 3 ########### |
| 4 Quick-start | 4 Quick-start |
| 5 ########### | 5 ########### |
| 6 | 6 |
| 7 To get started with Native Client: | 7 To get started with Native Client: |
| 8 | 8 |
| 9 #. Read the :doc:`Technical Overview <overview>` to understand what Native | 9 #. Read the :doc:`Technical Overview <overview>` to understand what Native |
| 10 Client is, how a Native Client application is structured and to get a feel | 10 Client is, how a Native Client application is structured and to get a feel |
| 11 for what you need to do to port existing code. | 11 for what you need to do to port existing code. |
| 12 #. Play with some of the applications in the :doc:`Application Gallery | 12 #. Play with some of the applications in the :doc:`Application Gallery |
| 13 <community/application-gallery>` to see what others have done so far. | 13 <community/application-gallery>` to see what others have done so far. |
| 14 #. Go through the :doc:`Getting Started Tutorial <devguide/tutorial/index>`. The | 14 #. Go through the :doc:`Getting Started Tutorial <devguide/tutorial/tutorial-par
t1>`. The |
| 15 tutorial walks you through how to get Native Client set up for the first | 15 tutorial walks you through how to get Native Client set up for the first |
| 16 time and check for browser version compatibility. | 16 time and check for browser version compatibility. |
| 17 #. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some | 17 #. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some |
| 18 of the examples. You can learn how to build and run the example applications | 18 of the examples. You can learn how to build and run the example applications |
| 19 on the :doc:`Running the SDK Examples <sdk/examples>` page. | 19 on the :doc:`Running the SDK Examples <sdk/examples>` page. |
| 20 #. Browse through the :doc:`Developer's Guide <devguide/index>` and the | 20 #. Browse through the :doc:`Developer's Guide <devguide/index>` and the |
| 21 :doc:`Pepper API <pepper_stable/index>` reference documentation. The | 21 :doc:`Pepper API <pepper_stable/index>` reference documentation. The |
| 22 :doc:`Glossary <glossary>` defines some terms and names commonly used | 22 :doc:`Glossary <glossary>` defines some terms and names commonly used |
| 23 throughout the documentation. | 23 throughout the documentation. |
| 24 | 24 |
| OLD | NEW |