-
Notifications
You must be signed in to change notification settings - Fork 4.5k
docs: update and remove some bad content #36197
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
```bash | ||
git clone [email protected]:{YOUR_USERNAME}/airbyte.git | ||
cd airbyte | ||
./run-ab-platform.sh | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is accurate
If developing platform: | ||
|
||
```bash | ||
git clone [email protected]:{YOUR_USERNAME}/airbyte-platform.git | ||
cd airbyte-platform | ||
docker compose up | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is also accurate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page is confusing, but I think partially correct and we should keep something like this around.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll see what I can to. I think I might have gotten confused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check with the platform folks on this - it might still be valid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this is for the platform. My bad.
b01dda1
to
bb34e3a
Compare
I did a pass on our documentation to check that there wasn't anything in there that could embarrass us by being particularly out of date or misleading.