Skip to content

Commit

Permalink
Remove all custom server integration examples (vercel#42549)
Browse files Browse the repository at this point in the history
Fixes @leerob's comment vercel#42110 (comment)

~~Deprecated~~ Removed all custom server integration examples (Express, Fastify, etc.) in favour of the main `custom-server` example, ~~and left behind a helpful `README.md` in case they might be linked to.~~

## Documentation / Examples

- [X] Make sure the linting passes by running `pnpm build && pnpm lint`
- [X] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
  • Loading branch information
maxproske committed Nov 7, 2022
1 parent a9f7998 commit 984627a
Show file tree
Hide file tree
Showing 65 changed files with 1 addition and 1,825 deletions.
4 changes: 1 addition & 3 deletions docs/advanced-features/custom-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ description: Start a Next.js app programmatically using a custom server.
<details>
<summary><b>Examples</b></summary>
<ul>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-express">Express integration</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-hapi">Hapi integration</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-koa">Koa integration</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server">Custom Server</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/ssr-caching">SSR Caching</a></li>
</ul>
</details>
Expand Down
36 changes: 0 additions & 36 deletions examples/custom-server-actionhero/.gitignore

This file was deleted.

109 changes: 0 additions & 109 deletions examples/custom-server-actionhero/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions examples/custom-server-actionhero/actions/render.js

This file was deleted.

95 changes: 0 additions & 95 deletions examples/custom-server-actionhero/config/api.js

This file was deleted.

0 comments on commit 984627a

Please sign in to comment.