File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
docs/integrations/sources Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ Key pair is created (typically by the user). This is typically done with ssh-key
19
19
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.
20
20
Server stores the public key (and "marks" it as authorized).
21
21
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
23
23
24
24
### For Airbyte Cloud:
25
25
26
26
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** .
28
28
3 . On the Set up the source page, enter the name for the SFTP connector and select ** SFTP** from the Source type dropdown.
29
29
4 . Enter your ` User Name ` , ` Host Address ` , ` Port `
30
30
5 . Choose the ` Authentication ` type ` Password Authentication ` or ` Key Authentication `
Original file line number Diff line number Diff line change @@ -46,12 +46,16 @@ module.exports = {
46
46
} ,
47
47
{
48
48
type : 'category' ,
49
- label : 'Contributing to Airbyte Docs ' ,
49
+ label : 'Documentation Help ' ,
50
50
items : [
51
51
{
52
52
type : 'doc' ,
53
53
id : "docusaurus/contributing_to_docs" ,
54
54
} ,
55
+ {
56
+ type : 'doc' ,
57
+ id : "docusaurus/making_a_redirect" ,
58
+ } ,
55
59
{
56
60
type : 'doc' ,
57
61
id : "docusaurus/deploying_and_reverting_docs" ,
You can’t perform that action at this time.
0 commit comments