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
+5-1
Original file line number
Diff line number
Diff line change
@@ -154,4 +154,8 @@ The migration from 1.0.x to 1.1.x includes a version bump of the underlying reac
154
154
The snapshots can be removed by running the following command in the mongo-shell:
155
155
```
156
156
db.snapshots.remove({})
157
-
```
157
+
```
158
+
159
+
## Wiki / Documentation
160
+
The wiki documentation of this project is part of the main repository and will be published on every build of the main branch. Therefore don't edit the wiki online as those changes will be overwritten on the next build.
161
+
If you want to change the wiki documentation please create a PR to the main branch.
0 commit comments