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

Add support for adding a prefix to a title to avoid title conflicts #126

Open
jeffmercerVG opened this issue Mar 7, 2024 · 0 comments
Open

Comments

@jeffmercerVG
Copy link

I have a doc structure where every folder has a page in it with the same title. For example:

FolderA/Overview.md
FolderB/Overview.md

The upload to Confluence doesn't like this because it would try to create two pages called "Overview". I have a code change I can contribute where a folder can opt into using the parent page's title as a prefix. In Confluence, it would end up uploading two pages:

FolderA - Overview
FolderB - Overview

If this concept is acceptable, where should I PR into? the develop branch?

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