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

Revise inline yaml paths mentioned in installation guide

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

      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:

        This is the controller panel for Smart Panels app

            [OPT-2593] Revise inline yaml paths mentioned in installation guide

            This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10411. Please use this link for any future references and continue any discussion there.

            Omran Abazeed added a comment - This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10411 . Please use this link for any future references and continue any discussion there.

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

                Created:
                Updated: