Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use an option usePathInSidebar #1805

Merged
merged 5 commits into from
Dec 8, 2021
Merged

Use an option usePathInSidebar #1805

merged 5 commits into from
Dec 8, 2021

Commits on Nov 26, 2021

  1. Use an option usePathInSidebar

    If this option is enabled, it displays a path in the sidebar instead of
    summary.
    
    Usage:
    
    ```js
                    <RedocStandalone
                    spec={props.spec}
                    options={{
                        scrollYOffset:'.navbar',
                        nativeScrollbars: true,
                        usePathInSidebar:true
                    }}
    ```
    kjhman21 committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    e16fa80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd41e3e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    cbd182a View commit details
    Browse the repository at this point in the history
  2. Use ternary operator

    kjhman21 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    006d914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e03f173 View commit details
    Browse the repository at this point in the history