Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize for the README.md non-"docs" setups #126

Open
auduny opened this issue Oct 30, 2023 · 1 comment
Open

Optimize for the README.md non-"docs" setups #126

auduny opened this issue Oct 30, 2023 · 1 comment

Comments

@auduny
Copy link
Contributor

auduny commented Oct 30, 2023

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 :-)

@auduny
Copy link
Contributor Author

auduny commented Oct 30, 2023

I think actually it works by doing this

docs_dir=*.md&multi_docs=true&edit_uri=https://github.xxx.io/org/project/edit/master

Wow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant