Skip to content

Commit

Permalink
Better admonitions format for experimental notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 16, 2024
1 parent f53004e commit dab7b8e
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 40 deletions.
9 changes: 4 additions & 5 deletions apps/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

This is a proof of concept of a [Next.js](https://nextjs.org) app, using the app router and the `@plone/client` and `@plone/components` library. This is intended to serve as both a playground for the development of both packages and as demo of Plone using Next.js.

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.
> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.
## Development

Expand Down
9 changes: 4 additions & 5 deletions apps/remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
This is a proof of concept of a [Remix](https://remix.run) app, using the `@plone/client` and `@plone/components` libraries.
This is intended to serve as both a playground for the development of both packages and as a demo of Plone using Remix.

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.
> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.
## Development

Expand Down
9 changes: 4 additions & 5 deletions apps/vite-ssr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ This is intended to serve as both a playground for the development of both packa

It also uses [TanStack Router](https://tanstack.com/router/latest/docs/framework/react/overview) for its routing library.

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.
> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.
5 changes: 5 additions & 0 deletions apps/vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ This is a proof of concept of a [Vite](https://vite.dev/) build, using `@plone/c
This is intended to serve as both a playground for the development of both packages and as a demo of Plone using Vite.

It also uses [TanStack Router](https://tanstack.com/router/latest/docs/framework/react/overview) for its routing library.

> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.
9 changes: 4 additions & 5 deletions packages/blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ It's one of the Plone frontend strategic packages and part of the headless CMS s

`@plone/blocks` is not part of Volto, and thus, is not used by it.

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.
> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.
9 changes: 4 additions & 5 deletions packages/helpers/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @plone/helpers

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.
> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.
9 changes: 4 additions & 5 deletions packages/providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

This package contains utility providers for Plone React components.

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.
> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.
9 changes: 4 additions & 5 deletions packages/slots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

This package contains the default blocks provided by Plone.

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.
> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.
9 changes: 4 additions & 5 deletions packages/tsconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ In `package.json`:
}
```

## EXPERIMENTAL

This package or app is experimental.
The community offers no support whatsoever for it.
Breaking changes may occur without notice.
> [!WARNING]
> This package or app is experimental.
> The community offers no support whatsoever for it.
> Breaking changes may occur without notice.

0 comments on commit dab7b8e

Please sign in to comment.