mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-15 03:02:51 -05:00
fix: notification/alert box formatting (#5112)
This commit is contained in:
parent
96fdf89d20
commit
8eb8975d66
6 changed files with 12 additions and 12 deletions
|
@ -9,7 +9,7 @@ title: 'Filter Plugin'
|
|||
|
||||
Filter plugins are **experimental** and requires more users feedback
|
||||
|
||||
:::caution
|
||||
:::
|
||||
|
||||
### When to use a filter plugin? {#when-to-use}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ stateDiagram-v2
|
|||
|
||||
By default the application loads on `http://localhost:4873`, but in cases where a resverse proxy with custom domain are involved the assets are loaded based on the property `__VERDACCIO_BASENAME_UI_OPTIONS.base` and `__VERDACCIO_BASENAME_UI_OPTIONS.basename`, thus only one domain configuration can be used.
|
||||
|
||||
:::caution
|
||||
:::
|
||||
|
||||
The theme loads only in the client side, the application renders HTML with `<script>` tags to render the application, the bundler takes care of load any other assets as `svg`, `images` or _chunks_ associated with it.
|
||||
|
||||
|
@ -82,7 +82,7 @@ $> npm install --global verdaccio-theme-dark
|
|||
|
||||
:::caution
|
||||
The plugin name prefix must start with `verdaccio-theme-xxx`, otherwise the plugin will be ignored.
|
||||
:::caution
|
||||
:::
|
||||
|
||||
You can load only **one theme at a time (if more are provided the first one is being selected)** and pass through options if you need it.
|
||||
|
||||
|
@ -166,7 +166,7 @@ Alternatives:
|
|||
|
||||
The components UI is an experimental feature can be used since verdccio@5.x, it's open to changes and **feedback is welcome**.
|
||||
|
||||
:::note
|
||||
:::
|
||||
|
||||
Create a new user interface from scratch is big effort, to facilitate the task exist the [@verdaccio/ui-components](https://www.npmjs.com/package/@verdaccio/ui-components) package. The components are based on the **React** library and **Material UI**.
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ middlewares:
|
|||
|
||||
If the `store` property is defined in the `config.yaml` file, the `storage` property is being ignored.
|
||||
|
||||
:::caution
|
||||
:::
|
||||
|
||||
Example how to set up a storage plugin. All storage plugins must be defined in the **store** namespace.
|
||||
|
||||
|
@ -157,7 +157,7 @@ filters:
|
|||
|
||||
After version 6 sinopia plugins are not longer supported due the naming convention.
|
||||
|
||||
:::caution
|
||||
:::
|
||||
|
||||
> If you are relying on any sinopia plugin, remember are deprecated and might no work in the future.
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ title: 'Filter Plugin'
|
|||
|
||||
Filter plugins are **experimental** and requires more users feedback
|
||||
|
||||
:::caution
|
||||
:::
|
||||
|
||||
### When to use a filter plugin? {#when-to-use}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ stateDiagram-v2
|
|||
|
||||
By default the application loads on `http://localhost:4873`, but in cases where a resverse proxy with custom domain are involved the assets are loaded based on the property `__VERDACCIO_BASENAME_UI_OPTIONS.base` and `__VERDACCIO_BASENAME_UI_OPTIONS.basename`, thus only one domain configuration can be used.
|
||||
|
||||
:::caution
|
||||
:::
|
||||
|
||||
The theme loads only in the client side, the application renders HTML with `<script>` tags to render the application, the bundler takes care of load any other assets as `svg`, `images` or _chunks_ associated with it.
|
||||
|
||||
|
@ -82,7 +82,7 @@ $> npm install --global verdaccio-theme-dark
|
|||
|
||||
:::caution
|
||||
The plugin name prefix must start with `verdaccio-theme-xxx`, otherwise the plugin will be ignored.
|
||||
:::caution
|
||||
:::
|
||||
|
||||
You can load only **one theme at a time (if more are provided the first one is being selected)** and pass through options if you need it.
|
||||
|
||||
|
@ -166,7 +166,7 @@ Alternatives:
|
|||
|
||||
The components UI is an experimental feature can be used since verdccio@5.x, it's open to changes and **feedback is welcome**.
|
||||
|
||||
:::note
|
||||
:::
|
||||
|
||||
Create a new user interface from scratch is big effort, to facilitate the task exist the [@verdaccio/ui-components](https://www.npmjs.com/package/@verdaccio/ui-components) package. The components are based on the **React** library and **Material UI**.
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ middlewares:
|
|||
|
||||
If the `store` property is defined in the `config.yaml` file, the `storage` property is being ignored.
|
||||
|
||||
:::caution
|
||||
:::
|
||||
|
||||
Example how to set up a storage plugin. All storage plugins must be defined in the **store** namespace.
|
||||
|
||||
|
@ -142,7 +142,7 @@ theme:
|
|||
|
||||
Plugins from sinopia era are deprecated but still available in verdaccio@5.x versions but already removed from next 6.x versions, consider migrate them or stop using them for future updates.
|
||||
|
||||
:::caution
|
||||
:::
|
||||
|
||||
> If you are relying on any sinopia plugin, remember are deprecated and might no work in the future.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue