Description
Main Issue
We run into a lot of issues that can be simply explained by having documentation next to source and destination setup that clearly explains what each field is and how it is relevant to the connection. This has been requested and will save us a lot of time answering questions that can live within our UI.
Fivetran's Approach
This is how Fivetran does it. We should make it very simple and just do it in order of connector inputs, as the order of connector inputs should follow chronologically in setup.
Where will it live?
Each setup guide will live in its relevant connector catalog as a setup-guide.md
file. We will split out the connector documentation into three files:
overview.md
setup-guide.md
changelog.md
As it will be nested, this won't create noise on the documentation site unless a user is opening up many connector pages.
- Split out connector documentation into Overview, Getting Started, and Changelog.
- Evaluate how we can get all the docs onto the server docker image
- Implement a markdown reader
- OAuth?