Skip to content

Commit 6c09018

Browse files
Assorted fixes (#19570)
1 parent b8ba510 commit 6c09018

File tree

2 files changed

+41
-12
lines changed

2 files changed

+41
-12
lines changed

docs/integrations/sources/google-sheets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ To set up Google Sheets as a source in Airbyte Open Source:
4242
- To authenticate your Google account via OAuth, enter your Google application's [client ID, client secret, and refresh token](https://developers.google.com/identity/protocols/oauth2).
4343
- To authenticate your Google account via Service Account Key Authentication, enter your [Google Cloud service account key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys#creating_service_account_keys) in JSON format. Make sure the Service Account has the Project Viewer permission. If your spreadsheet is viewable by anyone with its link, no further action is needed. If not, [give your Service account access to your spreadsheet](https://youtu.be/GyomEw5a2NQ%22).
4444
6. For **Spreadsheet Link**, enter the link to the Google spreadsheet. To get the link, go to the Google spreadsheet you want to sync, click **Share** in the top right corner, and click **Copy Link**.
45-
<!-- /env:oss -->
45+
<!-- /env:oss -->
46+
4647

4748
### Output schema
4849

docusaurus/sidebars.js

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
items: [
3535
{
3636
type: 'doc',
37-
label: 'Search and Stages',
37+
label: 'Overview',
3838
id: 'integrations/README',
3939
},
4040
{
@@ -94,29 +94,57 @@ module.exports = {
9494
type: 'generated-index',
9595
},
9696
items: [
97-
'deploying-airbyte/local-deployment',
9897
{
9998
type: 'doc',
100-
label: 'Deploy Airbyte on AWS EC2',
99+
label: 'On your local machine',
100+
id: 'deploying-airbyte/local-deployment',
101+
},
102+
{
103+
type: 'doc',
104+
label: 'On AWS EC2',
101105
id: 'deploying-airbyte/on-aws-ec2',
102106
},
103107

104108
{
105109
type: 'doc',
106-
label: 'Deploy Airbyte on Azure',
110+
label: 'On Azure',
107111
id:'deploying-airbyte/on-azure-vm-cloud-shell',
108112
},
109113
{
110114
type: 'doc',
111-
label: 'Deploy Airbyte on Google (GCP)',
115+
label: 'On Google (GCP)',
112116
id:'deploying-airbyte/on-gcp-compute-engine',
113117
},
114-
'deploying-airbyte/on-kubernetes',
115-
'deploying-airbyte/on-kubernetes-via-helm',
116-
'deploying-airbyte/on-restack',
117-
'deploying-airbyte/on-plural',
118-
'deploying-airbyte/on-oci-vm',
119-
'deploying-airbyte/on-digitalocean-droplet',
118+
{
119+
type: 'doc',
120+
label: 'On Kubernetes',
121+
id:'deploying-airbyte/on-kubernetes',
122+
},
123+
{
124+
type: 'doc',
125+
label: 'On Kubernetes using Helm',
126+
id:'deploying-airbyte/on-kubernetes-via-helm',
127+
},
128+
{
129+
type: 'doc',
130+
label: 'On Restack',
131+
id:'deploying-airbyte/on-restack',
132+
},
133+
{
134+
type: 'doc',
135+
label: 'On Plural',
136+
id:'deploying-airbyte/on-plural',
137+
},
138+
{
139+
type: 'doc',
140+
label: 'On Oracle Cloud',
141+
id:'deploying-airbyte/on-oci-vm',
142+
},
143+
{
144+
type: 'doc',
145+
label: 'On DigitalOcean',
146+
id:'deploying-airbyte/on-digitalocean-droplet',
147+
},
120148
],
121149
},
122150
{

0 commit comments

Comments
 (0)