ash-project / ash_hq

The Ash Framework homepage and documentation site.
MIT License
46 stars 25 forks source link

fix: Sanitize option names in search result links #102

Closed sevenseacat closed 1 year ago

sevenseacat commented 1 year ago

Closes #101

Now searching for options with names with special characters (such as sensitive? or generated?) returns links with correctly sanitized URLs, such as http://localhost:4000/docs/dsl/ash/latest/resource/attributes/uuid_primary_key#generated-

zachdaniel commented 1 year ago

🔥