Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC-786][docs] fix next buttons for traversing sidebar #27362

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs-beta/docs/etl-pipeline-tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Learn how to build an ETL pipeline with Dagster
last_update:
author: Alex Noonan
sidebar_class_name: hidden
sidebar_position: 0
---

# Build your first ETL pipeline
Expand Down
1 change: 1 addition & 0 deletions docs/docs-beta/docs/guides/automate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Automate"
description: Learn how to automate your data pipelines.
sidebar_class_name: hidden
sidebar_position: 0
---

Automation is key to building reliable, efficient data pipelines. Dagster offers several ways to automate pipeline execution to fit a variety of needs.
Expand Down
1 change: 1 addition & 0 deletions docs/docs-beta/docs/guides/build/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Build pipelines"
sidebar_class_name: hidden
sidebar_position: 0
---

import DocCardList from '@theme/DocCardList';
Expand Down
1 change: 1 addition & 0 deletions docs/docs-beta/docs/guides/deploy/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Deploying Dagster"
sidebar_class_name: hidden
sidebar_position: 0
---

This section is about self-hosting Dagster.
Expand Down
1 change: 1 addition & 0 deletions docs/docs-beta/docs/guides/migrate/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Migrate"
sidebar_class_name: hidden
sidebar_position: 0
---

You can easily migrate Dagster versions, or migrate to Dagster from other platforms, such as Airflow:
Expand Down
3 changes: 2 additions & 1 deletion docs/docs-beta/docs/guides/monitor/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "Monitoring pipelines"
sidebar_class_name: hidden
sidebar_position: 0
---

import DocCardList from '@theme/DocCardList';

<DocCardList />
<DocCardList />
3 changes: 2 additions & 1 deletion docs/docs-beta/docs/guides/operate/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "Operating pipelines"
sidebar_class_name: hidden
sidebar_position: 0
---

import DocCardList from '@theme/DocCardList';

<DocCardList />
<DocCardList />
3 changes: 2 additions & 1 deletion docs/docs-beta/docs/guides/test/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "Testing assets"
sidebar_class_name: hidden
sidebar_position: 0
---

import DocCardList from '@theme/DocCardList';

<DocCardList />
<DocCardList />
Loading