-
Notifications
You must be signed in to change notification settings - Fork 354
Description
Recently, I built ash-hq.org as a way to solve for some discoverability issues with the many packages provided by Ash. However, #1551 goes a long way to help with that problem, allowing at least name-only search across packages. However, AshHq also has the ability to search for DSL items as first class items, instead of their associated function/modules which gets very noisy because the DSLs are nested and so search would show things like Ash.Resource.Dsl.Attributes.Attribute.attribute and its just not very intuitive. So I have two ideas to help with this:
-
support something like
autocomplete.jsonwhich is a JSON file of additional search items and where they should link to. This could be generated by Ash when building docs. -
perhaps Ash DSL documentation could be automatically built as a cheat sheet, and we could then support autocompleting cheat sheet items in the search bar