From 31cf521c60d2c37f0de6c44ca122395601cae5be Mon Sep 17 00:00:00 2001 From: Maik Derstappen Date: Wed, 29 Jul 2026 12:16:15 +0200 Subject: [PATCH] remove demo video, as it is not well done --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 043b681..c2bbf4d 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,6 @@ The Plone CLI is meant for developing Plone packages. It uses [copier](https://copier.readthedocs.io/) templates to scaffold Plone backend addons, Zope project setups, and add features like content types, behaviors, and REST API services. -## Demo - -Scaffolding a backend add-on, adding a content type and behavior, and wiring up a REST API service: - - - -> ▶ If the video does not play inline, [watch `docs/demo-backend.webm`](https://github.com/plone/plonecli/raw/master/docs/demo-backend.webm). - ## Compatibility Starting from version 7.x, we use copier templates instead of bobtemplates.plone or cookiecutter templates.