Skip to content

Commit

Permalink
[docathon] standardize titles to not use -ing words
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Aug 27, 2024
1 parent 2cffc92 commit 8409385
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/automation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Automating Pipelines"
title: "Automate pipelines"
description: Learn how to automate your data pipelines.
last_update:
date: 2024-08-12
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/automation/configuring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configuring pipelines and runs
title: Configure pipelines and runs
sidebar_label: Configuring pipelines
sidebar_position: 40
---
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Creating asset factories"
title: "Create asset factories"
sidebar_position: 60
sidebar_label: "Creating asset factories"
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configuring assets using the Dagster UI
title: Configure assets using the Dagster UI
sidebar_label: Configuring assets using the Dagster UI
sidebar_position: 50
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Representing external data sources with external assets
title: Represent external data sources with external assets
sidebar_position: 80
sidebar_label: 'Representing external data sources'
---
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/data-modeling/metadata.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Adding tags and metadata to assets'
title: 'Add tags and metadata to assets'
description: 'Learn how to add tags and metadata to assets to improve observability in Dagster'
sidebar_position: 40
sidebar_label: 'Enriching assets with metadata'
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/data-modeling/partitioning.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to Partition Your Data
title: How to partition your data
description: Learn how to partition your data in Dagster.
sidebar_label: Partitioning pipelines
sidebar_position: 30
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Selecting subsets of assets"
title: "Select subsets of assets"
sidebar_position: 70
sidebar_label: "Selecting assets"
---
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/deployment/code-locations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Managing code locations with Definitions"
title: "Manage code locations with Definitions"
sidebar_position: 50
sidebar_label: "Code locations and Definitions"
---
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/deployment/docker.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
title: "Deploying to Docker"
title: "Deploy to Docker"
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/deployment/secrets.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Managing secrets
title: Manage secrets
sidebar_position: 50
---
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/etl/ingesting-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Ingesting data with Dagster
title: Ingest data with Dagster
description: Learn how to ingest data into Dagster using embedded-elt
sidebar_position: 10
sidebar_label: Ingesting data
---
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/etl/transform-dbt.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Transforming data with dbt
title: Transform data with dbt
sidebar_position: 20
---
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/external-systems/apis.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Connecting to APIs
title: Connect to APIs
sidebar_position: 20
---
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/external-systems/authentication.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Authenticating to a resource
title: Authenticate to a resource
sidebar_position: 60
---
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/external-systems/build-your-own.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: "Building an asset integration"
title: "Build an asset integration"
sidebar_position: 70
---
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/external-systems/cloud-services.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Connecting to cloud services
title: Connect to cloud services
sidebar_position: 25
---
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/external-systems/databases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Connecting to databases
title: Connect to databases
sidebar_position: 10
---
---
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/external-systems/io-managers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Managing stored data with I/O Managers"
title: "Manage stored data with I/O Managers"
sidebar_position: 50
sidebar_label: "Storing data with I/O Managers"
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/external-systems/non-python.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: "Running non-Python languages"
title: "Run non-Python languages"
sidebar_position: 60
---
---
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/guides/external-systems/pipes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Excuting code outside of Dagster with Pipes"
title: "Excute code outside of Dagster with Pipes"
sidebar_position: 40
sidebar_label: "External execution with Pipes"
---
---
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/monitor-alert/alerting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Setting up alerts"
title: "Configure alerts"
sidebar_position: 30
sidebar_label: "Alerting"
---
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/monitor-alert/custom-logging.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Setting up custom logging"
title: "Configure custom logging"
sidebar_position: 20
---

Expand Down

0 comments on commit 8409385

Please sign in to comment.