Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-3162

Distributed tracing incorrect command structure in documentation

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Moderate

      Current status:

      $ oc create secret generic s3-access-secret \
      --from-literal=access_key_secret="secret" 
      • In the above commands, the "- " signs are incorrectly placed below the "$" symbol.
      • However, they should be aligned parallel to the "oc" command, where the command begins.*
        Here is the updated look for all these commands: 
        $ oc create secret generic s3-access-secret \ 
          --from-literal=access_key_secret="secret"
        
      • The commands will work as it is, but the structure is incorrect.
      • It should be a standard format all over the documentation. Hence, it needs to be changed.
      • I will raise a PR for this change and it get merged.

              rhn-support-mleonov Max Leonov
              rhn-support-pripatil Prithviraj Patil
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: