Skip to content

Commit afdd3d4

Browse files
committed
Explain what a devfile is in a cleaner way
Signed-off-by: Anatoli Babenia <[email protected]>
1 parent f85d642 commit afdd3d4

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Diff for: libs/docs/src/docs/no-version/what-is-a-devfile.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ title: What is a devfile
33
description: What is a devfile
44
---
55

6-
You can use devfiles to automate and simplify your development process
7-
by adopting the existing devfiles that are available in the [public community registry](https://registry.devfile.io/viewer)
8-
or by authoring your own devfiles to record custom instructions to
9-
configure and run your build environment as a YAML-formatted text file.
10-
You can make these devfiles available in the supporting build tools and
11-
IDEs that can automatically process the devfile instructions to configure
12-
and build a running application from a development project.
13-
14-
Using the recommended best practices from the devfile, the tools and IDE
15-
can:
6+
`devfile.yaml` describes how to configure and run build environment for
7+
your project in a development container. You can create devfile from scratch or
8+
adopt existing from [public community registry](https://registry.devfile.io/viewer).
9+
10+
Certain build tools and IDEs can automatically process the devfile
11+
to configure and build a running application from a development project.
12+
13+
Using devfile, the tools and IDE can:
1614

1715
- Take in the repository hosting your application source code.
1816

0 commit comments

Comments
 (0)