-
Notifications
You must be signed in to change notification settings - Fork 411
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
set dash keyword to module name #423
Comments
There's no way to do that today via jazzy's public interface. I'm actually not familiar with this feature of Dash, is there some documentation in Dash for the "keyword" feature you're referring to so I can learn more about it? What does this do? What value should this be set to in normal usage? Thanks! |
This feature is used to allow filtering search to specific datasets -- in any dash search context I can enter "dataset_keyword": and subsequent characters are searched for only within that dataset. The desired value tends to be something close to the project name or a common abbreviation for it. I looked through the Dash docs but haven't been able to find anything that I could identify as related to this ... For clarity -- here's an image showing the keyword name for some of the various datasets I have loaded (its the value in the right-hand column) -- dash allows the end user to customize the keyword<->dataset mappings if they want -- however the dataset provider seems to also be able to provide a default value -- in this screenshot you can see sensible keyword values for the various dataset bundles I have loaded (and I have not customized any of the dataset names shown)... Any docset I load which is built with jazzy provides the keyword name "jazzy" ... |
Seems like we should be setting this value to the module name then. |
Thanks for this information, @breathe! |
alright this is finally fixed! Thanks for your patience @breathe! |
Is it possible to customize the keyword of generated dash docsets? I'm able to build a dash docset with jazzy (great -- thanks!!) and I am hosting a dash feed url. Via the dash feed url I'm able download/install the dash bundle as expected. But the default keyword for docset search of my docset is set to 'jazzy:' -- is it possible to customize this when building the docset?
The text was updated successfully, but these errors were encountered: