Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2593

Revise inline yaml paths mentioned in installation guide

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • L3 - Default
    • None
    • None
    • documentation
    • None
    • Not defined

    Description

      Context:
      christian.nicolai raised the point that the way we refer to YAML paths in the installation guide is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P

      As an example:

      The following YAML Paths correspond to settings available in the environment configuration:    container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
      Default value: `8090`
      

      would be better as:

      A port number that is used by the embedded jetty server to process HTTP connections
      
      YAML-BLOCK-START
      container:
        ports:
          http: 8090
      YAML-BLOCK-END
      

      AT:

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.bathke Sebastian Bathke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Salesforce