Write with Asciidoc
Some useful reference information:
Don’t be intimidated by these guides. Much of their content is relevant only for setup or advanced usage that you won’t need to deal with. Over time, we intend to add more guidance that is specific for contributions to this project. |
Asciidoc files can use a few different extensions, but we use .adoc throughout.
|
Quick-start Asciidoc and Antora
Some reference URLs to help you with some of the most common concepts and markup you’ll need.
nav.adoc
filesTo understand how to use the nav.adoc
navigation files, see Navigation Files and Lists
There are different types of attribute that serve different functions in the project.
But the main ones you need to know are those that we use for keywords in the project.
To find these, look inside either of the playbook .yml
files.
Antora uses a clever cross-reference coordinate scheme that can handle references between components, modules and pages (and even versions). See Page IDs and Cross References.
There are some shorthand methods to make hyperlinks, but the most robust method is to use the explicit Link Macro.
Set all external URLs to open in a new tab. There is a handy shorthand for this: Blank window shorthand.
If you have a troublesome link, see Troubleshooting Complex URLs.