We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9654ae5 commit 59dc0cdCopy full SHA for 59dc0cd
content/docs/extension-guide/create-extension/advanced-extensions.md
@@ -123,6 +123,10 @@ But it could also look like any of the following:
123
124
#### ./bin/detect is optional!
125
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
+
130
```
131
.
132
├── bin
@@ -134,6 +138,9 @@ But it could also look like any of the following:
134
138
135
139
#### ./bin/generate is optional!
136
140
141
+If `./bin/generate` is missing,
142
+the lifecycle will interpret the contents of `./generate` as the contents of `$CNB_OUTPUT_DIR`.
143
137
144
145
146
│ ├── detect
0 commit comments