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 6e92377 commit 0a4caceCopy full SHA for 0a4cace
1 file changed
docs/developer-guide/create-a-backend-add-on.md
@@ -139,13 +139,9 @@ Available mr.bob templates:
139
All templates below `addon` can be added to your newly created addon with:
140
141
```shell
142
- uvx plonecli add <subtemplate>
+ make add <subtemplate>
143
```
144
145
-```{note}
146
-When you have created a project with `cookieplone`, then you can simply do `make add <subtemplate>` inside the {file}`backend` folder.
147
-```
148
-
149
Currently documented subtemplates:
150
151
- behavior: {ref}`backend-behaviors-label`
0 commit comments