You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my current documentation, I'd like the filters to be displayed with these default values:
visibility: public
inherited: false
externals: true
only-exported: true
but for now, your hardcoded values are
visibility: private
inherited: true
externals: true
only-exported: false
Is there's a way to customize these values through a custom theme ? Or through properties of typedoc build ?
In my current documentation, I'd like the filters to be displayed with these default values:
visibility: public
inherited: false
externals: true
only-exported: true
but for now, your hardcoded values are
visibility: private
inherited: true
externals: true
only-exported: false
Is there's a way to customize these values through a custom theme ? Or through properties of typedoc build ?