-
Notifications
You must be signed in to change notification settings - Fork 43
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
Sync docs based on folder structure #663
Comments
Is there any expectation for this to be worked on or discussed further? This tool is not usable for use cases that involve the management of documentation via an external VCS without this feature. In my specific use case, documentation authors have no access to Readme and thus any dependency on using the API or UI to pull slugs/IDs to manage structure is fatal to the usability of this tool. |
Hi @rlewis-grax — we're in the early stages of working on some major improvements to ReadMe's docs editing workflow so it plays much nicer with Git. Don't have an estimated timeline since it's a pretty big undertaking but it is definitely top of mind for us! |
+1 for this option and commenting to stay updated. We also have a nested output from tools like Typedoc and Typedoc-Plugin-Markdown. The folder structure makes it much more digestible and easier to navigate. |
+1 for this, we are building our own scripts to sync categories and docs orders based on folder structure, but there are a lot of gotchas, like the fact that categories order cannot be changed from API |
This is how I intuitively expected the CLI to work. @kanadgupta you mentioned you were planning some improvements here - are there any updates you can share from the last year and a half? |
Thanks for the feedback y'all! We've made a lot of progress :) I'll reach out to everyone via email today so you can get in on an alpha. edit: If you’re interested and your email isn’t on your profile, feel free to reach out! I'm [email protected] |
I might be alone in this, but I would really love to have the CLI infer the category > page > child page relationship based on the structure of the docs folder I upload instead of burning IDs into frontmatter. As an example, if I ran
docs . --version=x
in the parent directory here, it would*.md
file in thecapabilities
directory and assign it to the category from step 1*.md
file and make it a child page of the doc where the slug matches the folder.Basically I want to use the CLI to abstract away the Readme UI and having to go there to generate category IDs and doc IDs is getting in the way of that workflow.
The text was updated successfully, but these errors were encountered: