milesj / docusaurus-plugin-typedoc-api

Docusaurus plugin that provides source code API documentation powered by TypeDoc.
69 stars 25 forks source link

Integration into Docusaurus Search #127

Open ManuelRauber opened 7 months ago

ManuelRauber commented 7 months ago

Hi,

After getting the plugin to run, it provides a so much better output than the other plugin.

However, there are two things, that I'm missing:

Using the other plugin it automatically integrates into the search because it generates file-based content.

When using your plugin, I cannot search for identifiers or something using the docusaurus search.

Do you think a integration would be possible?

milesj commented 7 months ago

Algolia search definitely works, you can see it here: https://moonrepo.dev/ Just type "TaskOptions"

As for other kinds of search, I have no idea how the work, and don't have the time to support them.