Skip to content

Commit

Permalink
Merge branch 'main' into fix-supported-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Feb 18, 2025
2 parents 4732a76 + 3b46e82 commit 5e892d1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/source/_inc/_install-browser-reqs-volto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
You can view the list of supported browsers for Volto at [Browserslist](https://browsersl.ist/#q=%3E1%25%0Alast+4+versions%0AFirefox+ESR%0Anot+dead).

These browsers are set according to the `browserslist` key in Volto's [`package.json`](https://github.com/plone/volto/blob/1aff8d0451f5cb375ca9f5afe9b2b72a0555afd8/packages/volto/package.json#L170-L176) file, whose content is below.

```shell
>1%
last 4 versions
Firefox ESR
not dead
```
2 changes: 1 addition & 1 deletion docs/source/contributing/version-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ We recommend using the current LTS version.

## Supported web browsers

```{include} ../../_inc/_install-browser-reqs-volto.md
```{include} ../_inc/_install-browser-reqs-volto.md
```


Expand Down
4 changes: 2 additions & 2 deletions docs/source/user-manual/blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ To rearrange blocks, to the right of the block you want to move, click on its dr

(copy-anchor-links-label)=

### Copy Slate headings as anchor links
### Copy headings as anchor links

When you move your mouse over a heading, a link icon <img alt="Link icon" src="../../_static/link.svg" class="inline"> appears on the right side.
When you move your mouse over a heading, a link icon <img alt="Link icon" src="../_static/link.svg" class="inline"> appears on the right side.
Click this icon to copy a direct link to that specific heading on the page onto your clipboard.

Now you can paste the copied link to share a specific section of a page with others.
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/6760.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix reference to `link.svg` and include of `_inc/_install-browser-reqs-volto.md`. @stevepiercy

0 comments on commit 5e892d1

Please sign in to comment.