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

Removing remaining references to radapp.dev #1604

Open
wants to merge 5 commits into
base: edge
Choose a base branch
from

Conversation

ytimocin
Copy link
Contributor

Removing remaining references to radapp.dev. Some links that I updated may be wrong. Need a second eye. cc/ @willtsai @Reshrahim

samples/dapr/README.md Outdated Show resolved Hide resolved

<img src="images/backend.png" alt="A diagram of the backend order processing service" width=600 />

## Routes

Radius offers communication between services via [Routes](https://docs.radapp.dev/concepts/appmodel-concept/#routes).
Radius offers communication between services via [Routes](https://docs.radapp.io/guides/author-apps/networking/overview/).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find the corresponding page in radapp.io.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We removed routes support. this needs to be removed


### Dapr service invocation

In this quickstart we will be using a [Dapr HTTP invoke route](https://docs.radapp.dev/reference/resource-schema/link-schema/dapr-schema/http/) resource to model communication from `frontend` to `backend`. This allows `frontend` to use Dapr service invocation to interact with `backend`.
In this quickstart we will be using a [Dapr HTTP invoke route](https://docs.radapp.io/reference/resource-schema/dapr-schema//) resource to model communication from `frontend` to `backend`. This allows `frontend` to use Dapr service invocation to interact with `backend`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find the corresponding page in radapp.io.

@@ -1,6 +1,6 @@
# eShop on Dapr reference application

Visit the [Radius docs](https://radapp.dev/getting-started/reference-apps/eshop-dapr/) to learn more.
Visit the [Radius docs](https://docs.radapp.io/tutorials/eshop/) to learn more.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find the corresponding page in radapp.io.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eshop-dapr refernce app is available only in samples repo and not in our docs...may be we can link that here

Copy link
Contributor

@Reshrahim Reshrahim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Yetkin for catching this. Looks like we missed to do this clean up. I think the page needs some additional changes to match the existing content here -https://docs.radapp.io/tutorials/dapr/

README.md Outdated Show resolved Hide resolved
samples/dapr/README.md Outdated Show resolved Hide resolved
samples/dapr/README.md Outdated Show resolved Hide resolved

<img src="images/backend.png" alt="A diagram of the backend order processing service" width=600 />

## Routes

Radius offers communication between services via [Routes](https://docs.radapp.dev/concepts/appmodel-concept/#routes).
Radius offers communication between services via [Routes](https://docs.radapp.io/guides/author-apps/networking/overview/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We removed routes support. this needs to be removed

samples/dapr/README.md Outdated Show resolved Hide resolved

### Dapr service invocation

In this quickstart we will be using a [Dapr HTTP invoke route](https://docs.radapp.dev/reference/resource-schema/link-schema/dapr-schema/http/) resource to model communication from `frontend` to `backend`. This allows `frontend` to use Dapr service invocation to interact with `backend`.
In this quickstart we will be using a [Dapr HTTP invoke route](https://docs.radapp.io/reference/resource-schema/dapr-schema/) resource to model communication from `frontend` to `backend`. This allows `frontend` to use Dapr service invocation to interact with `backend`.

<img src="images/invoke.png" alt="A diagram of the Dapr service invocation" width=500 />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

none of the images get rendered as there is no images folder. would be good to remove these code inserts


### Dapr service invocation

In this quickstart we will be using a [Dapr HTTP invoke route](https://docs.radapp.dev/reference/resource-schema/link-schema/dapr-schema/http/) resource to model communication from `frontend` to `backend`. This allows `frontend` to use Dapr service invocation to interact with `backend`.
In this quickstart we will be using a [Dapr HTTP invoke route](https://docs.radapp.io/reference/resource-schema/dapr-schema/) resource to model communication from `frontend` to `backend`. This allows `frontend` to use Dapr service invocation to interact with `backend`.

<img src="images/invoke.png" alt="A diagram of the Dapr service invocation" width=500 />

## Link
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to update these as well..not links anymore

@@ -1,6 +1,6 @@
# eShop on Dapr reference application

Visit the [Radius docs](https://radapp.dev/getting-started/reference-apps/eshop-dapr/) to learn more.
Visit the [Radius docs](https://docs.radapp.io/tutorials/eshop/) to learn more.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eshop-dapr refernce app is available only in samples repo and not in our docs...may be we can link that here

ytimocin and others added 4 commits September 6, 2024 14:34
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Yetkin Timocin <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Yetkin Timocin <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Yetkin Timocin <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Yetkin Timocin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants