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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Want to help improve the documentation? That would be so very much appreciated.
20
20
### Make changes
21
21
22
22
- Each documentation version of `react-navigation` is generated by the markdown files located in `versioned_docs`. Change them and refresh the page when running the documentation locally and you will see the changes reflected.
23
-
- If you want to add a new page, you need to add it to the corresponding [sidebars.json file](https://github.com/react-navigation/react-navigation.github.io/tree/source/versioned_sidebars) and then restart the server.
23
+
- If you want to add a new page, you need to add it to the corresponding [sidebars.json file](https://github.com/react-navigation/react-navigation.github.io/tree/main/versioned_sidebars) and then restart the server.
24
24
25
25
## Things you need to be a collaborator to do
26
26
@@ -42,11 +42,12 @@ _Deployment is done automatically via Github Actions. Normally you shouldn't nee
42
42
43
43
_Before deploying, be sure to download the latest translations!_
44
44
45
-
Only collaborators on this repository can deploy. Run the following command from the `source` branch:
45
+
Only collaborators on this repository can deploy. Run the following command from the `main` branch:
0 commit comments