Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,15 @@ Run `./scripts/serve.sh` to:
### Hot reloading

The development server currently does not support hot reloading.

### Updating examples

The example files are code-generated by [aepc](https://github.com/aep-dev/aepc)
and copied into this repository.

Specifically, the following files are copied over:

| aeps file | aepc file |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| [./aep/general/example.oas.yaml](./aep/general/example.oas.yaml) | [example/bookstore/v1/bookstore_openapi.json](https://github.com/aep-dev/aepc/blob/main/example/bookstore/v1/bookstore_openapi.json) |
| [./aep/general/example.proto](./aep/general/example.proto) | [example/bookstore/v1/bookstore.proto](https://github.com/aep-dev/aepc/blob/main/example/bookstore/v1/bookstore.proto) |
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# API Enhancement Proposals

The [AEP Project](https://aep.dev) is an API design specification and ecosystem of
clients and tooling for protobuf and HTTP REST APIs.
The [AEP Project](https://aep.dev) is an API design specification and ecosystem
of clients and tooling for protobuf and HTTP REST APIs.

## Overview

Expand Down
Loading