Skip to content

Commit

Permalink
Update 070_publishToConfluence.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller committed May 3, 2024
1 parent da96a05 commit 0bb1254
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/docs/020_tutorial/070_publishToConfluence.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,19 @@ input = [
]
----

This corresponds to the following snippet from the start of the file

[source, groovy]
----
inputFiles = [
//[file: 'doctoolchain_demo.adoc', formats: ['html','pdf']],
[file: 'arc42-template.adoc', formats: ['html','pdf']],
/** inputFiles **/
]
----

the `inputFiles` section tells the `generateHTML` command to render the file as HTML, the `confluence.input` section tells the `publishToConfluence` command which file to publish.

. Set up the API endpoint.
Get your Atlassian Confluence URL, such as https://arc42-template.atlassian.net.
+
Expand Down

0 comments on commit 0bb1254

Please sign in to comment.