-
Notifications
You must be signed in to change notification settings - Fork 4.8k
📚More clarity added for Windows based Docker Desktop environments #4068
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
In two places, I have used the following syntax ../ to link to sections in other folder pages. Hope this is correct. "instruction [here](../deploying-airbyte/local-deployment.md#handling-long-filename-error)" |
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.
Thanks @ppatali! Is it possible merge the other doc changes to this pull request? They're minor ones and we could validated in one review one.
@marcosmarxm I have cleaned things up and merge changes from both branches to this PR. |
# Conflicts: # docs/understanding-airbyte/basic-normalization.md
@marcosmarxm Suggestion incorporated and merge conflict resolved. |
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.
Looks solid! Just have some clarity and grammar changes for you!
3. Navigate to the replicated file directory you specified when you created the destination, using `cd /{Directory_Specified}` | ||
4. List files containing the replicated data using `ls` | ||
5. Execute `cat {filename}` to display the data in a particular file | ||
1. Navigate to the default local mount using `cd /tmp/airbyte_local` |
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.
List formatting got messed up here.
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 am bit puzzled too about this. The reason I made this change is based on the suggestion here for ordered list. I thought of this change because on the main Airbyte Gitbook docs, the section gets rendered like a paragraph instead of order list.
With my change, where every line starts with "1.", the Github still renders properly, as below. Hoping Gitbook may also render properly once this change?
3. Navigate to the replicated file directory you specified when you created the destination, using `cd /{Directory_Specified}` | ||
4. List files containing the replicated data using `ls` | ||
5. Execute `cat {filename}` to display the data in a particular file | ||
1. Navigate to the default local mount using `cd /tmp/airbyte_local` |
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.
List formatting also got messed up here.
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.
See the response to previous comment
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.
Soft-block until the changes are in, but this looks great overall, thanks for helping improve our docs :)
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
@avaidyanatha Thanks for the review and suggestions. I have committed those. |
@avaidyanatha All your suggestions are incorporated and pushed as commits. Regarding the List formatting, I have commented inline about why I had to use that syntax. Please let me know if any more changes is needed. |
thanks @ppatali 💯 |
@ppatali dont worry i'm going to correct that. |
Thanks, it needs to be corrected in two files. Local json and CSV. |
Changes to updating-documentation.md and local-deployment.md
Changes to postgres-replication.md and airbyte-specification.md