Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI API docs: do not auto link code blocks #26675

Closed

Commits on Oct 23, 2018

  1. build(docs-infra): mark code blocks to disable auto-linking

    You can now mark `<code>` blocks with a `no-auto-link` css class
    to tell the code auto-linker to ignore this code block.
    petebacondarwin committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    029b8ce View commit details
    Browse the repository at this point in the history
  2. build(docs-infra): ensure that CLI code blocks are not auto-linked

    Some of the text in CLI API docs were being auto-linked to API
    pages. This was not correct, and in fact these blocks should not
    have any auto links to Angular API at all.
    
    Closes angular#26570
    petebacondarwin committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    383fcf0 View commit details
    Browse the repository at this point in the history