From c5e74cf33507d3d3a90906ed8a9876bac7a38aab Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Wed, 29 Sep 2021 00:29:29 -0700 Subject: [PATCH] Make spec storybook more prominent in docs --- .../connector-specification-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/connector-development/connector-specification-reference.md b/docs/connector-development/connector-specification-reference.md index b47d9faa6fe0..7d1fbbfd40c5 100644 --- a/docs/connector-development/connector-specification-reference.md +++ b/docs/connector-development/connector-specification-reference.md @@ -1,9 +1,9 @@ # Connector Specification Reference The [connector specification](../understanding-airbyte/airbyte-specification.md#spec) describes what inputs can be used to configure a connector. Like the rest of the Airbyte Protocol, it uses [JsonSchema](https://json-schema.org), but with some slight modifications. -{% hint style="info" %} +## Demoing your specification While iterating on your specification, you can preview what it will look like in the UI in realtime by following the instructions [here](https://github.com/airbytehq/airbyte/blob/master/airbyte-webapp/docs/HowTo-ConnectionSpecification.md). -{% endhint %} + ### Secret obfuscation By default, any fields in a connector's specification are visible can be read in the UI. However, if you want to obfuscate fields in the UI and API (for example when working with a password), add the `airbyte_secret` annotation to your connector's `spec.json` e.g: