markdown-confluence / markdown-confluence

Publish your Markdown Files to Confluence

Home Page:https://markdown-confluence.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: index.md not published

greenkiwi opened this issue · comments

I've noticed that if I have an index.md file, it doesn't get published.

Files:

action-repos.md
changes.md
convention-commits.md
index.md
sources.md
versioning.md

Published files

SUCCESS: action-repos.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/319799/
SUCCESS: changes.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/319756/
SUCCESS: convention-commits.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/31974/
SUCCESS: sources.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/31978/
SUCCESS: versioning.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/31979/

If I have both an index.md & readme.md, the index.md gets published

README.md
action-repos.md
changes.md
convention-commits.md
index.md
sources.md
versioning.md

Output

SUCCESS: action-repos.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/319799/
SUCCESS: changes.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/319756/
SUCCESS: convention-commits.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/319746/
SUCCESS: index.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/319822/
SUCCESS: sources.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/319786/
SUCCESS: versioning.md Content: updated, Images: updated, Labels: same, Page URL: https://team.atlassian.net/wiki/spaces/~a/pages/319799/

I did notice that it enforced the name on both README & index, but didn't publish the README.

Is this expected? If so, is it documented somewhere so I know the behavior?