Skip to content

Commit

Permalink
[docs-revamp] - Fix links (#24353)
Browse files Browse the repository at this point in the history
## Summary & Motivation

This PR fixes a few busted links that were preventing Vercel deploys
from succeeding.

## How I Tested These Changes

## Changelog

NOCHANGELOG
  • Loading branch information
erinkcochran87 authored Sep 10, 2024
1 parent 0c579bb commit affbbc9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 85 deletions.
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ If you encounter any issues during the installation process:
## Next steps

- Get up and running with your first Dagster project in the [Quickstart](/getting-started/quickstart)
- Learn to [create data assets in Dagster](/guides/data-modeling/data-assets)
- Learn to [create data assets in Dagster](/guides/data-assets)
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/guides/external-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Examples of external assets could be files in a data lake that are populated by

To follow the steps in this guide, you'll need:

- A basic understanding of Dagster and assets. See the [Quick Start](/tutorial/quick-start) tutorial for an overview.
- A basic understanding of Dagster and assets. See the [Quick Start](/getting-started/quickstart) tutorial for an overview.
- Familiarity with [Sensors](/guides/sensors)
</details>

Expand Down
82 changes: 0 additions & 82 deletions docs/docs-beta/docs/tutorial/installation.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs-beta/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const sidebars: SidebarsConfig = {
type: 'category',
label: 'Getting Started',
collapsed: false,
items: ['intro', 'getting-started/quickstart', 'tutorial/installation'],
items: ['intro', 'getting-started/quickstart', 'getting-started/installation'],
},
{
type: 'category',
Expand Down

1 comment on commit affbbc9

@github-actions
Copy link

@github-actions github-actions bot commented on affbbc9 Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-beta ready!

✅ Preview
https://dagster-docs-beta-qg8mldilt-elementl.vercel.app
https://dagster-docs-beta.dagster-docs.io

Built with commit affbbc9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.