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

Docs post-migration cleanup #12074

Merged
merged 1 commit into from
Apr 15, 2022
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: 0 additions & 2 deletions docs/archive/examples/zoom-activity-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ The rest of the charts will be needing the **webinars** and `report_webinar_part

For this chart, as for the meeting’s counterpart, we will get a calculated field off the Duration field to get the **Webinar Duration in Hours**, and then plot **Created At** against the **Sum of Webinar Duration in Hours**, as shown in the screenshot below. Note: Make sure you create a new sheet for each of these graphs.

![](../../.gitbook/assets/duration-spent-in-weekly-webinars%20(3)%20(3).png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this image important here? we can probably fix this if necessary.

btw HTML standard replaces spaces like " " with "%20" which is why it says webinars%20(3) instead of webinars (3) because spaces aren't allowed in URLs/URIs (technical names for web addresses)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah I removed the image. The file is in the archive folder anyways.


### Participants for all webinars per week

This calculation is the same as the number of participants for all meetings per week, but instead of using the **meetings** and `report_meeting_participants` tables, we will use the webinars and `report_webinar_participants` tables.
Expand Down
8 changes: 4 additions & 4 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Airbyte is on a mission to make data integration pipelines a commodity.
* **No more security compliance process** to go through as Airbyte is self-hosted.
* **No more pricing indexed on volume**, as cloud-based solutions offer.

Here's a list of our [connectors with their health status](docs/integrations/).
Here's a list of our [connectors with their health status](integrations/README.md).

## Quick start

Expand Down Expand Up @@ -44,7 +44,7 @@ Here is a [step-by-step guide](https://github.com/airbytehq/airbyte/tree/e378d40

We love contributions to Airbyte, big or small.

See our [Contributing guide](docs/contributing-to-airbyte/) on how to get started. Not sure where to start? We’ve listed some [good first issues](https://github.com/airbytehq/airbyte/labels/good%20first%20issue) to start with. If you have any questions, please open a draft PR or visit our [slack channel](https://github.com/airbytehq/airbyte/tree/a9b1c6c0420550ad5069aca66c295223e0d05e27/slack.airbyte.io) where the core team can help answer your questions.
See our [Contributing guide](contributing-to-airbyte/README.md) on how to get started. Not sure where to start? We’ve listed some [good first issues](https://github.com/airbytehq/airbyte/labels/good%20first%20issue) to start with. If you have any questions, please open a draft PR or visit our [slack channel](https://slack.airbyte.io/) where the core team can help answer your questions.

**Note that you are able to create connectors using the language you want, as Airbyte connections run as Docker containers.**

Expand All @@ -62,9 +62,9 @@ For general help using Airbyte, please refer to the official Airbyte documentati

## Roadmap

Check out our [roadmap](docs/project-overview/roadmap.md) to get informed on what we are currently working on, and what we have in mind for the next weeks, months and years.
Check out our [roadmap](https://app.harvestr.io/roadmap/view/pQU6gdCyc/airbyte-roadmap) to get informed on what we are currently working on, and what we have in mind for the next weeks, months and years.

## License

See the [LICENSE](docs/project-overview/licenses/) file for licensing information, and our [FAQ](docs/project-overview/licenses/license-faq.md) for any questions you may have on that topic.
See the [LICENSE](project-overview/licenses/README.md) file for licensing information, and our [FAQ](project-overview/licenses/license-faq.md) for any questions you may have on that topic.

Loading