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