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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Home of the NativeScript documentation content that lives at <http://docs.native
12
12
13
13
## Contributing
14
14
15
-
The NativeScript documentation is completely opensource 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 opensource project.
15
+
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.
16
16
17
17
Don’t know where to start? Check out the [list of issues with the “help wanted” label](https://github.com/NativeScript/docs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). New to git or GitHub? [Join our community Slack chat](https://www.nativescript.org/slack-invitation-form) and we’ll be happy to help get you up and running.
18
18
@@ -35,7 +35,7 @@ No, my friend. There are many other code repositories in the NativeScript world
35
35
You can go check them out and help to expand their docs, add plugins to it and even fix bugs.
36
36
37
37
## About Jekyll
38
-
This documentation is built using [Jekyll](https://jekyllrb.com/docs/home/). More info on how to control the template, table of content and the project structure in general can be found in the [Build README](build/README.md)
38
+
This documentation is built using [Jekyll](https://jekyllrb.com/docs/home/). More info on how to control the template, table of content and the project structure, in general, can be found in the [Build README](build/README.md)
39
39
40
40
## Configuration
41
41
@@ -45,7 +45,7 @@ Most of the content in this repository is shared between the two environments, b
45
45
46
46
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.
47
47
48
-
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:
48
+
2. If you have a page that should 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:
49
49
50
50
```md
51
51
{% nativescript %}This paragraph appears only in the vanilla NativeScript documentation{% endnativescript %}
@@ -108,7 +108,7 @@ Then build the docker image by using the following command from the `ns-docs` fo
108
108
sudo docker build -t ns-docs:1.0 docs/build
109
109
```
110
110
111
-
> **NOTE**: If you received some unauthorized error, make sure you are logged into docker from the CLI. Just execute `docker login` and follow the instruction. One thing to have in mind is that docker username is your email, but docker ID is what you see on top right when you login to https://hub.docker.com. When executing `docker login` you need to enter your docker ID.
111
+
> **NOTE**: If you received some unauthorized error, make sure you are logged into docker from the CLI. Just execute `docker login` and follow the instruction. One thing to have in mind is that docker username is your email, but docker ID is what you see on the top right when you log in to https://hub.docker.com. When executing `docker login` you need to enter your Docker ID.
0 commit comments