Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 21fa0a2

Browse files
authored
Merge pull request #1824 from sakshamtaneja21/patch-4
Update README.md
2 parents ed0c9c0 + 6ee3c21 commit 21fa0a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Home of the NativeScript documentation content that lives at <http://docs.native
1212

1313
## Contributing
1414

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.
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.
1616

1717
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.
1818

@@ -35,7 +35,7 @@ No, my friend. There are many other code repositories in the NativeScript world
3535
You can go check them out and help to expand their docs, add plugins to it and even fix bugs.
3636

3737
## 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)
3939

4040
## Configuration
4141

@@ -45,7 +45,7 @@ Most of the content in this repository is shared between the two environments, b
4545

4646
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.
4747

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:
4949

5050
```md
5151
{% 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
108108
sudo docker build -t ns-docs:1.0 docs/build
109109
```
110110

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.
112112
113113
### Building the documentation
114114

0 commit comments

Comments
 (0)