-
Notifications
You must be signed in to change notification settings - Fork 3
Update docs after submodule changes #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| +1 −0 | doc/docs.md | |
| +1 −0 | fishjam/server_notifications.proto | |
| +1 −0 | fishjam_protos/lib/fishjam/server_notifications.pb.ex |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| title: Examples | ||
| sidebar_position: 99 | ||
| --- | ||
|
|
||
| # Examples | ||
|
|
||
| Check out the latest version of the documentation for up-to-date examples. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| title: Examples | ||
| sidebar_position: 99 | ||
| --- | ||
|
|
||
| # Examples | ||
|
|
||
| Check out the latest version of the documentation for up-to-date examples. |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -10,5 +10,5 @@ This section contains guides for implementing custom video sources in the Fishja | |||||||||
|
|
||||||||||
| ## Available Guides | ||||||||||
|
|
||||||||||
| - [Custom Source](../../../how-to/react-native/custom-video-sources/overview) - Learn how to create a basic custom video source | ||||||||||
| - [Vision Camera](../../../how-to/react-native/custom-video-sources/vision-camera) - Learn how to implement Vision Camera as a custom video source | ||||||||||
| - [Custom Source](./custom-video-sources/overview) - Learn how to create a basic custom video source | ||||||||||
| - [Vision Camera](./custom-video-sources/vision-camera) - Learn how to implement Vision Camera as a custom video source | ||||||||||
|
Comment on lines
+13
to
+14
|
||||||||||
| - [Custom Source](./custom-video-sources/overview) - Learn how to create a basic custom video source | |
| - [Vision Camera](./custom-video-sources/vision-camera) - Learn how to implement Vision Camera as a custom video source | |
| - [Custom Source](./overview) - Learn how to create a basic custom video source | |
| - [Vision Camera](./vision-camera) - Learn how to implement Vision Camera as a custom video source |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The links add an extra
custom-video-sources/path segment. Since this file already lives in.../custom-video-sources/,./custom-video-sources/overviewresolves to.../custom-video-sources/custom-video-sources/overview(non-existent). Link directly to the sibling docs (e.g.,./overviewand./vision-camera) or use the correct relative path from this directory.