Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 731 Bytes

updating-documentation.md

File metadata and controls

22 lines (13 loc) · 731 Bytes

Updating Documentation

Our documentation uses GitBook, and all the Markdown files are stored in our Github repository.

Modify on GitHub

  1. Start by forking the repository.

  2. Clone the fork on your workstation:

    git clone git@github.com:{YOUR_USERNAME}/airbyte.git
    cd airbyte
  3. 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.