Skip to content

Commit

Permalink
Roll back changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Mar 13, 2023
1 parent 738387f commit f702a99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
- gyx1000
- hadizz
- hardingmatt
- harmony7
- helderburato
- HenryVogt
- hicksy
Expand Down
5 changes: 1 addition & 4 deletions docs/other-api/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ order: 2

## Official Adapters

Idiomatic Remix apps can generally be deployed anywhere because Remix adapts the server's request/response to the [Web Fetch API][web-fetch-api]. It does this through adapters. We maintain a few adapters:
Idiomatic Remix apps can generally be deployed anywhere because Remix adapt's the server's request/response to the [Web Fetch API][web-fetch-api]. It does this through adapters. We maintain a few adapters:

- `@remix-run/architect`
- `@remix-run/cloudflare-pages`
Expand All @@ -26,7 +26,6 @@ Each adapter has the same API. In the future we may have helpers specific to the

## Community Adapters

- [`@fastly/remix-server-adapter`][fastly-remix-server-adapter] - For [Fastly Compute@Edge][fastly-compute-at-edge].
- [`@mcansh/remix-fastify`][remix-fastify] - For [Fastify][fastify].
- [`@mcansh/remix-raw-http`][remix-raw-http] - For a good ol barebones Node server.
- [`remix-google-cloud-functions`][remix-google-cloud-functions] - For [Google Cloud][google-cloud-functions] and [Firebase][firebase-functions] functions.
Expand Down Expand Up @@ -180,8 +179,6 @@ addEventListener("fetch", (event) => {
```

[web-fetch-api]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
[fastly-remix-server-adapter]: https://github.com/fastly/remix-compute-js/tree/main/packages/remix-server-adapter
[fastly-compute-at-edge]: https://developer.fastly.com/learning/compute/
[remix-google-cloud-functions]: https://github.com/penx/remix-google-cloud-functions
[google-cloud-functions]: https://cloud.google.com/functions
[firebase-functions]: https://firebase.google.com/docs/functions
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/stacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The [token just needs `repo` access][repo access token].

#### Dependency versions

If you set any dependencies in package.json to `*`, the Remix CLI will change it to a semver caret of the latest released version:
If you set the any dependencies in package.json to `*`, the Remix CLI will change it to a semver caret of the latest released version:

```diff
- "remix": "*",
Expand Down

0 comments on commit f702a99

Please sign in to comment.