Skip to content

Commit 0c5cdc7

Browse files
authored
Adds redirects to the sidebars (#13334)
fixes two HTML tag like errors docusaurs isn't into
1 parent de2035e commit 0c5cdc7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/integrations/sources/sftp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Key pair is created (typically by the user). This is typically done with ssh-key
1919
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.
2020
Server stores the public key (and "marks" it as authorized).
2121
Server will now allow access to anyone who can prove they have the corresponding private key.
22-
## Step 2: Set up the <connector name> connector in Airbyte
22+
## Step 2: Set up the `$CONNECTOR_NAME` connector in Airbyte
2323

2424
### For Airbyte Cloud:
2525

2626
1. [Log into your Airbyte Cloud](https://cloud.airbyte.io/workspaces) account.
27-
2. In the left navigation bar, click **<Sources>**. In the top-right corner, click **+new source**.
27+
2. In the left navigation bar, click **`Sources`**. In the top-right corner, click **+new source**.
2828
3. On the Set up the source page, enter the name for the SFTP connector and select **SFTP** from the Source type dropdown.
2929
4. Enter your `User Name`, `Host Address`, `Port`
3030
5. Choose the `Authentication` type `Password Authentication` or `Key Authentication`

docusaurus/sidebars.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,16 @@ module.exports = {
4646
},
4747
{
4848
type: 'category',
49-
label: 'Contributing to Airbyte Docs',
49+
label: 'Documentation Help',
5050
items: [
5151
{
5252
type: 'doc',
5353
id: "docusaurus/contributing_to_docs",
5454
},
55+
{
56+
type: 'doc',
57+
id: "docusaurus/making_a_redirect",
58+
},
5559
{
5660
type: 'doc',
5761
id: "docusaurus/deploying_and_reverting_docs",

0 commit comments

Comments
 (0)