Skip to content

Commit

Permalink
Remove experimental banner on framework pages (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aschen authored Sep 17, 2021
1 parent 69c5e7e commit 355e012
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: Controller abstract class constructor
# constructor

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Constructor method of the `Controller` abstract class. It must be called with the [Backend](/core/2/framework/classes/backend) class instantiated by the application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: Controller abstract class properties
# Controller

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `Controller` abstract class is the base class used to declare new controllers. Those controllers instances are meant to be used with the [BackendController.use](/core/2/framework/classes/backend-controller) method.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-cluster/broadcast/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendCluster.broadcast method
# `broadcast()`

<SinceBadge version="2.9.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Broadcasts an event and its payload to other cluster nodes.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-cluster/off/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendCluster.off method
# `off()`

<SinceBadge version="2.9.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Unregisters a listener.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-cluster/on/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendCluster.on method
# `on()`

<SinceBadge version="2.9.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Listens to event emitted with [BackendCluster.broadcast](/core/2/framework/classes/backend-cluster/broadcast).

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-cluster/once/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendCluster.once method
# `once()`

<SinceBadge version="2.9.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Listens to an event emitted with [BackendCluster.broadcast](/core/2/framework/classes/backend-cluster/broadcast).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendCluster class properties
# BackendCluster

<SinceBadge version="2.9.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `BackendCluster` class handles cluster interactions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendCluster.removeAllListeners method
# `removeAllListeners()`

<SinceBadge version="2.9.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Unregisters all listeners from an event.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-config/merge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendConfig.merge method
# `merge()`

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Sets a configuration value.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-config/properties/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendConfig class properties
# BackendConfig

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `BackendConfig` class handles an application configuration.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-config/set/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendConfig.set method
# `set()`

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Sets a configuration value.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendController class properties
# BackendController

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `BackendController` class handles an API controller.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendController.register method
# `register()`

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Registers a new API controller on the fly.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-controller/use/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendController.use method
# `use()`

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Loads an API controller class into the application.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-hook/properties/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendHook class properties
# BackendHook

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `BackendHook` class handles an application hooks.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-hook/register/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendHook.register method
# `register()`

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Registers a new hook on an event.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-import/mappings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendImport.mappings method
# `mappings()`

<SinceBadge version="2.14.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Loads mappings into the app.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-import/profiles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendImport.profiles method
# `profiles()`

<SinceBadge version="2.14.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Loads profiles into the app.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-import/roles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendImport.roles method
# `roles()`

<SinceBadge version="2.14.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Loads roles into the app.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendImport.userMappings method
# `userMappings()`

<SinceBadge version="2.14.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Loads user mappings into the app.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-import/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendImport.users method
# `users()`

<SinceBadge version="2.14.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Loads users into the app.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-pipe/register/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendPipe.register method
# `register()`

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Registers a new pipe on an event.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-plugin/get/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendPlugin.get method
# `get()`

<SinceBadge version="2.12.2" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Gets the instance of an already loaded plugin.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-plugin/list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendPlugin.list method
# `list()`

<SinceBadge version="2.12.2" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Returns the list of loaded plugins.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-plugin/use/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendPlugin.use method
# `use()`

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Adds a plugin to this application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendStorage class properties
# BackendStorage

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `BackendStorage` class allows to interact directly with Elasticsearch.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend-vault/properties/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: BackendVault class properties
# BackendVault

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `BackendVault` class handles the secrets vault.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend/constructor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: Backend class constructor
# Backend

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `Backend` class is the **entry point** of a Kuzzle application.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: Backend class install() method
# Install

<SinceBadge version="2.12.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Register code executed when the application starts, and only once on any given environment. Once successfully executed, the code associated to an install identifier will never be run again on that environment.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend/properties/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description: Backend class properties
---

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

# Properties

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: Backend class start() method
# start

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

This method starts the application.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/classes/backend/trigger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: Backend class trigger() method
# trigger

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Triggers an event.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/types/controller-definition/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: ControllerDefinition type definition
# ControllerDefinition

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `ControllerDefinition` type is used to define new controllers.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/types/plugin-manifest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: PluginManifest type definition
# PluginManifest

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `PluginManifest` type is used to describe plugin behavior.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/types/request-payload/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: RequestPayload type definition
# RequestPayload

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `RequestPayload` type represents an API request sent to Kuzzle in JSON format.

Expand Down
1 change: 0 additions & 1 deletion doc/2/framework/types/strategy-definition/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: StrategyDefinition type definition
# StrategyDefinition

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

The `StrategyDefinition` type is used to define new [Authentication Strategies](/core/2/guides/write-plugins/integrate-authentication-strategy).

Expand Down
1 change: 0 additions & 1 deletion doc/2/guides/advanced/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ For an exhaustive list of configuration parameters, please refer to the [kuzzler
## Use Backend.config property
<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>
::: info
You can change the configuration only during the `setup` phase, before starting the application.
Expand Down
1 change: 0 additions & 1 deletion doc/2/guides/advanced/internal-logger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ By default, the **logs are printed to stdout**.
## Usage in an Application

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

::: info
The Internal Logger is available only during the `runtime` phase, after the application has started.
Expand Down
1 change: 0 additions & 1 deletion doc/2/guides/advanced/secrets-vault/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ Kuzzle start sequence ends in failure if:
## Accessing secrets in your application

<SinceBadge version="2.8.0" />
<CustomBadge type="error" text="Experimental: non-backward compatible changes or removal may occur in any future release."/>

Once Kuzzle has successfully loaded the file containing the secrets, it exposes its decrypted content to your application.

Expand Down

0 comments on commit 355e012

Please sign in to comment.