gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
891 stars 370 forks source link

[docs] add support for searching the docs #1431

Closed zivkovicmilos closed 6 months ago

zivkovicmilos commented 10 months ago

Description

Since we utilize Docusaurus as one of the main documentation frameworks, we should add in the option to index / search the documentation.

[!IMPORTANT] The docs need to be deployed to docs.gno.land, before attempting any of the options below

For Docusaurus we essentially have 2 options:

More information can be found here.

Please ping @alexiscolin if he has bandwidth once we have search support, to coordinate styling the search window 🙏

leohhhn commented 10 months ago

Related

leohhhn commented 9 months ago

Applied for free Algolia indexing. Waiting on the reply currently.

leohhhn commented 7 months ago

Since Algolia is not getting back to us, we can try to utilize @albttx's suggestion: Meilisearch. We would need to set it up on our own fully, if we do not want to pay.

@albttx would be great if you can look into this once all of the GovGen stuff is complete.

zivkovicmilos commented 6 months ago

This was closed by https://github.com/gnolang/docs.gno.land/pull/6 and https://github.com/gnolang/docs.gno.land/pull/5

Thank you @alexiscolin and @albttx 🙏