Each AsciiDoc file (unless being an included file) will result in a separate Confluence page and must contain a top-level document title which will be used as the Confluence page title:
No Format |
---|
= Document Title |
Info |
---|
According to the restrictions of Confluence, document titles must be unique within the entire Confluence space the documentation is published to. The AsciiDoc file name itself is not reflected in Confluence. Use the support for prefixes and suffixes to ensure uniqueness when publishing to the same Confluence space from multiple sources, or when publishing to a Confluence space that already contains manually maintained pages. |
Anchor | ||||
---|---|---|---|---|
|
...
No Format |
---|
<<01-pages.adoc#, Link to Pages>> <<../00-index/06-images.adoc#, Link to Images>> |
Links to other pages may also point to anchors within those pages. Either defined inline anchors or implicit anchor generated from headlines.
No Format |
---|
<<01-pages.adoc#paragraph-a], Link to Pages with inline anchor>> <<../00-index/06-images.adoc#_inline_images, Link to Images with headline anchor>> |
Link to Pages with inline anchor Link to Images with headline anchor
Anchor | ||||
---|---|---|---|---|
|
...
Paragraph with internal cross-reference to Section with Custom Id
...