Skip to content

Commit

Permalink
Fix video warnings link errors (#4578)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Mar 21, 2023
1 parent d3865b3 commit 0da6bc8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,7 @@ span.guilabel, span.menuselection {
font-style: italic;
white-space: nowrap;
}

video {
width: 100%;
}
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
2 changes: 0 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,6 @@ 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%
```


Expand All @@ -42,5 +41,4 @@ 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%
```
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

0 comments on commit 0da6bc8

Please sign in to comment.