Redocly/redoc

Hash navigation is colliding with the existing hash navigation

オープン

#655 opened on 2018/09/26

 (5 件のコメント) (1 件のリアクション) (0 人の担当者)TypeScript (2,272 件のフォーク)batch import
Type: Enhancementhelp wanted

Repository metrics

Stars
 (21,877 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド