Skip to content

Conversation

@elaberge
Copy link

I have an issue where my files are organized like the following:

Folder1/Folder2/src/fileA.js
Folder1/Folder2/src/fileB.js
Folder1/Folder2/src/subfolder/fileC.js

When I generate doc through docco through some automated build scripts, I have the full paths, where I'd like everything up to "src" to be trimmed, so I only get:
fileA.js
fileB.js
subfolder/fileC.js

This PR adds an option to remove unwanted path prefixes.

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

Successfully merging this pull request may close these issues.

1 participant