Skip to content

Commit 59dc0cd

Browse files
author
Natalie Arellano
committed
Add more info
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 9654ae5 commit 59dc0cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/docs/extension-guide/create-extension/advanced-extensions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ But it could also look like any of the following:
123123

124124
#### ./bin/detect is optional!
125125

126+
If `./bin/detect` is missing,
127+
the extension is assumed to pass detection and
128+
the lifecycle will interpret the contents of `./detect` as the contents of `$CNB_OUTPUT_DIR`.
129+
126130
```
127131
.
128132
├── bin
@@ -134,6 +138,9 @@ But it could also look like any of the following:
134138

135139
#### ./bin/generate is optional!
136140

141+
If `./bin/generate` is missing,
142+
the lifecycle will interpret the contents of `./generate` as the contents of `$CNB_OUTPUT_DIR`.
143+
137144
```
138145
├── bin
139146
│ ├── detect

0 commit comments

Comments
 (0)