Skip to content

Commit

Permalink
Add more references. See plone/cookieplone-templates#63
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Oct 8, 2024
1 parent d9b010a commit 6ad0a86
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/classic-ui/mockup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ View the [interactive documentation of Mockup](https://plone.github.io/mockup/).

## Get started

[bobtemplates.plone](https://github.com/plone/bobtemplates.plone) provides [mr.bob](https://mrbob.readthedocs.io/en/latest/) templates to generate packages for Plone projects.
[plonecli](https://github.com/plone/plonecli) provides a command line client for bobtemplates.plone.
[`bobtemplates.plone`](https://github.com/plone/bobtemplates.plone) provides [`mr.bob`](https://github.com/collective/mr.bob) templates to generate packages for Plone projects.
[Plone CLI (`plonecli`)](https://github.com/plone/plonecli) provides a command line client for `bobtemplates.plone`.

Install plonecli into your Python user packages to make it available to all your projects.
Install {term}`plonecli` into your Python user packages to make it available to all your projects.

```shell
pip install plonecli --user
```

Create a theme package add-on with {term}`plonecli`.
Create a theme package add-on with `plonecli`.

```shell
plonecli add mockup_pattern
Expand All @@ -36,6 +36,12 @@ plonecli add mockup_pattern

## References

- [`bobtemplates.plone` documentation](https://bobtemplatesplone.readthedocs.io/en/latest/)
- [`mr.bob` documentation](https://mrbob.readthedocs.io/en/latest/)
- [Plone CLI documentation](https://plonecli.readthedocs.io/en/latest/)
- [`bobtemplates.plone` repository](https://github.com/plone/bobtemplates.plone)
- [`mr.bob` repository](https://github.com/collective/mr.bob)
- [Plone CLI (`plonecli`) repository](https://github.com/plone/plonecli)
- {ref}`v60-mockup-resource-registry-label` in Plone 6.0
- [Mockup repository on GitHub](https://github.com/plone/mockup)
- [Patternslib](https://patternslib.com/)

0 comments on commit 6ad0a86

Please sign in to comment.