cesarParra / apexdocs

Node.js tool to generate documentation for your Salesforce Apex Classes.
https://www.npmjs.com/package/@cparra/apexdocs
MIT License
102 stars 18 forks source link

Docusaurus support #74

Closed sjurgis closed 1 year ago

sjurgis commented 1 year ago

Was wondering what would it take for this to generate Docusaurus site? I love how Docusaurus works, but never understood how to implement myself. Fuzzy search looks particularly useful!

Cheers

cesarParra commented 1 year ago

I like the idea. I'll need to do some research around it and see what the effort would be.

For the search part I believe they integrate with Algolia , which can also be integrated with other platforms.

sjurgis commented 1 year ago

I see, didn't know about Algolia part - always assumed it happens locally.