You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Most of the content in this repository is shared between the two environments, b
29
29
30
30
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:
31
31
32
-
```
32
+
```md
33
33
{% nativescript %}This paragraph appears only in the vanilla NativeScript documentation{% endnativescript %}
34
34
35
35
This paragraph appears in both environments.
@@ -44,6 +44,7 @@ If you plan to work on a non-trivial change, you will most probably want to run
44
44
### Prerequisites
45
45
46
46
Docker should be installed on your machine:
47
+
47
48
* Open the [official Docker install page](https://docs.docker.com/engine/installation/) and follow the instructions.
48
49
49
50
The NativeScript documentation is composed from multiple repositories:
@@ -64,15 +65,17 @@ Open a console box (**Windows users should run a Git bash session!**) and clone
> **NOTE**: `nativescript-ui` is private repository used for building the Api Reference for the NativeScript UI components.
86
-
88
+
> **NOTE**: `nativescript-ui-...` are private repositories used for building the Api Reference for the NativeScript UI components.
87
89
> **NOTE**: If you have these repositories locally from previous work with the documentation, be sure to delete them and start from scratch as some old files can cause problems with the current setup.
88
90
89
91
Then build the docker image by using the following command from the `ns-docs` folder:
0 commit comments