Added sort navigation tag

This commit is contained in:
andrii 2020-07-22 16:54:22 +02:00
parent 324f8b8df0
commit a0c03497c1

View File

@ -100,7 +100,7 @@ class DemoApp extends React.Component<
</Heading> </Heading>
<RedocStandalone <RedocStandalone
specUrl={proxiedUrl} specUrl={proxiedUrl}
options={{ scrollYOffset: 'nav', untrustedSpec: true }} options={{ scrollYOffset: 'nav', untrustedSpec: true, sortNavigationTags: true }}
/> />
</> </>
); );