dosubot[bot] commented on issue #38652: URL: https://github.com/apache/superset/issues/38652#issuecomment-4060683078
<!-- Answer --> This issue is likely related to the recent documentation reorganization. The docs were [bifurcated into distinct User/Admin/Developer sections](https://github.com/apache/superset/pull/38196), which changed the URL structure. The Algolia search index may still be pointing to old URLs from before this restructuring. The site uses [Algolia DocSearch](https://github.com/apache/superset/pull/37404) for search functionality. After major URL changes like this restructuring, the Algolia index typically needs to be re-crawled to update its records with the new paths. There have been similar 404 issues fixed recently: - [A broken redirect rule in `.htaccess`](https://github.com/apache/superset/pull/37316) was causing 404s for `/docs/databases*` URLs - [Incorrect API documentation paths](https://github.com/apache/superset/issues/38556) were referenced in GitHub docs The fix would involve triggering a re-crawl of the documentation site in the Algolia dashboard to update the search index with the current URL structure. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=brand-link).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/fcda1ab0-474d-4c74-97c5-c01fe432ecac?feedback_type=great_response&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/fcda1ab0-474d-4c74-97c5-c01fe432ecac?feedback_type=irrelevant_answer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/fcda1ab0-474d-4c74-97c5-c01fe432ecac?feedback_type=incorrect_sources&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/fcda1ab0-474d-4c74-97c5-c01fe432ecac?feedback_type=too_verbose&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/fcda1ab0-474d -4c74-97c5-c01fe432ecac?feedback_type=hallucination&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/fcda1ab0-474d-4c74-97c5-c01fe432ecac?feedback_type=bug_report&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-bug_report) | [Other](https://app.dosu.dev/response-feedback/fcda1ab0-474d-4c74-97c5-c01fe432ecac?feedback_type=other&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=chat-badge) [](https://cursor.com/link/prompt?text=This%20issue%20is%20likely%20related%20to%20the%20recent%20documentation%20reorganization.%20The%20docs%20were%20%5Bbifurcated%20into%20distinct%20User/Admin/Developer%20sections%5D%28https%3A//github.com/apache/superset/pull/38196%29%2C%20which%20changed%20the%20URL%20structure.%20The%20Algolia%20search%20index%20may%20still%20be%20pointing%20to%20old%20URLs%20from%20before%20this%20restructuring.%0A%0AThe%20site%20uses%20%5BAlgolia%20DocSearch%5D%28https%3A//github.com/apache/superset/pull/37404%29%20for%20search%20functionality.%20After%20major%20URL%20changes%20like%20this%20restructuring%2C%20the%20Algolia%20index%20typically%20needs%20to%20be%20re-crawled%20to%20updat e%20its%20records%20with%20the%20new%20paths.%0A%0AThere%20have%20been%20similar%20404%20issues%20fixed%20recently%3A%0A-%20%5BA%20broken%20redirect%20rule%20in%20%60.htaccess%60%5D%28https%3A//github.com/apache/superset/pull/37316%29%20was%20causing%20404s%20for%20%60/docs/databases%2A%60%20URLs%0A-%20%5BIncorrect%20API%20documentation%20paths%5D%28https%3A//github.com/apache/superset/issues/38556%29%20were%20referenced%20in%20GitHub%20docs%0A%0AThe%20fix%20would%20involve%20triggering%20a%20re-crawl%20of%20the%20documentation%20site%20in%20the%20Algolia%20dashboard%20to%20update%20the%20search%20index%20with%20the%20current%20URL%20structure.) [](https://go.dosu.dev/discord-bot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=join-discord) [](https://twitter.com/intent/tweet?text=%40dosu_ai %20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/38652) -- 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]
