|
4 | 4 |
|
5 | 5 | # User Guide |
6 | 6 |
|
7 | | -- [Getting Started](guide/getting-started.md) |
8 | | -- [Spec Configuration](guide/spec-configuration.md) |
9 | | -- [Dispatchers](guide/dispatchers.md) |
10 | | -- [Middlewares](guide/middlewares/index.md) |
| 7 | +- [Getting started](guide/getting-started.md) |
| 8 | +- [Spec configuration](guide/spec-configuration.md) |
| 9 | +- [Dispatchers (request routing)](guide/dispatchers.md) |
| 10 | +- [Middlewares (auth, rate limit, AI)](guide/middlewares/index.md) |
11 | 11 | - [Authentication](guide/middlewares/authentication.md) |
12 | 12 | - [Authorization](guide/middlewares/authorization.md) |
13 | 13 | - [Traffic Control](guide/middlewares/traffic-control.md) |
|
17 | 17 | - [AI Gateway](guide/middlewares/ai-gateway.md) |
18 | 18 | - [Secrets](guide/secrets.md) |
19 | 19 | - [Observability](guide/observability.md) |
20 | | -- [Control Plane](guide/control-plane.md) |
| 20 | +- [Control plane (REST API)](guide/control-plane.md) |
21 | 21 | - [Web UI](guide/web-ui.md) |
22 | 22 | - [MCP Server](guide/mcp.md) |
23 | 23 | - [Linting with Vacuum](guide/vacuum.md) |
24 | 24 | - [FIPS 140-3 Compliance](guide/fips.md) |
25 | 25 |
|
26 | 26 | # Reference |
27 | 27 |
|
28 | | -- [CLI Reference](reference/cli.md) |
| 28 | +- [CLI reference](reference/cli.md) |
29 | 29 | - [Spec Extensions](reference/extensions.md) |
30 | 30 | - [Artifact Format](reference/artifact.md) |
31 | 31 | - [Reserved Endpoints](reference/endpoints.md) |
32 | 32 |
|
33 | 33 | # Contributing |
34 | 34 |
|
35 | 35 | - [Architecture](contributing/architecture.md) |
36 | | -- [Development Guide](contributing/development.md) |
37 | | -- [Plugin Development](contributing/plugins.md) |
| 36 | +- [Development setup](contributing/development.md) |
| 37 | +- [WASM plugin development](contributing/plugins.md) |
0 commit comments