Skip to content

Commit

Permalink
docs(README): delete tutorials section
Browse files Browse the repository at this point in the history
The tutorials have been moved to NativeScript Playground: https://github.com/NativeScript?utf8=%E2%9C%93&q=tutorial&type=&language=
  • Loading branch information
vchimev authored Oct 8, 2018
1 parent 4355b53 commit ef88ca4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Home of the NativeScript documentation content that lives at <http://docs.native
* [Contributing 🍺](#contributing)
* [About Jekyll :nut_and_bolt:](#about-jekyll)
* [Configuration ⚙️](#configuration)
* [Tutorials 📖](#tutorials)
* [Local Setup :computer:](#local-setup)
* [Contributors ❤️](#contributors)

Expand Down Expand Up @@ -38,23 +37,6 @@ This paragraph appears in both environments.
{% angular %}This appears only in the Angular NativeScript documentation{% endangular %}
```

## Tutorials

The NativeScript documentation contains two full getting started tutorials, one for [using NativeScript with vanilla JavaScript](https://docs.nativescript.org/start/tutorial/chapter-1), and another for [using NativeScript with Angular](https://docs.nativescript.org/angular/start/tutorial/ng-chapter-1). The contents of these two tutorials are in [this repository’s `/tutorial` folder](https://github.com/NativeScript/sample-Groceries).

When making changes to either of these tutorials you might need to additional alter one of the four templates these tutorials use. Readers use these templates through the `tns create` command, for example `tns create HelloWorld --template nativescript-template-tutorial`.

* JavaScript
* [nativescript-template-tutorial](https://github.com/tjvantoll/nativescript-template-tutorial)
* Hello world template used by the JavaScript tutorial.
* [nativescript-template-groceries](https://github.com/tjvantoll/nativescript-template-groceries)
* Starting point for the Groceries example used by the JavaScript tutorial.
* Angular
* [nativescript-template-ng-tutorial](https://github.com/tjvantoll/nativescript-template-ng-tutorial)
* Hello world template used by the Angular tutorial.
* [nativescript-template-ng-groceries](https://github.com/tjvantoll/nativescript-template-ng-groceries)
* Starting point for the Groceries example used by the Angular tutorial.

## Local Setup

If you plan to work on a non-trivial change, you will most probably want to run the documentation locally in order to give your change a try before submitting a pull request. To provide you with this opportunity without installing a ton of libraries and loose time in configuration, we have prepared a virtual environment based on a docker image, where everything is prepared for you in advance.
Expand Down

0 comments on commit ef88ca4

Please sign in to comment.