Skip to content

Commit

Permalink
Rename syntax to manifestVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Aug 7, 2023
1 parent 645beec commit b318049
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/concepts/manifest/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ graph LR
graph TD
manifest(manifest.json)
manifest --> syntax[syntax]
manifest --> manifestVersion[manifestVersion]
manifest --> name[name]
manifest --> requires[requires]
manifest --> provides[provides]
Expand Down Expand Up @@ -216,7 +216,7 @@ graph TD

```json
{
"syntax": "v3",
"manifestVersion": "v3",
"name": "SampleApp",
"requires": [
{
Expand Down Expand Up @@ -272,7 +272,7 @@ The table lists all fields of the manifest file:
{{<table "table table-bordered">}}
| Name | Type | Example | Description |
|------|------|---------|-------------|
| `syntax` | `string` | `v3` | Syntax version of the manifest file. |
| `manifestVersion` | `string` | `v3` | Version of the manifest file. |
| `name` | `string` | `SampleApp` | Name of the application or service
| `dependencies` | `list[Dependency]` | | list of all dependencies of the application |
{{</table>}}
Expand Down

0 comments on commit b318049

Please sign in to comment.