Skip to content

Commit

Permalink
docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 16, 2023
1 parent 9312311 commit b0760c8
Show file tree
Hide file tree
Showing 10 changed files with 1,460 additions and 22 deletions.
1 change: 0 additions & 1 deletion docs/file-conventions/routes-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Route File Naming
new: true
---

# Route File Naming
Expand Down
1 change: 0 additions & 1 deletion docs/guides/styling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Styling
new: true
---

# Styling
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ npx create-remix@latest
<p>If you're wondering what Remix is, this is the page for you. Learn how Remix is four primary things: a compiler, an HTTP handler, a server framework, and a browser framework.</p>
</docs-card>
</a>
<a href="/pages/v2" aria-label="Preparing for v2">
<a href="/pages/v2" aria-label="Upgrading to v2">
<docs-card>
<h4>Preparing for v2</h4>
<p>Remix v2 is coming soon! All of the new APIs and behaviors are available already in v1 behind Future Flags. This doc will help you incrementally adopt each one so that when it's time to update to v2, you don't have to change a thing.</p>
<h4>Upgrading to v2</h4>
<p>Remix v2 is here! All of the new APIs and behaviors are available already in v1 behind Future Flags. This doc will help you incrementally adopt each one so that when it's time to update to v2, you don't have to change a thing.</p>
</docs-card>
</a>
<a href="/tutorials/blog" aria-label="Developer Blog Tutorial">
Expand Down
1 change: 0 additions & 1 deletion docs/pages/api-development-strategy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: API Development Strategy
description: Remix's strategy to provide a smooth upgrade experience for application developers
new: true
---

# API Development Strategy
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/v2.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Preparing for v2
title: Upgrading to v2
order: 1
new: true
---

# Preparing for v2
# Upgrading to v2

All v2 APIs and behaviors are available in v1 with [Future Flags][future-flags]. They can be enabled one at a time to avoid development disruption of your project. After you have enabled all flags, upgrading to v2 should be a non-breaking upgrade.

Expand Down
1 change: 0 additions & 1 deletion docs/route/error-boundary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: ErrorBoundary
new: true
---

# `ErrorBoundary`
Expand Down
11 changes: 0 additions & 11 deletions docs/route/meta-v2.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/route/meta.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: meta
new: true
---

# `meta`
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorials/blog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: Blog Tutorial (short)
order: 3
hidden: true
---

# Quickstart
# Blog Tutorial

We're going to be short on words and quick on code in this quickstart. If you're looking to see what Remix is all about in 15 minutes, this is it.

Expand Down
Loading

0 comments on commit b0760c8

Please sign in to comment.