Can we create a subfolder like structure? to display it on readme.io #4892
Unanswered
vaibhavshah08
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to Create Hierarchical Folder Structure in OpenAPI Documentation?
🤔 Question
I'm working with a large OpenAPI specification (40+ endpoints) and trying to organize my documentation with a hierarchical folder structure in ReadMe. I want to achieve something like this in the sidebar:
Is this possible with ReadMe's current OpenAPI implementation?
🔍 What I've Already Tried
Attempt 1: Hierarchical Tag Names
Result: Creates flat tags with
>
in the name, no nestingAttempt 2: Tag Groups (x-tagGroups)
Result: Groups tags but still flat structure within groups
Attempt 3: Path-based Organization
Tried organizing file references in nested folders:
Result: Works for file organization but doesn't affect ReadMe sidebar structure
💭 Current Environment
❓ My Questions
Does ReadMe support nested/hierarchical folder structures for OpenAPI imports?
If yes, what's the correct way to implement this?
If no, is this feature on ReadMe's roadmap?
🎯 Why I Need This
💡 Potential Solutions (If Feature Doesn't Exist)
If this isn't currently supported, I'd love to see:
Option 1: Enhanced Tag System
Option 2: Folder Extension
Option 3: Auto-inference from Paths
Automatically create folders based on URL structure:
Can anyone help me figure out if this is possible, or should I submit this as a feature request?
Looking forward to your insights! 🙏
Beta Was this translation helpful? Give feedback.
All reactions