Redocly/redoc

Hash navigation is colliding with the existing hash navigation

Open

#655 建立於 2018年9月26日

在 GitHub 查看
 (5 留言) (1 反應) (0 負責人)TypeScript (21,877 star) (2,272 fork)batch import
Type: Enhancementhelp wanted

描述

Using ReDoc as not a stand alone application, but a part of a framework that's an SPA. I am using ant.design, a react application as a boiler plate. I want to integrate ReDoc on one of its tab. I already have a route provider in the application (ex: localhost:8000/#/dashboard/workspace). now while I am trying to use ReDoc component RedocStandalone, while navigating, it already uses this # string, which is causing problem while navigation.

I want something, so that I could access the ReDoc app such after my URL - localhost:8000/#/dashboard/workspace/#section/Authentication, where I need to replace second # with encoded # to navigate smoothly!

Or is there any other way of implementing this, I am unaware of? Please help.

@RomanGotsiy

貢獻者指南