Hi everyone, I am currently using airbyte, deploye...
# help-connector-development
n
Hi everyone, I am currently using airbyte, deployed on GKE, with some custom connectors. My issue is to automatically provide a documentation for my connectors which are separated from the Airbyte project since I want them available on a docker registry. Is there any possible way to attach a documentation on a custom connector without having control over the Airbyte project? Thx a lot in advance for your help! Have a nice day 🙂
k
A message from kapa.ai
New message text here
n
If I understand correctly, to provide a documentation for a custom connector hosted on a docker registry, I must build an image containing the markdown doc inside and then provide the registry URL towards the documentation container? Is there any reference or tutorial about this process? Thx in advance!