-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Serve][Doc] Add http endpoint for dag pattern doc #25243
Conversation
doc/source/serve/deployment-graph/http_endpoint_for_dag_graph.md
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,29 @@ | |||
# Pattern: Http endpoint for dag graph | |||
|
|||
The example shows how to add endpoint for dag graph |
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.
How about something like
"This example shows how to configure ingress component of the deployment graph, such as HTTP endpoint prefix, HTTP to python object input adapter and number of ingress replicas"
:language: python | ||
``` | ||
|
||
````{note} |
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.
hmm i think this should be three ` like ``` ?
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.
if you have nested, ```` is the way to indicate this is the outter section. (lmk if you know a better solution)
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.
oh you're nesting them, let me check again on the built html once your latest commit finishes
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.
content looks good to me, let's give it a final pass once CI finishes building and see the full version on our website
Why are these changes needed?
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.