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

Display full namepath of subnamespaces in navbar #226

Open
jankapunkt opened this issue Sep 9, 2022 · 0 comments
Open

Display full namepath of subnamespaces in navbar #226

jankapunkt opened this issue Sep 9, 2022 · 0 comments

Comments

@jankapunkt
Copy link

Consider the following definitions:

/** @namespace */
const Users = {}

/** @namespace */
Users.schema = {
  // ...
}

This displays them in the navbar like so:

Namespaces

  • Users
  • schema

However, I think that sub namespaces should be either displayed in full namepath:

Namespaces

  • Users
  • Users.schema

or in a nested level:

Namespaces

  • Users
    • schema

Is there a way to achive this with current tags or config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant