-
Notifications
You must be signed in to change notification settings - Fork 25
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
base: edge
Are you sure you want to change the base?
Conversation
Signed-off-by: ytimocin <[email protected]>
9c90f5a
to
a550b65
Compare
|
||
<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/). |
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.
Couldn't find the corresponding page in radapp.io.
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.
We removed routes support. this needs to be removed
samples/dapr/README.md
Outdated
|
||
### 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`. |
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.
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. |
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.
Couldn't find the corresponding page in radapp.io.
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.
eshop-dapr refernce app is available only in samples repo and not in our docs...may be we can link that here
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.
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/
|
||
<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/). |
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.
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`. | ||
|
||
<img src="images/invoke.png" alt="A diagram of the Dapr service invocation" width=500 /> |
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.
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 |
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.
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. |
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.
eshop-dapr refernce app is available only in samples repo and not in our docs...may be we can link that here
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]>
Removing remaining references to radapp.dev. Some links that I updated may be wrong. Need a second eye. cc/ @willtsai @Reshrahim