Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
clarified resource file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislavhorky committed Oct 31, 2017
1 parent 73967cc commit dfd0fd2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ The resource definition file can contain resource definitions or include
subsequent definition files:
```
[
Resource, // see below
Resource, // see Basic resource layout below
Resource,
...
{ "include": String }, // path to other definition file to include.
... // may be relative to current directory
{ "include": String }, // see below
...
]
```
where include `String` can be either exact path or a glob pattern (expansion to zero files is not an error) and may be relative to current resource file.

# Supported resource types/drivers

Expand Down

0 comments on commit dfd0fd2

Please sign in to comment.