File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
libs/docs/src/docs/no-version Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,14 @@ title: What is a devfile
33description : 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
You can’t perform that action at this time.
0 commit comments