I tried to integrate that package into my website: kirillzyusko/react-native-keyboard-controller#976
However I always get processed 0 documents 🤯
Would appreciate any advice what can I do in order to fix it 🙏
I'm getting this warning:
[WARNING] [docusaurus-plugin-llms-txt] Route Error: Failed to process route /react-native-keyboard-controller/docs/troubleshooting: Failed to process HTML file: ENOENT: no such file or directory, open '/Users/kirylziusko/IdeaProjects/react-native-keyboard-controller/docs/build/react-native-keyboard-controller/docs/troubleshooting/index.html'
And indeed /Users/kirylziusko/IdeaProjects/react-native-keyboard-controller/docs/build/react-native-keyboard-controller/docs/troubleshooting/index.html route doesn't exist, but /Users/kirylziusko/IdeaProjects/react-native-keyboard-controller/docs/build/docs/troubleshooting/index.html should exist 🤔 How to point plugin to a correct route?
I tried to integrate that package into my website: kirillzyusko/react-native-keyboard-controller#976
However I always get
processed 0 documents🤯Would appreciate any advice what can I do in order to fix it 🙏
I'm getting this warning:
And indeed
/Users/kirylziusko/IdeaProjects/react-native-keyboard-controller/docs/build/react-native-keyboard-controller/docs/troubleshooting/index.htmlroute doesn't exist, but/Users/kirylziusko/IdeaProjects/react-native-keyboard-controller/docs/build/docs/troubleshooting/index.htmlshould exist 🤔 How to point plugin to a correct route?