Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc badges and structure #6482

Merged
merged 1 commit into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/airbytehq/airbyte/Airbyte%20CI)](https://github.com/airbytehq/airbyte/actions/workflows/gradle.yml) [![License](https://img.shields.io/github/license/airbytehq/airbyte)](./LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/airbytehq/airbyte/Airbyte%20CI)](https://github.com/airbytehq/airbyte/actions/workflows/gradle.yml) [![License](https://img.shields.io/static/v1?label=license&message=MIT&color=brightgreen)](./LICENSE) [![License](https://img.shields.io/static/v1?label=license&message=ELv2&color=brightgreen)](./LICENSE)

![](docs/.gitbook/assets/airbyte_new_logo.svg)

Expand Down
2 changes: 2 additions & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@
* [Connectors](project-overview/changelog/connectors.md)
* [Slack Code of Conduct](project-overview/slack-code-of-conduct.md)
* [Licenses](project-overview/licenses/README.md)
* [ELv2](project-overview/licenses/elv2-license.md)
* [MIT](project-overview/licenses/mit-license.md)
* [Troubleshooting](troubleshooting/README.md)
* [On Deploying](troubleshooting/on-deploying.md)
* [On Setting up a New Connection](troubleshooting/new-connection.md)
Expand Down
1 change: 1 addition & 0 deletions docs/project-overview/licenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Airbyte monorepo uses multiple licenses.

The license for a particular work is defined with following prioritized rules:

1. License directly present in the file
2. LICENSE file in the same directory as the work
3. First LICENSE found when exploring parent directories up to the project top level directory
Expand Down