Skip to content

Commit

Permalink
Use new URL 6.docs.plone.org (#4726)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Apr 22, 2023
1 parent 9fc5955 commit 89e290c
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 24 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
- Enable the use of yarn 3 in the build by default @sneridagh
- The `ContentsBreadcrumbs` component now renders the whole language name of the language root folder (if any) instead of just the `id` (before: `de`, now: `Deutsch`) @sneridagh

See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

### Feature

Expand Down Expand Up @@ -1122,7 +1122,7 @@ See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more informa
- Moved all sentry-related code from Volto to the `@plone-collective/volto-sentry` package. @tiberiuichim
- The listing block icon has been improved to avoid confusion with the normal text list. @sneridagh

See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

### Feature

Expand Down Expand Up @@ -1233,7 +1233,7 @@ See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more informa

- Sentry integration is now lazy-loaded. The `sentryOptions` key from the `settings` registry becomes a callable that passes resolved sentry libraries. @tiberiuichim

See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

### Feature

Expand Down Expand Up @@ -1297,7 +1297,7 @@ See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more informa
- Upgrade to Razzle 4 @davisagli
- Jest downgraded from 27 to 26 @davisagli

See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

### Internal

Expand Down Expand Up @@ -1337,7 +1337,7 @@ See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more informa
### Breaking

- `react-window` no longer a Volto dependency @sneridagh
See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

### Bugfix

Expand Down Expand Up @@ -1376,7 +1376,7 @@ See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more informa
### Breaking

- Move Layout constants to `config.views.layoutViewsNamesMapping`. Complete the list. i18n the list. Improve Display component. @sneridagh
See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

### Feature

Expand Down Expand Up @@ -1422,7 +1422,7 @@ Undo html_static_path configuration in `plone/documentation`, and restore image
### Breaking

- Main workflow change menu changed from Pastanaga UI simplification to classic Plone implementation. @sneridagh
See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

### Feature

Expand Down Expand Up @@ -1518,7 +1518,7 @@ Undo html_static_path configuration in `plone/documentation`, and restore image
- change password-reset url to be consistent with Plone configuration @erral
- Simplify over the existing Component Registry API. The `component` key has been flattened for simplification and now it's mapped directly to the `component` argument of `registerComponent`. @sneridagh

See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

### Feature

Expand Down Expand Up @@ -2096,14 +2096,14 @@ Use next release instead: https://github.com/plone/volto/releases/tag/16.0.0-alp
### Breaking

- Upgrade `react-cookie` to the latest version. @sneridagh @robgietema
See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.
- Language Switcher no longer takes care of the change of the language on the Redux Store. This responsibility has been unified in the API Redux middleware @sneridagh
- Markup change in `LinkView` component.
- Rename `core-sandbox` to `coresandbox` for sake of consistency @sneridagh
- Extend the original intent and rename `RAZZLE_TESTING_ADDONS` to `ADDONS`. @sneridagh
See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.
- Lazyload Draft.js library. See the upgrade guide on how that impacts you, in case you have extended the rich text editor configuration @tiberiuichim @kreafox
See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.
- Deprecating `lang` cookie in favor of Plone official one `I18N_LANGUAGE` @sneridagh

### Feature
Expand Down Expand Up @@ -5049,7 +5049,7 @@ https://6.docs.plone.org/volto/upgrade-guide/index.html
- Added item type as a tooltip in contents @nzambello
- Added Italian translations and translated array, token and select widget. @giuliaghisini
- Added uploading image preview in FileWidget @iFlameing
- Allow custom express middleware declared with `settings.expressMiddleware`. See [Custom Express middleware](https://6.dev-docs.plone.org/volto/recipes/express.html) @tiberiuichim
- Allow custom express middleware declared with `settings.expressMiddleware`. See [Custom Express middleware](https://6.docs.plone.org/volto/recipes/express.html) @tiberiuichim

### Bugfix

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing to Volto

See [Contributing to Volto](https://6.dev-docs.plone.org/volto/developer-guidelines/contributing.html).
See [Contributing to Volto](https://6.docs.plone.org/volto/developer-guidelines/contributing.html).
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Please create a new [issue](https://github.com/plone/volto/issues/new) or [pull

## Documentation

You can find the latest (in-progress) documentation in [https://6.dev-docs.plone.org/](https://6.dev-docs.plone.org/volto/index.html)
You can find the latest (in-progress) documentation in [https://6.docs.plone.org/](https://6.docs.plone.org/volto/index.html)

## Training

Expand Down Expand Up @@ -242,7 +242,7 @@ We do not guarantee that deprecated browsers (e.g., Internet Explorer 11) are su

## Upgrades

You can find the upgrade guide here: https://6.dev-docs.plone.org/volto/upgrade-guide/index.html
You can find the upgrade guide here: https://6.docs.plone.org/volto/upgrade-guide/index.html

## Volto Development

Expand Down Expand Up @@ -317,11 +317,11 @@ yarn test

Here you can find a guide on how acceptance testing is done in Volto:

https://6.dev-docs.plone.org/volto/developer-guidelines/acceptance-tests.html
https://6.docs.plone.org/volto/developer-guidelines/acceptance-tests.html

## Translations

If you would like contribute to translate Volto into several languages, please, read the [Internationalization (i18n) guide](https://6.dev-docs.plone.org/volto/recipes/i18n.html).
If you would like contribute to translate Volto into several languages, please, read the [Internationalization (i18n) guide](https://6.docs.plone.org/volto/recipes/i18n.html).

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributing/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Volto adopted some time ago [Storybook](https://storybook.js.org), a tool that i

Not all Volto's visual components are covered yet in Storybook, but it has already a good foundation.

You can find the current Storybook build in: https://6.dev-docs.plone.org/storybook
You can find the current Storybook build in: https://6.docs.plone.org/storybook

## Quanta, the design system for Plone 6

Expand Down
2 changes: 1 addition & 1 deletion docs/source/upgrade-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ If you are extending an existing one, you should add it as a normal `schemaEnhan
```

```{seealso}
See https://6.dev-docs.plone.org/volto/blocks/block-style-wrapper.html for more documentation.
See https://6.docs.plone.org/volto/blocks/block-style-wrapper.html for more documentation.
```

### Sentry integration moved from Volto core to add-on
Expand Down
1 change: 1 addition & 0 deletions news/4726.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use new URL `6.docs.plone.org`. @stevepiercy
2 changes: 1 addition & 1 deletion packages/generator-volto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- You should *NOT* be adding new change log entries to this file.
You should create a file in the news directory instead.
For helpful instructions, please see:
https://6.dev-docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
-->

<!-- towncrier release notes start -->
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- You should *NOT* be adding new change log entries to this file.
You should create a file in the news directory instead.
For helpful instructions, please see:
https://6.dev-docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
-->

<!-- towncrier release notes start -->
Expand Down Expand Up @@ -91,7 +91,7 @@

- Removed `Razzle` as dependency, leave only the `babel-preset-razzle` one which is enough.

See https://6.dev-docs.plone.org/volto/upgrade-guide/index.html for more information.
See https://6.docs.plone.org/volto/upgrade-guide/index.html for more information.

## 1.6.0 (2022-08-05)

Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package is a library of scripts that are useful to automate certain tasks w

It scans and detects i18n messages from the code and adds them to the i18n machinery.

See https://6.dev-docs.plone.org/volto/recipes/i18n.html for more information.
See https://6.docs.plone.org/volto/recipes/i18n.html for more information.

This script is installed in the `node_modules/.bin` directory and can be called via `yarn i18n` or directly in the `scripts` `package.json` part.

Expand Down
2 changes: 1 addition & 1 deletion packages/volto-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- You should *NOT* be adding new change log entries to this file.
You should create a file in the news directory instead.
For helpful instructions, please see:
https://6.dev-docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
-->

<!-- towncrier release notes start -->
Expand Down

0 comments on commit 89e290c

Please sign in to comment.