Skip to content

Commit e247b6b

Browse files
authored
Manifests can be YAML or JSON with .jps extension
This page incorrectly claimed that manifests have .json extension but all cases I've seen use .jps. It also gives examples in YAML / JSON but indicated that manifests are only written in JSON.
1 parent b9617bb commit e247b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/creating-manifest/basic-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Configs
22

3-
The JPS manifest is a file with <b>*.json*</b> extension, which contains an appropriate code written in JSON format. This manifest file includes the links to the web only dependencies. This file can be named as you require.
3+
The JPS manifest is a file with <b>*.jps*</b> extension, with code written in JSON or YAML format. This manifest file includes the links to the web only dependencies. This file can be named as you require.
44

55
The code should contain a set of strings needed for a successful installation of an application. The basis of the code is represented by the following string:
66
@@@

0 commit comments

Comments
 (0)