Skip to content

Commit

Permalink
[docs] remove 404 links (#27282)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Links were not formatted well, and I don't think they are necessary for
now.

We can revisit a fun Daggy-themed 404 in the future.

**before**

![image](https://github.com/user-attachments/assets/44cb9257-476d-4a58-8fb9-b26b37aa276d)

**after**

![image](https://github.com/user-attachments/assets/a0e6440f-b3ef-4195-8c49-b25594a937e2)


## How I Tested These Changes

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
cmpadden authored Jan 22, 2025
1 parent 57112b6 commit 6ae017d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
17 changes: 0 additions & 17 deletions docs/docs-beta/src/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -409,23 +409,6 @@ table {
}
}

.not-found-links {
display: flex;
flex-direction: row;
justify-content: space-between;
border: 1px solid var(--theme-color-keyline);
padding: 1rem;

a {
text-align: center;
font-weight: var(--ifm-font-weight-normal);

&:hover {
color: var(--theme-color-accent-blue);
}
}
}

.footer__title {
display: none;
}
Expand Down
5 changes: 0 additions & 5 deletions docs/docs-beta/src/theme/NotFound/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ export default function NotFoundContent({className}: Props): JSX.Element {
.
</p>
</div>
<div className="not-found-links card">
<Link href="/">Welcome to Dagster</Link>
<Link href="/getting-started/quickstart">Build your first Dagster project</Link>
<Link href="/etl-pipeline-tutorial">Build your first ETL pipeline</Link>
</div>
</div>
</div>
</main>
Expand Down

0 comments on commit 6ae017d

Please sign in to comment.