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.

  • Links to third party sites should be in the following form in asciidoc content:

    link:https://circleci.com[CircleCI]
  • The markdown link syntax is as follows:

    [CircleCI](https://circleci.com)