xmtp / xmtp-flutter

XMTP client SDK for Flutter applications written in Dart.
MIT License
31 stars 6 forks source link

Flutter: Deliver repo README and reference docs for SDK GA #40

Closed jhaaaa closed 1 year ago

jhaaaa commented 1 year ago

Eng:

Docs (@jhaaaa)

jhaaaa commented 1 year ago

Generated HTML reference docs for xmtp-flutter.

Hoping to be able to generate Markdown to easily insert the content into Docusaurus. Can't seem to find the command to do it. @dmccartney offered to help on Monday. TY!

jhaaaa commented 1 year ago
jhaaaa commented 1 year ago

Heard back from Algolia about indexing external sites. They call it "multi-index search" and it requires using an InstantSearch.js file: https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/multi-index-search/js/

Currently, xmtp-dot-org uses an algolia.config.json file for Algolia configuration - not InstantSearch.js. Switching might take some work - I'm asking Algolia for some guidance on this - but it takes them days between messages to reply - so this might take a while.

This feature might also become very simple once we get access to their crawler UI - which Matt and I have also been pinging them about.

For launch, we may just need to link - and set up multi-index search once we have the info and resources to do so.

In the meantime, I can just list the classes, properties, and enums to make at least those high-level keywords searchable on xmtp.org.

jhaaaa commented 1 year ago

Delivered in https://github.com/xmtp/xmtp-dot-org/pull/311