fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.15k stars 121 forks source link

Missing functionality to search the docs #1011

Open oscargonzalezdev opened 2 years ago

oscargonzalezdev commented 2 years ago

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?

TimLariviere commented 2 years ago

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:

TimLariviere commented 2 years ago

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.