Replies: 4 comments 14 replies
-
I believe that currently the pages are sorted within folders in order of their |
Beta Was this translation helpful? Give feedback.
-
This was discussed several times: |
Beta Was this translation helpful? Give feedback.
-
Our doc is indeed not really clear on this point...
Not clear how... this will be ordered, of if order can be controlled. Though not sure what confluence allows really as default, as it seems sorting and reordering is a confluence feature in interface, and spaces can have different configuration |
Beta Was this translation helpful? Give feedback.
-
Closing after better understanding what can be done with Quarto publishing to Confluence. Will open new discussions for the two specific problems that I found. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
We are using Quarto extensively for rendering multi-file documents as both pdf and html and we'd like to publish them to our Confluence site. I am using Quarto 1.3.450 on a Mac.
In a normal quarto render, the list and order of files is in
_quarto.yml
in the book.chapters tag. I can't get the obvious thing to work in aquarto publish confluence
command.If I try a
quarto create project
and specify confluence as the type, I get a_quarto.yml
file that doesn't have a file list. The Publishing Projects section of the Quarto Confluence page talks about the directory hierarchy and then shows what the hierarchy looks like after publishing to Confluence.I originally assumed that it was just publishing the files, at any level, in alphabetical order, but the directory hierarchy has
project-roadmap.qmd
andteam-members.qmd
in the hierarchy, but the published output shows them in the opposite order.So the question is, for
quarto publish confluence
, where does the file list come from, and how is the order in the published output determined.Beta Was this translation helpful? Give feedback.
All reactions