You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: