Skip to content

Adds redirects to the sidebars #13334

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

Merged
merged 1 commit into from
May 31, 2022
Merged

Conversation

supertopher
Copy link
Contributor

fixes two HTML tag like errors docusaurs isn't into

fixes two HTML tag like errors docusaurs isn't into
@github-actions github-actions bot added the area/documentation Improvements or additions to documentation label May 31, 2022
@@ -19,12 +19,12 @@ Key pair is created (typically by the user). This is typically done with ssh-key
Private key stays with the user (and only there), while the public key is sent to the server. Typically with the ssh-copy-id utility.
Server stores the public key (and "marks" it as authorized).
Server will now allow access to anyone who can prove they have the corresponding private key.
## Step 2: Set up the <connector name> connector in Airbyte
## Step 2: Set up the `$CONNECTOR_NAME` connector in Airbyte
Copy link
Contributor Author

Choose a reason for hiding this comment

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

JSX (a part of the docusuaurs language) uses HTML like tags. It see <literally anything> in between < and > as valid code, so it sees <connector name> as an opening tag that is missing </connector> as a closing tag.

this error shows up as Expected corresponding JSX closing tag for </connector> not found.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Amruta-Ranade this is the weirdness I was talking about

@suhomud tagging you for a heads up on this oddity of docusuaurs, feel free to change my edits in a future PR. thanks for your contributions <3

@supertopher supertopher merged commit 0c5cdc7 into master May 31, 2022
@supertopher supertopher deleted the toph_add_docs_on_docs_to_a_bar branch May 31, 2022 14:51
jscottpolevault pushed a commit to jscottpolevault/airbyte that referenced this pull request Jun 1, 2022
fixes two HTML tag like errors docusaurs isn't into
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants