-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unable to test upload of Antora component #11
Comments
Thanks for reporting. The last error is related to the Confluence state which is a page in Draft mode. |
@PacoVK See https://github.com/cpkio/antora-demo-component and Playbook:
What do you mean by «container definition»? |
this.fetch( I think CDATA processing seems to have a bug.
results in
when it should be
|
Thanks again for investigation, i really appreciate this! There are a couple of things now:
|
I was just going to ask you about how do you solve this problem with Confluence, when there are multiple same-title pages. There can be 6 same-titled pages for example, will there be 5 Deleting It came to my mind that to get valid links to other pages you have to load them while parsing current document and get it's title. How do you solve this? |
Well, i decided to use the following pattern for duplicate titles: -- using this approach allows Captain to construct valid links to other pages... Captain loads the whole pagetree, hence at page construction time, i already know all links that may need to be modified. |
I launched local Confluence test server.
A lot of errors pointing to links with anchors.
And in the end:
The text was updated successfully, but these errors were encountered: