github-actions[bot] commented on code in PR #3731:
URL: https://github.com/apache/doris-website/pull/3731#discussion_r3288001433
##########
versioned_docs/version-2.0/admin-manual/fe/query-detail-action.md:
##########
@@ -1,97 +0,0 @@
----
-{
- "title": "Query Detail Action",
- "language": "en"
-}
----
-
-# Query Detail Action
-
-## Request
-
-`GET /api/query_detail`
Review Comment:
This deletion looks incorrect for the 2.0 docs. The corresponding Doris
`branch-2.0` source still contains
`fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/QueryDetailAction.java`
with `@RequestMapping(path = "/api/query_detail", method = RequestMethod.GET)`,
so 2.0 users still need this version-specific API reference. Please keep the
2.0 English/zh pages and sidebar entries unless the archived 2.0 docs are
intentionally being desupported.
##########
versioned_docs/version-1.2/admin-manual/http-actions/fe/query-detail-action.md:
##########
@@ -1,97 +0,0 @@
----
-{
- "title": "Query Detail Action",
- "language": "en"
-}
----
-
-# Query Detail Action
-
-## Request
-
-`GET /api/query_detail`
Review Comment:
This deletion looks incorrect for the 1.2 docs. The corresponding Doris
`branch-1.2-lts` source still contains
`fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/QueryDetailAction.java`
with `@RequestMapping(path = "/api/query_detail", method = RequestMethod.GET)`,
so 1.2 users still need this version-specific API reference. Please keep the
1.2 English/zh pages and sidebar entries unless the archived 1.2 docs are
intentionally being desupported.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]