Skip to content

Commit

Permalink
updates to sidebar structure re: notion comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mariarice15 committed Sep 10, 2024
1 parent c1440f6 commit 898a596
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/website/docs/reference/performance.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Performance
title: Optimizing dlt
description: Scale-up, parallelize and finetune dlt pipelines
keywords: [scaling, parallelism, finetuning]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/website/docs/walkthroughs/share-a-dataset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Share a dataset: DuckDB -> BigQuery'
title: 'Moving from local to production'
description: Share a local dataset by moving it to BigQuery
keywords: [how to, share a dataset]
---
Expand Down
26 changes: 5 additions & 21 deletions docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ function *walkSync(dir) {
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [
'intro',
{
type: 'category',
label: 'Getting Started',
items: [
'getting-started',
'reference/explainers/how-dlt-works',
'reference/installation',
'reference/command-line-interface',
{
type: 'category',
label: 'Core Sources',
Expand All @@ -46,8 +43,6 @@ const sidebars = {
//'walkthroughs/load-data-from-rest-api',
//'walkthroughs/load-data-from-sql-database',
//'walkthroughs/load-data-from-filesystem-cloud',
// Unsure item
//'reference/core-sources',
]
}
]
Expand All @@ -56,10 +51,12 @@ const sidebars = {
type: 'category',
label: 'Core Concepts',
items: [
'reference/explainers/how-dlt-works',
'general-usage/source',
'general-usage/resource',
'general-usage/pipeline',
'general-usage/destination',
'general-usage/state',
'general-usage/glossary'
]
},
Expand Down Expand Up @@ -219,7 +216,7 @@ const sidebars = {
},
{
type: 'category',
label: 'Loading Data',
label: 'Loading Behavior',
items: [
'general-usage/incremental-loading',
'walkthroughs/add-incremental-configuration',
Expand Down Expand Up @@ -272,15 +269,7 @@ const sidebars = {
},
]
},
{
type: 'category',
label: 'Optimizing dlt',
items: [
'reference/performance',
// Unsure item
'general-usage/state',
]
},
'reference/performance',
{
type: 'category',
label: 'Code examples',
Expand All @@ -306,6 +295,7 @@ const sidebars = {
keywords: ['reference'],
},
items: [
'reference/command-line-interface',
'reference/telemetry',
'reference/frequently-asked-questions',
// Unsure item
Expand All @@ -331,12 +321,6 @@ const sidebars = {
},
],
},
// {
// "API Documentation": [
// require("./docs/api_reference/sidebar.json")
// ],
// }

{
type: 'category',
label: 'How-to guides',
Expand Down

0 comments on commit 898a596

Please sign in to comment.