Missing functionality to search the docs
oscargonzalezdev opened this issue · 2 comments
Hi there!
I was looking at the docs and I was struggling to find info for specific controls. It would be nice to have a search bar at the top that helps us find info easily.
Would you be open to receiving a contribution for this?
Hi @oscargonzalezdev
Yes, of course! Feel free to contribute any improvement to the website.
It would be nice to have a search bar at the top that helps us find info easily.
The website is based on https://getdoks.org
It should already have a search bar. We just need to figure out how to re-enable it.
I broke a lot of stuff by trying to make https://docs.fabulous.dev index page to be the documentation instead of the landing page (landing page is instead deployed to https://www.fabulous.dev)
To explain how the website is built, there is the following components:
- Landing page (https://www.fabulous.dev) : https://github.com/fabulousfx/fabulousfx.github.io
- Documentation website (https://docs.fabulous.dev):
My guess is you would need to look into https://github.com/fsprojects/Fabulous/tree/docs to figure out why the search bar is not included anymore.