@@ -4,7 +4,7 @@ This repo contains the website configuration and documentation powering the [Rea
4
4
5
5
## Contents
6
6
7
- - [ Getting started] ( #-getting-started )
7
+ - [ Getting started] ( #%EF%B8%8F -getting-started )
8
8
- [ Overview] ( #-overview )
9
9
- [ Website configuration] ( #-website-configuration )
10
10
- [ Contributing] ( #-contributing )
@@ -108,18 +108,19 @@ The `showcase.json` file contains the list of users that are highlighted in the
108
108
109
109
1 . ` git checkout master ` from any folder in your local ` react-native-website ` repository.
110
110
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 `
112
113
113
114
### Make the change
114
115
115
116
1 . Follow the "[ Running locally] ( #running-locally ) " instructions.
116
117
1 . Save the files and check in the browser.
117
118
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 .
119
120
120
121
Visit ** http://localhost:3000/docs/next/YOUR-DOCS-PAGE ** to see your work.
121
122
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.
123
124
124
125
### Test the change
125
126
0 commit comments