317brian opened a new pull request, #16548:
URL: https://github.com/apache/druid/pull/16548
This deletes a redundant redirect that is causing a warning. The redirect
file added by b1568fb95be26ab4c78db836315c14779d163a22 handles both the `.html`
version and the non `.html`
```
[WARNING] @docusaurus/plugin-client-redirects: multiple redirects are
created with the same "from" pathname:
"/docs/latest/ingestion/flatten-json.html"
It is not possible to redirect the same pathname to multiple destinations:
-
{"from":"/docs/latest/ingestion/flatten-json.html","to":"/docs/latest/ingestion/flatten-json"}
-
{"from":"/docs/latest/ingestion/flatten-json.html","to":"/docs/latest/ingestion/ingestion-spec"}
```
Having it doesn't break anything since it just gets ignored, but it's nice
to get rid of a warning
Verify by running `npm run/yarn build`, launching the site locally and
verifying that `HOST:PORT/docs/latest/ingestion/flatten-json.html` redirects to
`ingestion-spec`
This PR has:
- [x] been self-reviewed.
--
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]