Skip to content

Commit

Permalink
Hide TODO docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 15, 2021
1 parent d2925e8 commit eb751c1
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 74 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Tutorial
order: 2
---

# Tutorial

## Introduction

[Check out the completed version of the app here](https://replit.com/@RemixRun/React-Router-v6-Tutorial-Completed).
Expand Down
1 change: 1 addition & 0 deletions docs/guides/building-the-user-interface/not-found.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: '"Not Found" Routes'
order: 3
hidden: true
---

# "Not Found" Routes (404)
Expand Down
1 change: 1 addition & 0 deletions docs/guides/building-the-user-interface/route-configs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Using Route Config Objects
order: 2
hidden: true
---

# Using Route Config Objects
Expand Down
1 change: 1 addition & 0 deletions docs/guides/building-the-user-interface/using-layouts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Using Layouts
order: 1
hidden: true
---

# Using Layouts
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/ssr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ toc: false
order: 6
---

# Server-Side Rendering

The most basic server rendering in React Router is pretty straightforward. However, there's a lot more to consider than just getting the right routes to render. Here's an incomplete list of things you'll need to handle:

- Bundling your code for the server and the browser
Expand Down
1 change: 1 addition & 0 deletions docs/guides/ssr/using-staticrouter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Using StaticRouter Directly
order: 2
hidden: true
---

# Using `StaticRouter` Directly
Expand Down
1 change: 1 addition & 0 deletions docs/guides/techniques/code-splitting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Code Splitting
order: 3
hidden: true
---

# Code Splitting
Expand Down
4 changes: 3 additions & 1 deletion docs/guides/techniques/working-with-the-search-string.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: URL Search Params
title: Working with URL Search Params
---

# Working with URL Search Params

[The "search" string](https://developer.mozilla.org/en-US/docs/Web/API/URL/search) (also called a "query string") is the portion of a URL that begins with a `?` and contains the search parameters of the URL. These parameters are commonly used to describe variations on a given resource, such as filtering and paging. In search engines, the search string often contains the terms that were entered into the search field.

## Using the `useSearchParams` hook
Expand Down
1 change: 1 addition & 0 deletions docs/guides/testing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Testing
hidden: true
---

# Testing With Mocha
Expand Down
73 changes: 0 additions & 73 deletions docs/guides/url-search-params.md

This file was deleted.

0 comments on commit eb751c1

Please sign in to comment.