You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been exploring ways to improve the documentation experience in Docusaurus projects, especially as docs grow larger and harder to navigate.
Even with well-structured docs, users often need to go through multiple pages to find exact answers. Recently, I’ve been seeing more “Ask AI” style layers on top of docs, where users can just ask questions and get direct answers.
Some approaches I’ve come across:
Traditional search-based navigation
Custom RAG pipelines + chat UI
Lightweight widgets layered on top of docs
I’ve been experimenting with one such approach using Crawldesk:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been exploring ways to improve the documentation experience in Docusaurus projects, especially as docs grow larger and harder to navigate.
Even with well-structured docs, users often need to go through multiple pages to find exact answers. Recently, I’ve been seeing more “Ask AI” style layers on top of docs, where users can just ask questions and get direct answers.
Some approaches I’ve come across:
I’ve been experimenting with one such approach using Crawldesk:
https://crawldesk.com/
It connects to Docusaurus docs and adds an Ask AI widget so users can ask questions and get answers directly from the documentation.
Docs:
https://www.crawldesk.com/docs/ai-widget/deployment/docusaurus
Demo:
https://www.youtube.com/watch?v=P85IDzEv4eo
Curious to hear from others:
Are you using search-only, or something more interactive?
Has anyone added an AI layer to their docs?
What worked (or didn’t)?
Beta Was this translation helpful? Give feedback.
All reactions