Skip to content
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

Fix broken links by creating referenced soft links #335

Merged
merged 1 commit into from
Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/components/config/samples/config-map-ray-code.yaml
1 change: 1 addition & 0 deletions docs/components/config/samples/ray-cluster.complete.yaml
1 change: 1 addition & 0 deletions docs/components/config/samples/ray-cluster.mini.yaml
1 change: 1 addition & 0 deletions docs/components/media/create-ray-cluster.gif
1 change: 1 addition & 0 deletions docs/components/media/logs-ray-cluster.gif
1 change: 1 addition & 0 deletions docs/components/media/overview.png
1 change: 1 addition & 0 deletions docs/components/media/update-ray-cluster.gif
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project Information
site_name: KubeRay
site_name: KubeRay Docs
site_url: https://ray-project.github.io/kuberay

# Repository
Expand Down Expand Up @@ -36,6 +36,8 @@ nav:
- Guidance: troubleshooting.md
- Designs:
- Core API and Backend Service: design/protobuf-grpc-service.md
- Development:
- Release: release/README.md

# Customization
extra:
Expand Down
2 changes: 1 addition & 1 deletion ray-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can update the number of replicas in a worker goup, and specify which exact

### Ray cluster example code

An example ray code is defined in this [configmap](msft-operator/ray-operator/config/samples/config-map-ray-code.yaml) that is mounted into the ray head-pod. By examining the logs of the head pod, we can see the list of the IP addresses of the nodes that joined the ray cluster:
An example ray code is defined in this [configmap](config/samples/config-map-ray-code.yaml) that is mounted into the ray head-pod. By examining the logs of the head pod, we can see the list of the IP addresses of the nodes that joined the ray cluster:

![](media/logs-ray-cluster.gif)

Expand Down