Skip to content

Commit 9849b0e

Browse files
committed
minor tweaks to Readme file
1 parent cbb43fb commit 9849b0e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo contains the website configuration and documentation powering the [Rea
44

55
## Contents
66

7-
- [Getting started](#-getting-started)
7+
- [Getting started](#%EF%B8%8F-getting-started)
88
- [Overview](#-overview)
99
- [Website configuration](#-website-configuration)
1010
- [Contributing](#-contributing)
@@ -108,18 +108,19 @@ The `showcase.json` file contains the list of users that are highlighted in the
108108

109109
1. `git checkout master` from any folder in your local `react-native-website` repository.
110110
1. `git pull origin master` to ensure you have the latest main code.
111-
1. `git checkout -b the-name-of-my-branch` (replacing `the-name-of-my-branch` with a suitable name) to create a branch.
111+
1. `git checkout -b the-name-of-my-branch` to create a branch.
112+
> replace `the-name-of-my-branch` with a suitable name, such as `update-animations-page`
112113
113114
### Make the change
114115

115116
1. Follow the "[Running locally](#running-locally)" instructions.
116117
1. Save the files and check in the browser.
117118
1. Some changes may require a server restart to generate new files. (Pages in `docs` always do!)
118-
1. Edits to pages in `docs` will only be visible in the latest version of the documentation, called "Next", under `docs/next`.
119+
1. Edits to pages in `docs` will only be visible in the latest version of the documentation, called "Next", located under `docs/next` path.
119120

120121
Visit **http://localhost:3000/docs/next/YOUR-DOCS-PAGE** to see your work.
121122

122-
> `open http://localhost:3000/versions.html` to see older versions of the docs.
123+
> Visit http://localhost:3000/versions to see the list of all versions of the docs.
123124
124125
### Test the change
125126

0 commit comments

Comments
 (0)