Skip to content

Commit 545c18d

Browse files
authored
Merge pull request #8 from fastly/dora-compute-rename
DEVLIB-1233: Rename Compute@Edge to Compute
2 parents 5fd5a42 + 935d19c commit 545c18d

File tree

6 files changed

+441
-358
lines changed

6 files changed

+441
-358
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ dist
108108
# TernJS port file
109109
.tern-port
110110

111-
# Compute@Edge build artifacts
111+
# Compute build artifacts
112112
pkg
113113
bin

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Deploy to Fastly](https://deploy.edgecompute.app/button)](https://deploy.edgecompute.app/deploy)
44

5-
An application template for validating requests against an OpenAPI 3.x definition, in JavaScript, for Fastly's Compute@Edge environment.
5+
An application template for validating requests against an OpenAPI 3.x definition, in JavaScript, for Fastly Compute.
66

77
### OpenAPI, briefly
88

@@ -22,7 +22,7 @@ This starter kit makes it possible to define custom request handling logic at th
2222

2323
Replace the contents of `src/definition.json` with your own OpenAPI 3.x definition, and change any references to `httpbin.org` to your origin in `fastly.toml` – by replacing the `url` in `local_server.backends.origin`, and the `address` (hostname) in `setup.backends.origin`.
2424

25-
Then run `fastly compute serve` to try out this Compute@Edge app on your local machine, or `fastly compute publish` to publish a new Compute@Edge service.
25+
Then run `fastly compute serve` to try out this Compute app on your local machine, or `fastly compute publish` to publish a new Compute service.
2626

2727
### Request handling
2828

@@ -32,7 +32,7 @@ OpenAPI validation errors are logged in both cases.
3232

3333
To forward all requests to the origin, set the constant `REJECT_INVALID_REQUESTS` to `false`.
3434

35-
**For more details about other starter kits for Compute@Edge, see the [Fastly Developer Hub](https://developer.fastly.com/solutions/starters)**
35+
**For more details about other starter kits for Compute, see the [Fastly Developer Hub](https://developer.fastly.com/solutions/starters)**
3636

3737
## Security issues
3838

fastly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file describes a Fastly Compute@Edge package. To learn more visit:
1+
# This file describes a Fastly Compute package. To learn more visit:
22
# https://developer.fastly.com/reference/fastly-toml/
33

44
authors = ["<oss@fastly.com>"]

0 commit comments

Comments
 (0)