rusackas commented on a change in pull request #10921:
URL:
https://github.com/apache/incubator-superset/pull/10921#discussion_r489764249
##########
File path: docs/gatsby-node.js
##########
@@ -24,4 +24,589 @@ exports.createPages = ({ actions }) => {
toPath: '/docs/installation/installing-superset-using-docker-compose',
isPermanent: true,
});
-};
+ createRedirect({
+ fromPath: '/installation.html#getting-started',
Review comment:
It looks like there's no redirect for plain ol' `/installation.html`
(without #anchors)
There are probably a lot of links in the wild to that, so it's worth testing
that the direct page redirect works, and if not, adding the redirect into the
setlist.
This probably applies to other pages too, but I haven't scoured the list.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]