Skip to content

Commit

Permalink
feat(docs): update front page
Browse files Browse the repository at this point in the history
  • Loading branch information
Icikowski committed Jan 6, 2023
1 parent 5a9327a commit f07eab1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ code from scratch.

## Features

- [X] Default response for
- [X] Dynamic default response for non-configured paths
- [X] Declarative configuration
- [X] Support `YAML` and `JSON` configuration formats
- [X] Support per-method response definitions (`GET`, `POST`, `PUT`, `PATCH`, `DELETE`)
- [X] Support default response definition (for not configured methods)
- [X] Support sub paths handling
- [X] Well-documented administration API
- [X] Support for `YAML` and `JSON` configuration formats
- [X] Support for method-specific responses per each route (`GET`, `POST`, `PUT`, `PATCH`, `DELETE`)
- [X] Support for wildcards (`*`) in routes' paths
- [X] Support for custom payloads (that can be uploaded, reused, updated and deleted)
- [X] Well-documented administration API (OpenAPI specification included)
- [X] Docker support
- [X] Based on latest [Google's "distroless"](https://github.com/GoogleContainerTools/distroless) image
- [X] Based on latest [Google's `distroless`](https://github.com/GoogleContainerTools/distroless) image
- [X] Small size (≈ 20MB)
- [X] Running in rootless mode
- [X] Kubernetes support
Expand Down

0 comments on commit f07eab1

Please sign in to comment.