Skip to content

Commit

Permalink
docs: remove UI references (#1080)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
Co-authored-by: Joe Shimkus <[email protected]>
  • Loading branch information
Alex-Izquierdo and jshimkus-rh authored Oct 3, 2024
1 parent fe7bf67 commit 06d9573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@ Minikube is the recommended method for macOS users

**Note**: For fedora, the binary may be `go-task`.

You can now access the UI at <http://localhost:8080/eda/> using the above credentials.
Also you can inspect the API documentation at <https://localhost:8443/api/eda/v1/docs>
You can now inspect the API documentation at <https://localhost:8443/api/eda/v1/docs>
or navigate through the resources with the DRF browsable API at <https://localhost:8443/api/eda/v1/>
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,4 @@ task format:isort
task format:black
```

You can now access the UI at <https://localhost:8443/overview/> with default login username and password(admin/testpass).
You can now access the api at <https://localhost:8443/api/eda/v1/docs> with default login username and password(admin/testpass).
2 changes: 1 addition & 1 deletion docs/mac_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You can build an image with your changes and use that image in docker-compose
2. export EDA_IMAGE=localhost/myserver:latest
3. docker-compose -f ./tools/docker/docker-compose-mac.yml up

You can now access the UI at <https://localhost:8443/overview/> with default login username and password(admin/testpass).
You can now access the api at <https://localhost:8443/api/eda/v1/docs/> with default login username and password(admin/testpass).

## Layout
![Alt_PodmanDeployment](./podman_deployment.png?raw=true)

0 comments on commit 06d9573

Please sign in to comment.