Skip to content

Commit

Permalink
added back intro
Browse files Browse the repository at this point in the history
  • Loading branch information
mariarice15 committed Sep 10, 2024
1 parent 898a596 commit 7410d67
Showing 1 changed file with 4 additions and 68 deletions.
72 changes: 4 additions & 68 deletions docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function *walkSync(dir) {
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [
'intro',
{
type: 'category',
label: 'Getting Started',
Expand Down Expand Up @@ -340,49 +341,6 @@ const sidebars = {
'walkthroughs/adjust-a-schema',
'walkthroughs/share-a-dataset',
'dlt-ecosystem/visualizations/exploring-the-data',
{
type: 'category',
label: 'Transform the data',
link: {
type: 'generated-index',
title: 'Transform the data',
description: 'If you want to transform the data after loading, you can use one of the following methods: dbt, SQL, Pandas.',
slug: 'dlt-ecosystem/transformations',
keywords: ['transformations'],
},
items: [
{
type: 'category',
label: 'Transforming data with dbt',
items: [
'dlt-ecosystem/transformations/dbt/dbt',
'dlt-ecosystem/transformations/dbt/dbt_cloud',
]
},
'dlt-ecosystem/transformations/sql',
'dlt-ecosystem/transformations/pandas',
]
},
{
type: 'category',
label: 'Deploy a pipeline',
link: {
type: 'generated-index',
title: 'Deploy a pipeline',
description: 'Deploy dlt pipelines with different methods.',
slug: 'walkthroughs/deploy-a-pipeline',
},
items: [
'walkthroughs/deploy-a-pipeline/deploy-with-github-actions',
'walkthroughs/deploy-a-pipeline/deploy-with-airflow-composer',
'reference/explainers/airflow-gcp-cloud-composer',
'walkthroughs/deploy-a-pipeline/deploy-with-google-cloud-functions',
'walkthroughs/deploy-a-pipeline/deploy-gcp-cloud-function-as-webhook',
'walkthroughs/deploy-a-pipeline/deploy-with-kestra',
'walkthroughs/deploy-a-pipeline/deploy-with-dagster',
'walkthroughs/deploy-a-pipeline/deploy-with-prefect',
]
},
{
type: 'category',
label: 'Customise pipelines',
Expand All @@ -400,31 +358,9 @@ const sidebars = {
'general-usage/data-enrichments/currency_conversion_data_enrichment',
'general-usage/data-enrichments/url-parser-data-enrichment'
]
},
{
type: 'category',
label: 'Run in production',
link: {
type: 'generated-index',
title: 'Run in production',
description: 'How to run dlt in production.',
slug: 'running-in-production',
keywords: ['production'],
},
items: [
'running-in-production/running',
'running-in-production/monitoring',
'running-in-production/alerting',
'running-in-production/tracing',
],
},
'walkthroughs/dispatch-to-multiple-tables',
'walkthroughs/create-new-destination',
'walkthroughs/zendesk-weaviate',
],
},


}
]
}
]
};

Expand Down

0 comments on commit 7410d67

Please sign in to comment.