Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix video warnings link errors #4578

Merged
merged 4 commits into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This chapter contains some legacy information that may be useful to Plone 5.2 de

Volto can be installed in any operating system assuming that the following pre-requisites are met:

- [Node.js LTS (18.x)](https://nodejs.org/en/)
- [Node.js LTS (18.x)](https://nodejs.org/en)
- [Python](https://www.python.org/) - See below for specific versions.
- [Docker](https://www.docker.com/get-started) (if using the Plone docker images)

Expand Down
4 changes: 2 additions & 2 deletions docs/source/user-manual/copy-paste-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This feature can be used by selecting a start block and an end block while holdi
This will select all the blocks between the start and end blocks, allowing you to copy, cut, or delete multiple blocks at once.

```{video} /_static/user-manual/blocks/block-copy-cut.mp4
:width: 100%
:width: 100
```


Expand All @@ -42,5 +42,5 @@ You can click the paste option <img alt="Paste icon" src="../_static/paste.svg"
Also if you hold the {kbd}`ctrl` key while clicking the paste button, it keeps the clipboard buffer, allowing you to repeatedly paste it.

```{video} /_static/user-manual/blocks/block-paste.mp4
:width: 100%
:width: 100
```
1 change: 1 addition & 0 deletions news/4578.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix video warnings and link errors. @stevepiercy