Skip to content

Commit

Permalink
[docs] change Getting Started title to Ray Dashboard (ray-project#36440)
Browse files Browse the repository at this point in the history
This page is about the Dashboard and many pages need to link to the Ray Dashboard. The name Getting Started can be confusing, so changing the name to Ray Dashboard.
cc: @scottsun94 @rkooo567 @alanwguo 

## Checks

- [x] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this PR.
- [x] I've run `scripts/format.sh` to lint the changes in this PR.
- [x] I've included any doc changes needed for https://docs.ray.io/en/master/.
    - [ ] I've added any new APIs to the API Reference. For example, if I added a 
           method in Tune, I've added it in `doc/source/tune/api/` under the 
           corresponding `.rst` file.
- [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
- Testing Strategy
   - [ ] Unit tests
   - [ ] Release tests
   - [ ] This PR is not tested :(
  • Loading branch information
angelinalg authored Jun 16, 2023
1 parent 32b60d2 commit e21c26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/ray-observability/getting-started.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _observability-getting-started:

Getting Started
===============
Ray Dashboard
=============

Ray provides a web-based dashboard for monitoring and debugging Ray applications.
The visual representation of the system state, allows users to track the performance
Expand Down

0 comments on commit e21c26b

Please sign in to comment.