Skip to content

Always have specmatic.yaml format as the default in the tab view #33

Open
@harikrishnan83

Description

@harikrishnan83

Currently the tab view of Specmatic configuration sample code has JSON by default as shown below.

Screenshot

Image

Code

{% tabs config %}
{% tab config specmatic.yaml %}
```yaml
provider: git
repository: https://${TOKEN}@github.com/specmatic/central-contract-repo-private.git
provides:
  - io/specmatic/examples/store/openapi/api_order_v3.yaml

{% endtab %}
{% tab config specmatic.json %}

{
  "provider": "git",
  "repository": "https://${TOKEN}@github.com/specmatic/central-contract-repo-private.git",
  "provides": [
    "io/specmatic/examples/store/openapi/api_order_v3.yaml"
  ]
}

{% endtab %}
{% endtabs %}


Can we update all such code so that specmatic.yaml is shown by default?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions