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 25bf43f commit 9654ae5Copy full SHA for 9654ae5
content/docs/extension-guide/create-extension/advanced-extensions.md
@@ -114,9 +114,9 @@ The root directory for a typical extension might look like the following:
114
```
115
.
116
├── bin
117
-│ ├── detect <- similar to a buildpack ./bin/detect
118
-│ ├── generate <- similar to a buildpack ./bin/build
119
-├── extension.toml <- similar to a buildpack buildpack.toml
+│ ├── detect
+│ ├── generate
+├── extension.toml
120
121
122
But it could also look like any of the following:
0 commit comments