Our documentation uses GitBook, and all the Markdown files are stored in our Github repository.
-
Start by forking the repository.
-
Clone the fork on your workstation:
git clone git@github.com:{YOUR_USERNAME}/airbyte.git cd airbyte
-
Modify the documentation.
All our docs are stored in the docs
directory. You can use other files as example.
If you're adding new files, don't forget to update docs/SUMMARY.md
.
Once you're satisfied with your changes just follow the regular PR process.