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
Many repos has a setup where there isn't a docs dir, but there might be multiple .md-files (mostly README.md) in several subdirectories in typical monorepo setups. It would be cool to somehow support that easily
Many repos has a setup where there isn't a docs dir, but there might be multiple .md-files (mostly README.md) in several subdirectories in typical monorepo setups. It would be cool to somehow support that easily
It might already be possible with variations of
import_url: '[email protected]:org/project/?docs_dir=*.md&edit_uri=https://github.xxx.io/org/project/edit/master
But it starts getting hard when there are multiple directories.
WOuld be cool to just have a "Ingest all *.md" files across all directories and set it up nicely :-)
The text was updated successfully, but these errors were encountered: