Git Product home page Git Product logo

docs's Introduction

NativeScript Documentation

Home of the NativeScript documentation content that lives at http://docs.nativescript.org. Start contributing today!

Contributing

The NativeScript documentation is completely open source and we love contributions. Whether you want to fix a typo, or write an entire article, the NativeScript documentation is a great way to get started contributing to an open source project.

Don’t know where to start? Check out the list of issues with the “up-for-grabs” label. New to git or GitHub? Join our community Slack chat and we’ll be happy to help get you up and running.

The master branch contains the most up-to-date version of the NativeScript documentation and its contents are uploaded to docs.nativescript.org. When contributing to the documentation, always create a branch for your work from master as this will facilitate easier pull request management.

About Jekyll

This documentation is built using Jekyll. More info on how to control the template, table of content and the project structure in general can be found in the Build README

Configuration

There are two versions of the NativeScript documentation that generate similar output: nativescript and angular. The former builds the vanilla NativeScript docs at docs.nativescript.org, while the latter discusses Angular-specific topics at docs.nativescript.org/angular.

Most of the content in this repository is shared between the two environments, but occasionally you may need to add environment-specific content. When you have this need you have a few options.

  1. If you would like a page to appear in a single environment, add an environment: angular or environment: nativescript property to that page's front matter. Pages marked with an environment property will appear in a single environment, and pages not marked with an environment property will be shared across all environments.

  2. If you have a page that should be appear in both environments but has different content for certain sections, you can use our built-in environment block tags. The blocks are named angular and nativescript, respectively, and can be used like this:

{% nativescript %}This paragraph appears only in the vanilla NativeScript documentation{% endnativescript %}

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, and another for using NativeScript with Angular. The contents of these two tutorials are in this repository’s /tutorial folder.

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.

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 vagrant configuration, where everything is prepared for you in advance.

Prerequisites

Installing the virtual machine

Open a console box (Windows users should run a Git bash session!) and cd to the build folder of the working dir.

$ cd build

Then do a:

$ vagrant up

This should download the correct image, install it, start the VM and run the provisioning script.

Provisioning

The provisioning script (provision/install.sh) installs:

  • Base system packages;
  • Ruby;
  • Node.js;
  • nginx.

It also sets up the Jekyll project by installing all gems locally using bundler.

Building the documentation

Connect to the running VM first:

$ vagrant ssh

Then go to the project dir (mapped to /vagrant):

$ cd /vagrant

And run the build script telling it to use the current branch and avoid committing changelogs:

$ ./build.sh

Adding content

Edit an article and trigger your build by running build.sh as described above.

Then open a web browser on your host machine and navigate to http://localhost:8000/start/introduction.html or http://localhost:8000/angular/start/introduction.html.

Alternatively you could run a quick build with just a single configuration: "nativescript" or "angular" that will take about half the time. It could be useful when editing a documentation article and you want quicker feedback:

$ ./build-jekyll.sh "nativescript"

or

$ ./build-jekyll.sh "angular"

Making changes

  • Edit some files.
  • Rerun the build command above.
  • Refresh your browser.

Contributors

The following is a list of all the people that have contributed to the NativeScript documentation. Thanks for your contributions!

tjvantollErjanGavaljins-bottsonevnvakrilovNickIliev

N3llhdeshevvchimeverikruthnsndeckikoevska

atanasovgPlamen5kovteobugslayertzraikovivanbuhovjasssonpet

hamorphisenchevsis0k0Mitko-Kerezovrosen-vladimirovboevski

Pip3r4odtopuzovPanayotCankovroblav96getsetbrotailsu

dmccuskeysipacatebradmartinpelegrijbristoweLampei

zh-mls-spaveljlooperburkehollandalejonextalexziskind1

fdnhkjgbhojrajHakierhshristovignaciolarranagaBjorn576

digitaldrummerjshiravandrodrigopiresTedHopptoddanglinmtekp

TsvetanMilanovPetyaSotirovaamjdABoschmanbensoorajbsyk

CMRHDLcameronnormanBaronVonPerkodotlensejsuncydennistang

donangelEvanWielandfelipebernardesFrancoisCamusgabesumnerhristoborisov

n3wcjoshgkingnemephxmichael-martinrealteboMitzaCoder

AntonDobrevRazzeeeSamVerschuerensebastianovideshauntifsimmstein

DasAllFolksTaremehtdouse2l3ntrentvbVladimirAmiorkov

weech3rwilliamhoXorbertcsjnarayananl23peterennis

saiberzsvalchinovtdsmithATabctrevordowdleyjaaidiyyosifov

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.