You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should extract the connector specifications into a YAML file instead of having it purely in Go code, to simplify use cases around extracting the data from specifications and using it in the connector readme or on conduit.io documentation pages.
We should extract the connector specifications into a YAML file instead of having it purely in Go code, to simplify use cases around extracting the data from specifications and using it in the connector readme or on conduit.io documentation pages.
Relevant discussion: #1522
Tasks
Generate
connector.yaml
(the specification file)This section covers all the work related to generating a
connector.yaml
for a connector.Documentation
This section covers documentation for the
specgen
tool itself.Updates for new and existing connectors
This section covers work for updates related to new connectors (through our connector template) and existing connectors.
specification.version
is changed conduit-connector-template#61Generate connector documentation on conduit.io
This section covers work for generating connector documentation (using the
connector.yaml
file) and putting it on our website.The text was updated successfully, but these errors were encountered: