Adapters
Core Idea
Index page for the Adapters section: build and validate deployment adapters that integrate with Next.js's build and runtime model, for platforms hosting Next.js apps.
Key Concepts
- Section scope: Configuration, Creating an Adapter, API Reference, Testing Adapters, Routing with @next/routing, Runtime Integration, Invoking Entrypoints, Output Types, Routing Information, Use Cases.
Key Takeaways
- Página índice sem conteúdo próprio, apenas links para as subpáginas do sistema de adapters.
Connects To
- Configuration (ch434): como apontar pro adapter via
adapterPath.
- Creating an Adapter (ch435): interface
NextAdapter completa.