Skip to content

Commit

Permalink
fix bad routing (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers authored Oct 20, 2021
1 parent 4ba1da2 commit 9fd403e
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Make Every Form a Remote Form in Rails
permalink: /make-every-form-remote-in-rails
permalink: /how-tos/make-every-form-remote-in-rails
---

Rails has a special configuration for remote forms as of `v6.1` that
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Programmatically Fetch with events
permalink: /programmatic-fetching-with-events
permalink: /how-tos/programmatic-fetching-with-events
---

Remember how I said earlier its just fetch? Well there are 3 additional
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/how_tos/30-use-js-erb.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Using .js.erb
permalink: /use-js-erb
permalink: /how-tos/use-js-erb
---

## [Rails Configuration](#rails-configuration)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/how_tos/40-prefetching.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Prefetching
permalink: /prefetching
permalink: /how-tos/prefetching
---

## [Why should I prefetch?](#why-should-i-prefetch)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/how_tos/50-integrate-cablecar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Integrate CableCar
permalink: /integrate-cablecar
permalink: /how-tos/integrate-cablecar
---

## [CableCar](#cablecar)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/how_tos/60-integrate-turbo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Integrate Turbo with mrujs
permalink: /integrate-turbo
permalink: /how-tos/integrate-turbo
---

Mrujs ships with a plugin to automatically handle TurboStream responses.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Using Shoelace with mrujs
permalink: /using-shoelace-with-mrujs
permalink: /how-tos/using-shoelace-with-mrujs
---

Mrujs ships with a Shoelace plugin. Currently this plugin is fairly minimal. At its
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/01-comparison-to-ujs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Comparison to UJS
permalink: /comparison-to-ujs
permalink: /references/comparison-to-ujs
---

Before we start comparing, let's start with why.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Understanding Remote Forms and Links
permalink: /remote-forms-and-links
permalink: /references/remote-forms-and-links
---
What are remote forms and links? When you see the word "Remote" referencing forms or links,
it means the element is submitting its contents via "AJAX".
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/03-ajax-lifecycle.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Ajax Lifecycle
permalink: /ajax-lifecycle
permalink: /references/ajax-lifecycle
---

## Events
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/04-mime-types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: (Experimental) MimeTypes
permalink: /mime-types
permalink: /references/mime-types
---

mrujs comes with a set of predefined MimeTypes for `AcceptHeaders`.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/05-fetch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Fetch API
permalink: /fetch
permalink: /references/fetch
---

## [Fetch](#fetch)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/06-query-selectors.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: (Experimental) QuerySelectors
permalink: /query-selectors
permalink: /references/query-selectors
---

mrujs comes with a number of preconstructed querySelectors. These can be
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/07-integrations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Integrations
permalink: /integrations
permalink: /references/integrations
---

## [Navigation](#navigation)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/08-plugins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: (Experimental) Plugins
permalink: /plugins
permalink: /references/plugins
---

## [Plugin Interface](#plugin-interface)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/09-known-issues.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Known Issues
permalink: /known-issues
permalink: /references/known-issues
---

## [Turbolinks Gem](#turbolinks-gem)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/references/10-async-confirms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: (Deprecated) Async Confirm Dialogs
permalink: /async-confirms
permalink: /references/async-confirms
---

<%= render(Alert.new(title: "Warning:", type: :warning)) do %>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Understanding Method Masking
permalink: /understanding-method-masking
permalink: /references/understanding-method-masking
---

Mrujs has a special technique it uses for all links to use
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_documentation/tutorials/01-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting Started
permalink: /getting-started
permalink: /tutorials/getting-started
---

## [1. Install Mrujs](#1-install-mrujs)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Practical Guide to mrujs
permalink: /practical-guide-to-mrujs
permalink: /tutorials/practical-guide-to-mrujs
---

If you're new to the concept of UJS, or want a practical example of what
Expand Down

0 comments on commit 9fd403e

Please sign in to comment.