Cross references and links
Cross references
-
Cross references (links between docs pages) in .adoc should be made in the following form:
xref:guides:integration:github-integration.adoc#user-keys-and-deploy-keys[User Keys and Deploy Keys]
-
The .md equivalent would be to use a link:
[User Keys and Deploy Keys](/github-integration#user-keys-and-deploy-keys)
-
Cross references should explicitly name the document or section to which they are linking.
-
Good: Refer to the Setting an environment variable in a project section of the Environment Variables document.
-
Bad: See here for info on adding project-level environment variables.
-