Skip to content

Commit

Permalink
[docs-beta] Update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 21, 2024
1 parent e1745f3 commit 46b8bc1
Show file tree
Hide file tree
Showing 35 changed files with 148 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-revamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
vercel-args: "--prod"
github-token: ${{ secrets.GITHUB_TOKEN }}
scope: ${{ secrets.VERCEL_ORG_ID }}
alias-domains: dagster-docs-beta.dagster.dagster-docs.io
alias-domains: dagster-.dagster.dagster-docs.io
Binary file modified docs/docs-beta/.yarn/install-state.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/docs-beta/docs/guides/automation/configuring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Configuring pipelines and runs
sidebar_label: Configuring pipelines
sidebar_position: 40
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Configuring assets and ops
sidebar_label: Configuring assets
sidebar_position: 50
---
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "Create asset factories"
sidebar_position: 50
title: "Creating asset factories"
sidebar_position: 60
sidebar_label: "Creating asset factories"
---
5 changes: 5 additions & 0 deletions docs/docs-beta/docs/guides/data-modeling/external-assets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Representing external data sources with external assets
sidebar_position: 80
sidebar_label: "Representing external data sources"
---
6 changes: 6 additions & 0 deletions docs/docs-beta/docs/guides/data-modeling/metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Adding metadata and tags to assets"
description: "Learn how to add metadata and tags to assets to improve observability in Dagster"
sidebar_position: 40
sidebar_label: "Enriching assets with metadata"
---
6 changes: 6 additions & 0 deletions docs/docs-beta/docs/guides/data-modeling/partitioning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: How to Partition Your Data
description: Learn how to partition your data in Dagster.
sidebar_label: Partitioning pipelines
sidebar_position: 30
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Select subsets of assets"
sidebar_position: 60
sidebar_label: "Select assets"
title: "Selecting subsets of assets"
sidebar_position: 70
sidebar_label: "Selecting assets"
---
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Manage code locations"
title: "Managing code locations with Definitions"
sidebar_position: 50
sidebar_label: "Code locations and Definitions"
---

# Manage code locations
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/guides/deployment/secrets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Managing secrets
sidebar_position: 50
---
File renamed without changes.
5 changes: 5 additions & 0 deletions docs/docs-beta/docs/guides/etl/backfill.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Backfilling data
sidebar_position: 60
sidebar_label: "Backfilling"
---
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/guides/etl/dbt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Transforming data with dbt
sidebar_position: 20
---
6 changes: 6 additions & 0 deletions docs/docs-beta/docs/guides/etl/incremental-loading.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Incrementally loading data
description: How to use partitions to incrementally load data with Dagster
sidebar_label: Incremental loading
sidebar_position: 50
---
6 changes: 6 additions & 0 deletions docs/docs-beta/docs/guides/etl/ingesting-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Ingesting data with Dagster
description: Learn how to ingest data into Dagster using embedded-elt
sidebar_position: 10
sidebar_label: Ingesting data
---
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/guides/etl/transform-python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Transform data with Python
sidebar_position: 40
---
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/guides/external-systems/apis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Connecting to APIs
sidebar_position: 20
---
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/guides/external-systems/cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Connecting to cloud services
sidebar_position: 25
---
4 changes: 4 additions & 0 deletions docs/docs-beta/docs/guides/external-systems/databases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Connecting to databases
sidebar_position: 10
---
5 changes: 5 additions & 0 deletions docs/docs-beta/docs/guides/external-systems/iomanagers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Managing stored data with I/O Managers"
sidebar_position: 50
sidebar_label: "Storing data with I/O Managers"
---
5 changes: 5 additions & 0 deletions docs/docs-beta/docs/guides/external-systems/pipes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Excuting code outside of Dagster with Pipes"
sidebar_position: 40
sidebar_label: "External execution with Pipes"
---
5 changes: 5 additions & 0 deletions docs/docs-beta/docs/guides/external-systems/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Using Resources to Connect with External Systems"
sidebar_position: 30
sidebar_label: "Managing connections with resources"
---
12 changes: 12 additions & 0 deletions docs/docs-beta/docs/guides/monitoring/alerting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Setting up alerts"
sidebar_position: 30
sidebar_label: "Alerting"
---

Alerting if my pipeline didn't execute
Tracking when a run or sensor fails
Knowing when a pipeline never ran
Knowing if a pipeline is running slow, or an asset is late
Knowing if my Dagster instance is having issues

8 changes: 5 additions & 3 deletions docs/docs-beta/docs/guides/monitoring/custom-logging.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Set up custom logging"
sidebar_position: 10
---
title: "Setting up custom logging"
sidebar_position: 20
---

# Setting up custom logging
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Integration testing"
sidebar_position: 40
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Unit tests for assets and ops"
sidebar_position: 30
sidebar_label: "Unit testing"
---

# Unit tests for assets and ops

This file was deleted.

3 changes: 3 additions & 0 deletions docs/docs-beta/docs/guides/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Troubleshooting
---
Empty file.
36 changes: 25 additions & 11 deletions docs/docs-beta/sidebars.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';

/**
* Creating a sidebar enables you to:
Expand Down Expand Up @@ -44,21 +44,21 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'Transformation',
label: 'Ingestion and Transformation',
link: {
type: 'doc',
id: 'guides/transformation',
id: 'guides/etl',
},
items: [
{
type: 'autogenerated',
dirName: 'guides/transformation',
dirName: 'guides/etl',
},
],
},
{
type: 'category',
label: 'Automation',
label: 'Automation and Scheduling',
link: {
type: 'doc',
id: 'guides/automation',
Expand All @@ -72,7 +72,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'External systems',
label: 'Integrating with External Systems',
link: {
type: 'doc',
id: 'guides/external-systems',
Expand All @@ -86,21 +86,21 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'Testing',
label: 'Data Quality and Testing',
link: {
type: 'doc',
id: 'guides/testing',
id: 'guides/quality-testing',
},
items: [
{
type: 'autogenerated',
dirName: 'guides/testing',
dirName: 'guides/quality-testing',
},
],
},
{
type: 'category',
label: 'Monitoring',
label: 'Monitoring and Alerting',
link: {
type: 'doc',
id: 'guides/monitoring',
Expand All @@ -126,6 +126,20 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: 'category',
label: 'Troubleshooting',
link: {
type: 'doc',
id: 'guides/troubleshooting',
},
items: [
{
type: 'autogenerated',
dirName: 'guides/troubleshooting',
},
],
},
],
},
{
Expand All @@ -148,7 +162,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'Automation',
label: 'Automation and Scheduling',
link: {
type: 'doc',
id: 'concepts/automation',
Expand Down

0 comments on commit 46b8bc1

Please sign in to comment.