/excel/manifest.xml`
+   - Download and save the file with the `.xml` extension
+
+2. **Install in Excel Online**:
+   - Open [office.com](https://office.com) in your browser
+   - Launch **Excel 365** (Excel for the web)
+   - Navigate to the **Home** tab
+   - Click on **Add-ins**
+   - Select **Advanced**
+   - Click **Upload My Add-in**
+   - Click **Browse** and select the `.xml` manifest file you downloaded
+   - Complete the upload procedure
+   - The add-in will be installed and the **Data Catalog** tab will appear in the Excel ribbon
+
+## First Access and Authentication
+
+After successfully installing the add-in using either method, you can start using it:
+
+1. **Open the Data Catalog tab**: Look for the **Data Catalog** tab in your Excel ribbon
+2. **Access the Profile section**: In the **Setup** group, click the **Profile** button
+3. **Authenticate**: A task pane will open on the right side of Excel
+4. **Enter your credentials**: Use your Data Catalog username and password to log in
+5. **Start working**: Once authenticated, you can start using the add-in features to pull and manage metadata!
+
+Visit the [usage documentation](/products/data_catalog/excel_add_in/usage.mdx) to learn how to pull assets, enrich metadata, and push updates back to the Data Catalog.
+
+## Troubleshooting
+
+### Add-in Not Visible After Deployment
+
+If the add-in doesn't appear after administrator deployment:
+- **Wait 5-10 minutes**: Deployment can take time to propagate across Microsoft 365
+- **Sign out and sign back in**: Log out of Microsoft 365 and log back in to refresh your session
+- **Restart Excel**: Close Excel completely and reopen it
+- **Clear Office cache**: Clear the Office cache and restart the application
+
+### Cannot Find "Data Catalog" in My Organization
+
+If you cannot locate the Data Catalog add-in in the My Organization section:
+- **Verify deployment**: Confirm with your administrator that you were included in the deployment
+- **Check permissions**: Ensure your user account has the necessary permissions to install add-ins
+- **License verification**: Verify that your Microsoft 365 account has the required licenses
+
+### Upload Fails in Method B
+
+If the manifest upload fails when using Method B:
+- **File format**: Ensure you downloaded the `.xml` file correctly (check it's not saved as `.txt`)
+- **Network access**: Verify you have network access to your Data Catalog instance
+- **URL accessibility**: Check that the manifest URL is accessible from your browser
+- **File integrity**: Try downloading the manifest file again
+
+### Authentication Issues
+
+If you cannot authenticate after installation:
+- **Credentials**: Verify your Data Catalog username and password are correct
+- **Network connectivity**: Ensure you have network access to the Data Catalog instance URL
+- **Browser settings**: For Excel 365, check that your browser allows pop-ups from the Data Catalog domain
+- **Firewall**: Verify that your organization's firewall is not blocking access to the Data Catalog
+
+### Add-in Shows Errors or Doesn't Load
+
+If the add-in displays errors or fails to load properly:
+- **Clear browser cache**: For Excel 365, clear your browser cache and cookies
+- **Check SSL certificate**: Ensure the Data Catalog server has a valid SSL certificate
+- **Verify URLs**: Confirm all URLs in the manifest are correct and accessible
+- **Try different browser**: For Excel 365, try using a different browser
+- **Check Excel version**: Verify you're using a supported version of Excel
+
+:::tip
+If problems persist after trying these solutions, contact your IT administrator or Mia-Platform community support.
+:::
diff --git a/versioned_docs/version-14.4.0/products/data_catalog/excel_add_in/overview.mdx b/versioned_docs/version-14.4.0/products/data_catalog/excel_add_in/overview.mdx
new file mode 100644
index 0000000000..6617a2dd37
--- /dev/null
+++ b/versioned_docs/version-14.4.0/products/data_catalog/excel_add_in/overview.mdx
@@ -0,0 +1,22 @@
+---
+id: overview
+title: Data Catalog Excel Add-in
+sidebar_label: Overview
+---
+
+The **Data Catalog Excel Add-in** is a powerful add-in for Microsoft Excel that seamlessly integrates with the Mia-Platform Data Catalog, enabling users to **import**, **enrich**, and **synchronize** metadata directly from Excel spreadsheets.
+
+
+
+This add-in bridges the gap between the Data Catalog and Excel, democratizing metadata management while maintaining data quality and governance standards.
+
+Before synchronization, the add-in performs **pre-push validation**, checking data types, required fields, and structural compliance.  
+Once validation passes, the add-in **pushes updates back** to the Data Catalog, automatically generating *error logs* and *backup sheets* for transparency and rollback capabilities.
+
+The add-in serves business analysts who need familiar Excel tools for metadata work, data stewards managing large-scale enrichment projects, external partners contributing without direct catalog access, and data teams collaborating asynchronously on metadata enrichment initiatives.
+
+## Getting Started
+
+To begin using the Data Catalog Excel Add-in, visit:
+- the [usage documentation](/products/data_catalog/excel_add_in/usage.mdx) to know all the features and benefits of the add-in
+- the [installation documentation](/products/data_catalog/excel_add_in/how_to_install.mdx) for detailed instructions on add-in configuration and installation
diff --git a/versioned_docs/version-14.4.0/products/data_catalog/excel_add_in/usage.mdx b/versioned_docs/version-14.4.0/products/data_catalog/excel_add_in/usage.mdx
new file mode 100644
index 0000000000..7a8b8a0031
--- /dev/null
+++ b/versioned_docs/version-14.4.0/products/data_catalog/excel_add_in/usage.mdx
@@ -0,0 +1,162 @@
+---
+id: usage
+title: Usage
+sidebar_label: Usage
+---
+
+This guide provides comprehensive instructions for using the Excel Add-in to interact with the Data Catalog, import assets, enrich metadata, and synchronize updates.
+
+## Authentication
+
+Once the add-in has been properly configured and installed (see [Installation Guide](/products/data_catalog/excel_add_in/how_to_install.mdx)), access the Data Catalog Excel Add-in and perform login by entering the Data Catalog credentials. Upon successful login, you'll see your profile information in the Profile page.  
+You can logout at any time from this panel.
+
+
+
+## Pull Assets Metadata
+
+The **Pull Assets** page allows you to import metadata from the Data Catalog into your Excel worksheet.
+
+
+
+### Search and Import
+
+- **Search Bar**: Use the search functionality to find specific assets in the Data Catalog. The search returns System of Records (SoRs) and Tables present in your Data Catalog. Enter keywords in the search bar to find relevant assets.
+- **Checkbox Selection**: Select individual assets or multiple assets using checkboxes
+- **Import**: Click the **Pull Assets** button to import selected metadata. Each asset appears as a row in your Excel worksheet with all associated metadata
+
+### Worksheet structure
+
+Once imported, each row that represents an asset contains various metadata fields as columns.
+
+**Read-Only Fields** (Values in these columns cannot be modified):
+- `assetType` - Type of asset (SoR, Table, Column)
+- `catalogName` - Data Catalog name (*if present, depending on the provider type of the asset*)
+- `schema` - Database schema name (*if present, depending on the provider type of the asset*)
+- `sorName` - System of Record name
+- `tableName` - Table name  
+- `columnName` - Column name
+
+**Editable Fields** (Values in these columns cannot be modified):
+- `description` - Asset description
+- `tags` - Asset tags
+- Custom properties (`customProp1`, `customProp2`, etc.) - Each custom property configured in the Data Catalog appears as a separate column in the worksheet, maintaining its specific data type as defined in the Data Catalog. For more information about custom properties, see the Custom Properties documentation.
+
+### Asset Navigation
+
+Once navigating in the Pull Assets page, it is possible to click on an element of the search list in order to enter its detail page.
+
+**System of Records Details**:
+- Click on any SoR to view detailed information
+- **General Tab**: Shows basic information and metadata
+- **Tables Tab**: Lists all tables within that SoR
+- **Import Options**:
+  - Import all tables within the SoR
+  - Import the complete tree (SoR + Tables + Columns)
+
+**Table Details**:
+- Click on any table to view detailed information
+- **General Tab**: Displays table-specific information
+- **Columns Tab**: Shows all columns within the table
+- **Import Options**:
+  - Import all columns within the table
+
+## Paste URL
+
+For advanced use cases, you can import assets based on Data Catalog search URLs:
+
+1. Perform an advanced search in the Data Catalog interface
+2. Copy the URL from your browser
+3. Paste the URL in the **Paste URL** section of the add-in
+4. Click **Pull** to import all assets matching that search criteria
+
+
+
+This feature is particularly useful for importing assets with specific metadata, tags, or other advanced search conditions.
+
+## Push Assets Metadata
+
+The **Push Assets** functionality synchronizes your enriched metadata back to the Data Catalog.
+
+### Pre-Push Configuration
+
+#### Rows Selection
+
+- Select specific rows if you only want to sync a subset of assets
+- Leave unselected to sync all rows in the worksheet
+
+#### Columns Selection
+
+Once the rows have been chosen, you can also select which metadata to synchronize back to the Catalog. The column selection feature allows you to choose which metadata columns will be synchronized, with hidden columns in Excel being automatically unchecked. You have the flexibility to manually deselect any columns you want to exclude from the synchronization process.
+
+
+
+### Validation Process
+
+Once the Push Assets action is triggered from the proper button, the add-in begins a pre-push validation process that ensures data integrity before synchronization. The system performs structure validation by verifying column names and formats, checking for required asset identifiers, and validating custom property types and values to ensure compatibility with the Data Catalog schema.
+
+### Synchronization
+
+Once validation passes, row-by-row the synchronization begins. A progress feedback is provided throughout the process, and a completion notification confirms successful synchronization.
+
+
+
+### Generated Errors and Backup Sheets
+
+During the push process, two additional sheets are automatically created:
+
+**Error Logs Sheet**:
+The Error Logs Sheet documents all errors encountered during synchronization and provides specific row references with detailed error descriptions. This guides users toward resolution of any issues that may arise.
+
+**Backup Sheet**:
+The Backup Sheet contains the original state of assets before synchronization, serving as a valuable reference for comparison and rollback purposes if needed. This sheet helps users identify what changes were made during the synchronization process.
+
+## Working with CSV Exports
+
+The add-in is fully compatible with CSV files previously exported from the Data Catalog see Export documentation.
+Thus, in case stakeholders need to work offline or prefer to use CSV files for metadata enrichment, they can follow this workflow:
+1. **Import CSV**: Load previously exported CSV files into Excel
+2. **Compatible Format**: The CSV structure matches the add-in's pull format
+3. **Enrich Data**: Perform bulk enrichment on the imported data
+4. **Push Updates**: Use the add-in to synchronize changes back to the Data Catalog
+
+When offline work is complete, ensure you follow the [data integrity rules](#data-integrity) to allow push validation to pass when synchronizing back to the Data Catalog from the Excel add-in.
+
+## Best Practices and Recommendations
+
+### During Import
+- Avoid making changes to the worksheet while assets are being imported
+- Wait for the import process to complete before beginning enrichment
+
+### Data Integrity
+- **Never modify read-only columns** - Changes will not be synchronized and may cause errors
+- **Don't add extra columns** - This will cause synchronization failures
+- **Avoid empty rows** - Remove any blank rows from your worksheet
+
+You can reorder rows, but avoid leaving gaps
+
+### During Synchronization  
+- **Don't start multiple sync processes** simultaneously
+- **Avoid worksheet changes** while synchronization is in progress
+- **Review error logs** carefully if synchronization fails
+
+### Custom Property Management
+- Ensure custom property types match the values you're entering
+- If changing custom property types, update them in the Data Catalog first
+- Use the Data Catalog interface to modify custom property definitions before bulk updates
+
+## Troubleshooting Common Issues
+
+### Synchronization Errors
+
+**Asset Not Found**:
+- Occurs when read-only identifier fields are modified
+- Solution: Restore original asset identifiers or remove invalid rows
+
+**Type Mismatch**:
+- Happens when cell values don't match custom property types  
+- Solution: Correct the cell value or update custom property type in Data Catalog
+
+**Invalid Format**:
+- Cell format does not comply with expected data type
+- Solution: Adjust cell format to match custom property requirements
diff --git a/versioned_docs/version-14.3.0/products/data_catalog/frontend/data_catalog_assets.mdx b/versioned_docs/version-14.4.0/products/data_catalog/frontend/data_catalog_assets.mdx
similarity index 85%
rename from versioned_docs/version-14.3.0/products/data_catalog/frontend/data_catalog_assets.mdx
rename to versioned_docs/version-14.4.0/products/data_catalog/frontend/data_catalog_assets.mdx
index 2caa1240c3..2aeb59c7f3 100644
--- a/versioned_docs/version-14.3.0/products/data_catalog/frontend/data_catalog_assets.mdx
+++ b/versioned_docs/version-14.4.0/products/data_catalog/frontend/data_catalog_assets.mdx
@@ -238,60 +238,6 @@ In case the unknown metadata is no more consistent or useful on the specific ass
 Please note that this action leads to the removal of the metadata value saved on DB for that specific asset. The custom property remains instead applied on all the other assets that match the expected asset type.
 :::
 
-### Metadata Inheritance
-
-:::caution
-This feature is currently in **BETA**, so pay attention when using it.  
-
-This feature is supported by versions of [Fabric BFF](/products/data_catalog/data_catalog_fabric_bff.mdx), [Open Lineage](/products/data_catalog/data_catalog_open_lineage.mdx), [Data Catalog Frontend](/products/data_catalog/frontend/overview.mdx) >= v0.3.x. Give a look at the [Data Catalog service latest versions](/products/data_catalog/compatibility_matrix.md#service-latest-versions).
-:::
-
-The **Metadata Inheritance** feature allows the propagation of metadata from parent assets to their child assets.  
-This ensures consistency and simplifies data governance.  
-The inheritance mechanism follows the hierarchical structure in Data Catalog: **SoR (System of Record)** → **Tables** → **Columns**.
-
-:::info
-Metadata Inheritance feature is applicable **exclusively on [real assets](/products/data_catalog/frontend/data_lineage.mdx#assets-real-and-virtual)**.
-:::
-
-#### Applying Custom Properties with Inheritance
-
-When adding a custom property to a **SoR** or a **Table**, a flag can be enabled to propagate the metadata to all its child assets:
-
-
-  
-
-
-
-  
-
 = (
-  message: InMessage
, caches?: ProcessorCaches | null | undefined
+    message: InMessage
, caches?: ProcessorCaches | null | undefined
 ) => Promise
 
 interface InMessage {
-  key: string | null | undefined,
-  payload: P
+    key: string | null | undefined,
+    payload: P
 }
 
 interface OutMessage {
-  key: unknown,
-  payload: unknown
+    key: unknown,
+    payload: unknown
 }
 
 type ProcessorCaches = (name: string) => ProcessorCache | null | undefined
@@ -195,12 +195,12 @@ type ProcessorCaches = (name: string) => ProcessorCache | null | undefined
 // ------------------ CACHE DATA TYPES ------------------ // 
 
 interface ProcessorCache {
-  get: (key: unknown) => Promise,
-  set: (key: unknown, value: unknown) => Promise,
-  update: (
-    key: unknown, value: unknown, version: number
-  ) => Promise,
-  delete: (key: unknown) => Promise,
+    get: (key: unknown) => Promise,
+    set: (key: unknown, value: unknown) => Promise,
+    update: (
+        key: unknown, value: unknown, version: number
+    ) => Promise,
+    delete: (key: unknown) => Promise,
 }
 
 interface GetResult {
@@ -227,30 +227,30 @@ interface DeleteResult {
 type CacheError = Error & {message: string} & (
   | { cause: 'NotFound' }
   | {
-  cause: 'AlreadyExists'
-  payload: {
-    value: unknown,
-    v: number
+    cause: 'AlreadyExists'
+    payload: {
+      value: unknown,
+      v: number
+    }
   }
-}
   | {
-  cause: 'ConcurrentModification',
-  paylaod: {
-    value: unknown,
-    v: number
+    cause: 'ConcurrentModification',
+    paylaod: {
+      value: unknown,
+      v: number
+    }
   }
-}
   | {
-  cause: 'Unimplemented',
-  payload: {
-    op: 'get' | 'set' | 'update' | 'delete'
+    cause: 'Unimplemented',
+    payload: {
+      op: 'get' | 'set' | 'update' | 'delete'
+    }
   }
-}
   | {
-  cause: 'Unhandled',
-  payload: string
-}
-  )
+    cause: 'Unhandled',
+    payload: string
+  }
+)
 ```
 
 The above definition translates into the following example function. This represents
@@ -258,7 +258,7 @@ the most basic version of a processing function, which just forward input events
 
 ```js
 export default function identity({ key, payload }, caches) {
-  return [{ key, payload }]
+    return [{ key, payload }]
 }
 ```
 
@@ -303,7 +303,7 @@ export default function validate({ key, payload }) {
     // forward TOMBSTONE event
     return [{ key, payload }]
   }
-
+  
   if (!isValid(key, payload)) {
     // no messages are returned, since the input is invalid;
     // consequently no events are forwarded onto the output topic 
@@ -357,7 +357,7 @@ export default function transform({ key, payload }) {
     // forward TOMBSTONE event
     return [{ key, payload }]
   }
-
+  
   let parsedKey
   try {
     parsedKey = JSON.parse(key)
@@ -581,7 +581,7 @@ be written to address them according to your business needs.
 For example, a tombstone event may be transformed into a "Fast Data" `DELETE` message,
 whose `before` and `after` are set to `null` value. This transformation is useful to
 notify a change event of delete when the record's prior value is not available within
-the payload of the input event.
+the payload of the input event.   
 
 ```js
 export default function ({key, payload}) {
diff --git a/versioned_docs/version-14.3.0/products/fast_data/fast_data_engine_v2/stream_processor/40_Metrics.md b/versioned_docs/version-14.4.0/products/fast_data/fast_data_engine_v2/stream_processor/40_Metrics.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/fast_data_engine_v2/stream_processor/40_Metrics.md
rename to versioned_docs/version-14.4.0/products/fast_data/fast_data_engine_v2/stream_processor/40_Metrics.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/fast_data_engine_v2/stream_processor/CHANGELOG.md b/versioned_docs/version-14.4.0/products/fast_data/fast_data_engine_v2/stream_processor/CHANGELOG.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/fast_data_engine_v2/stream_processor/CHANGELOG.md
rename to versioned_docs/version-14.4.0/products/fast_data/fast_data_engine_v2/stream_processor/CHANGELOG.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/BSS_deploy_decision_tree.jpg b/versioned_docs/version-14.4.0/products/fast_data/img/BSS_deploy_decision_tree.jpg
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/BSS_deploy_decision_tree.jpg
rename to versioned_docs/version-14.4.0/products/fast_data/img/BSS_deploy_decision_tree.jpg
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/aggregation-automatic-generation.png b/versioned_docs/version-14.4.0/products/fast_data/img/aggregation-automatic-generation.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/aggregation-automatic-generation.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/aggregation-automatic-generation.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/bss_parallel_architecture.svg b/versioned_docs/version-14.4.0/products/fast_data/img/bss_parallel_architecture.svg
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/bss_parallel_architecture.svg
rename to versioned_docs/version-14.4.0/products/fast_data/img/bss_parallel_architecture.svg
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/bss_sequential_architecture.svg b/versioned_docs/version-14.4.0/products/fast_data/img/bss_sequential_architecture.svg
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/bss_sequential_architecture.svg
rename to versioned_docs/version-14.4.0/products/fast_data/img/bss_sequential_architecture.svg
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/bucket_storage_support.svg b/versioned_docs/version-14.4.0/products/fast_data/img/bucket_storage_support.svg
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/bucket_storage_support.svg
rename to versioned_docs/version-14.4.0/products/fast_data/img/bucket_storage_support.svg
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/collection-to-related.png b/versioned_docs/version-14.4.0/products/fast_data/img/collection-to-related.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/collection-to-related.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/collection-to-related.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/create_system_of_record.png b/versioned_docs/version-14.4.0/products/fast_data/img/create_system_of_record.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/create_system_of_record.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/create_system_of_record.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/er-schema-bidirectional-rule-editor.png b/versioned_docs/version-14.4.0/products/fast_data/img/er-schema-bidirectional-rule-editor.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/er-schema-bidirectional-rule-editor.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/er-schema-bidirectional-rule-editor.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/er-schema-collection-panel.png b/versioned_docs/version-14.4.0/products/fast_data/img/er-schema-collection-panel.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/er-schema-collection-panel.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/er-schema-collection-panel.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/er-schema-complete-view.png b/versioned_docs/version-14.4.0/products/fast_data/img/er-schema-complete-view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/er-schema-complete-view.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/er-schema-complete-view.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/er-schema-condition-panel-empty.png b/versioned_docs/version-14.4.0/products/fast_data/img/er-schema-condition-panel-empty.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/er-schema-condition-panel-empty.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/er-schema-condition-panel-empty.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/er-schema-invalid-json.png b/versioned_docs/version-14.4.0/products/fast_data/img/er-schema-invalid-json.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/er-schema-invalid-json.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/er-schema-invalid-json.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/er-schema-unidirectional-rule-editor.png b/versioned_docs/version-14.4.0/products/fast_data/img/er-schema-unidirectional-rule-editor.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/er-schema-unidirectional-rule-editor.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/er-schema-unidirectional-rule-editor.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/er-schema-unknown-collection.png b/versioned_docs/version-14.4.0/products/fast_data/img/er-schema-unknown-collection.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/er-schema-unknown-collection.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/er-schema-unknown-collection.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-DIH-architecture.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-DIH-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-DIH-architecture.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-DIH-architecture.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-default-castfunction-zoom.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-default-castfunction-zoom.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-default-castfunction-zoom.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-default-castfunction-zoom.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-delete-castfunction-all.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-delete-castfunction-all.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-delete-castfunction-all.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-delete-castfunction-all.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-delete-castfunction-without-deleted.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-delete-castfunction-without-deleted.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-delete-castfunction-without-deleted.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-delete-castfunction-without-deleted.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-new-default-castfunction.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-new-default-castfunction.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-new-default-castfunction.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-new-default-castfunction.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-overview.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-overview.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-overview.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-projection-changes-index.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-projection-changes-index.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-projection-changes-index.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-projection-changes-index.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-projection-index.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-projection-index.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-projection-index.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-projection-index.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/fastdata-single-view-index.png b/versioned_docs/version-14.4.0/products/fast_data/img/fastdata-single-view-index.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/fastdata-single-view-index.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/fastdata-single-view-index.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/food_delivery_ER_schema.png b/versioned_docs/version-14.4.0/products/fast_data/img/food_delivery_ER_schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/food_delivery_ER_schema.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/food_delivery_ER_schema.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/importDDL/topic_pattern_modal_page.png b/versioned_docs/version-14.4.0/products/fast_data/img/importDDL/topic_pattern_modal_page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/importDDL/topic_pattern_modal_page.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/importDDL/topic_pattern_modal_page.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/importDDL/tree_view_modal_page.png b/versioned_docs/version-14.4.0/products/fast_data/img/importDDL/tree_view_modal_page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/importDDL/tree_view_modal_page.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/importDDL/tree_view_modal_page.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/importDDL/upload_file_modal_page.png b/versioned_docs/version-14.4.0/products/fast_data/img/importDDL/upload_file_modal_page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/importDDL/upload_file_modal_page.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/importDDL/upload_file_modal_page.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/monitoring-enable-metrics-toggle.png b/versioned_docs/version-14.4.0/products/fast_data/img/monitoring-enable-metrics-toggle.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/monitoring-enable-metrics-toggle.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/monitoring-enable-metrics-toggle.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/non-primary-unique-keys.png b/versioned_docs/version-14.4.0/products/fast_data/img/non-primary-unique-keys.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/non-primary-unique-keys.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/non-primary-unique-keys.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/00_open_git_provider.png b/versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/00_open_git_provider.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/00_open_git_provider.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/00_open_git_provider.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/01_plugin_marketplace.png b/versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/01_plugin_marketplace.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/01_plugin_marketplace.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/01_plugin_marketplace.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/02_sor_service.png b/versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/02_sor_service.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/02_sor_service.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/02_sor_service.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/03_detach_rtu.png b/versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/03_detach_rtu.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/03_detach_rtu.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/03_detach_rtu.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/04_attach_ps.png b/versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/04_attach_ps.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/04_attach_ps.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/04_attach_ps.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/05_configure_ps.png b/versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/05_configure_ps.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/05_configure_ps.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/05_configure_ps.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/06_custom_message_adapter.png b/versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/06_custom_message_adapter.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/ps_migration/06_custom_message_adapter.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/ps_migration/06_custom_message_adapter.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-add-another-svc.png b/versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-add-another-svc.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-add-another-svc.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-add-another-svc.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-edit-configuration.png b/versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-edit-configuration.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-edit-configuration.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-edit-configuration.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-fields.png b/versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-fields.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-fields.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-fields.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-microservice.png b/versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-microservice.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-microservice.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-microservice.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-strategies.png b/versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-strategies.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/single-view-detail-strategies.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/single-view-detail-strategies.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/img/singleviewlowcode.png b/versioned_docs/version-14.4.0/products/fast_data/img/singleviewlowcode.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/img/singleviewlowcode.png
rename to versioned_docs/version-14.4.0/products/fast_data/img/singleviewlowcode.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/bucket_storage_support.md b/versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/bucket_storage_support.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/bucket_storage_support.md
rename to versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/bucket_storage_support.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/debezium_cdc.md b/versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/debezium_cdc.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/debezium_cdc.md
rename to versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/debezium_cdc.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/ingestion_services.md b/versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/ingestion_services.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/ingestion_services.md
rename to versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/ingestion_services.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/kafka_messages.md b/versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/kafka_messages.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/kafka_messages.md
rename to versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/kafka_messages.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/projection_changes.md b/versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/projection_changes.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/projection_changes.md
rename to versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/projection_changes.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/single_views.md b/versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/single_views.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/single_views.md
rename to versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/single_views.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/unmapped_fields.md b/versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/unmapped_fields.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/monitoring/dashboards/unmapped_fields.md
rename to versioned_docs/version-14.4.0/products/fast_data/monitoring/dashboards/unmapped_fields.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/monitoring/overview.md b/versioned_docs/version-14.4.0/products/fast_data/monitoring/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/monitoring/overview.md
rename to versioned_docs/version-14.4.0/products/fast_data/monitoring/overview.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/no_code_overview.md b/versioned_docs/version-14.4.0/products/fast_data/no_code_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/no_code_overview.md
rename to versioned_docs/version-14.4.0/products/fast_data/no_code_overview.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/projection_storer.md b/versioned_docs/version-14.4.0/products/fast_data/projection_storer.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/projection_storer.md
rename to versioned_docs/version-14.4.0/products/fast_data/projection_storer.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/realtime_updater.md b/versioned_docs/version-14.4.0/products/fast_data/realtime_updater.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/realtime_updater.md
rename to versioned_docs/version-14.4.0/products/fast_data/realtime_updater.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/compatibility_matrix.md b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/compatibility_matrix.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/compatibility_matrix.md
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/compatibility_matrix.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/control_plane.mdx b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/control_plane.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/control_plane.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/control_plane.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/control_plane_fabric_bff.mdx b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/control_plane_fabric_bff.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/control_plane_fabric_bff.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/control_plane_fabric_bff.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/control_plane_frontend.mdx b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/control_plane_frontend.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/control_plane_frontend.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/control_plane_frontend.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/control_plane_operator.mdx b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/control_plane_operator.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/control_plane_operator.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/control_plane_operator.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/database_setup.mdx b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/database_setup.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/database_setup.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/database_setup.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/advanced_section_envoy.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/advanced_section_envoy.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/advanced_section_envoy.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/advanced_section_envoy.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/bulk_action.gif b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/bulk_action.gif
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/bulk_action.gif
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/bulk_action.gif
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/control_plane_arch.svg b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/control_plane_arch.svg
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/control_plane_arch.svg
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/control_plane_arch.svg
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/control_plane_in_console.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/control_plane_in_console.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/control_plane_in_console.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/control_plane_in_console.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/control_plane_operator_ports.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/control_plane_operator_ports.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/control_plane_operator_ports.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/control_plane_operator_ports.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/control_plane_ports.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/control_plane_ports.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/control_plane_ports.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/control_plane_ports.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/create_runtime_view.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/create_runtime_view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/create_runtime_view.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/create_runtime_view.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/delete_runtime_view.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/delete_runtime_view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/delete_runtime_view.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/delete_runtime_view.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/disabled_state.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/disabled_state.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/disabled_state.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/disabled_state.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/domain_pipeline.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/domain_pipeline.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/domain_pipeline.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/domain_pipeline.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/edit_runtime_view.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/edit_runtime_view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/edit_runtime_view.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/edit_runtime_view.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/edit_user_permissions.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/edit_user_permissions.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/edit_user_permissions.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/edit_user_permissions.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/endpoint_any_origin.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/endpoint_any_origin.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/endpoint_any_origin.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/endpoint_any_origin.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/env_vars_downward_api.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/env_vars_downward_api.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/env_vars_downward_api.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/env_vars_downward_api.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/loading_state.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/loading_state.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/loading_state.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/loading_state.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/marketplace_runtime_management_app_selection.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/marketplace_runtime_management_app_selection.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/marketplace_runtime_management_app_selection.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/marketplace_runtime_management_app_selection.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/microfrontend_composer.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/microfrontend_composer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/microfrontend_composer.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/microfrontend_composer.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/microservice_configuration.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/microservice_configuration.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/microservice_configuration.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/microservice_configuration.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/paused_state.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/paused_state.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/paused_state.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/paused_state.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/pipeline_artifact_interaction.gif b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/pipeline_artifact_interaction.gif
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/pipeline_artifact_interaction.gif
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/pipeline_artifact_interaction.gif
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/pipelines_overview.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/pipelines_overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/pipelines_overview.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/pipelines_overview.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/ps_configuration.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/ps_configuration.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/ps_configuration.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/ps_configuration.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/running_state.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/running_state.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/running_state.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/running_state.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/single_view_pipeline.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/single_view_pipeline.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/single_view_pipeline.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/single_view_pipeline.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/unknown_state.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/unknown_state.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/unknown_state.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/unknown_state.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/unsupported_state.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/unsupported_state.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/unsupported_state.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/unsupported_state.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/users_management_ui.png b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/users_management_ui.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/img/users_management_ui.png
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/img/users_management_ui.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/overview.mdx b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/overview.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/overview.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/overview.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/secure_access.md b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/secure_access.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/secure_access.md
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/secure_access.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/snippets/fabric_bff_credentials_viewer.mdx b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/snippets/fabric_bff_credentials_viewer.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/snippets/fabric_bff_credentials_viewer.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/snippets/fabric_bff_credentials_viewer.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/snippets/js-workload-configuration.md b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/snippets/js-workload-configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/snippets/js-workload-configuration.md
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/snippets/js-workload-configuration.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/runtime_management/workloads.mdx b/versioned_docs/version-14.4.0/products/fast_data/runtime_management/workloads.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/runtime_management/workloads.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/runtime_management/workloads.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/single_view_creator.md b/versioned_docs/version-14.4.0/products/fast_data/single_view_creator.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/single_view_creator.md
rename to versioned_docs/version-14.4.0/products/fast_data/single_view_creator.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/single_view_trigger_generator.md b/versioned_docs/version-14.4.0/products/fast_data/single_view_trigger_generator.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/single_view_trigger_generator.md
rename to versioned_docs/version-14.4.0/products/fast_data/single_view_trigger_generator.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/snippets/schema_viewer.mdx b/versioned_docs/version-14.4.0/products/fast_data/snippets/schema_viewer.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/snippets/schema_viewer.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/snippets/schema_viewer.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/troubleshooting/debezium.md b/versioned_docs/version-14.4.0/products/fast_data/troubleshooting/debezium.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/troubleshooting/debezium.md
rename to versioned_docs/version-14.4.0/products/fast_data/troubleshooting/debezium.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/troubleshooting/fast_data_error_codes.md b/versioned_docs/version-14.4.0/products/fast_data/troubleshooting/fast_data_error_codes.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/troubleshooting/fast_data_error_codes.md
rename to versioned_docs/version-14.4.0/products/fast_data/troubleshooting/fast_data_error_codes.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/troubleshooting/pr_update_topics_overwritten.md b/versioned_docs/version-14.4.0/products/fast_data/troubleshooting/pr_update_topics_overwritten.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/troubleshooting/pr_update_topics_overwritten.md
rename to versioned_docs/version-14.4.0/products/fast_data/troubleshooting/pr_update_topics_overwritten.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/troubleshooting/rtu_keeps_restarting_rebalancing.md b/versioned_docs/version-14.4.0/products/fast_data/troubleshooting/rtu_keeps_restarting_rebalancing.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/troubleshooting/rtu_keeps_restarting_rebalancing.md
rename to versioned_docs/version-14.4.0/products/fast_data/troubleshooting/rtu_keeps_restarting_rebalancing.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/troubleshooting/rtu_violates_unique_keys.md b/versioned_docs/version-14.4.0/products/fast_data/troubleshooting/rtu_violates_unique_keys.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/troubleshooting/rtu_violates_unique_keys.md
rename to versioned_docs/version-14.4.0/products/fast_data/troubleshooting/rtu_violates_unique_keys.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/bucket-storage-support.mdx b/versioned_docs/version-14.4.0/products/fast_data/tutorials/bucket-storage-support.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/bucket-storage-support.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/bucket-storage-support.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/01-page-systems-of-record.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/01-page-systems-of-record.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/01-page-systems-of-record.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/01-page-systems-of-record.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/02-create-system-of-record.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/02-create-system-of-record.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/02-create-system-of-record.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/02-create-system-of-record.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/03-page-projections.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/03-page-projections.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/03-page-projections.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/03-page-projections.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/04-create-projection.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/04-create-projection.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/04-create-projection.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/04-create-projection.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/05-page-overview-projection.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/05-page-overview-projection.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/05-page-overview-projection.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/05-page-overview-projection.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/05b-page-overview-projection-kafka.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/05b-page-overview-projection-kafka.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/05b-page-overview-projection-kafka.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/05b-page-overview-projection-kafka.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/06-create-projection-field.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/06-create-projection-field.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/06-create-projection-field.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/06-create-projection-field.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/07-create-PS.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/07-create-PS.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/07-create-PS.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/07-create-PS.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/07-create-RTU.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/07-create-RTU.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/07-create-RTU.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/07-create-RTU.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/08-attach-PS.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/08-attach-PS.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/08-attach-PS.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/08-attach-PS.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/08-attach-RTU.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/08-attach-RTU.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/08-attach-RTU.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/08-attach-RTU.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/10-deploy.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/10-deploy.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/10-deploy.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/10-deploy.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/11-create-er-schema-no-code.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/11-create-er-schema-no-code.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/11-create-er-schema-no-code.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/11-create-er-schema-no-code.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/12-completed-er-schema-no-code.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/12-completed-er-schema-no-code.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/12-completed-er-schema-no-code.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/12-completed-er-schema-no-code.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/13-create-endpoint.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/13-create-endpoint.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/13-create-endpoint.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/13-create-endpoint.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/19-single-view.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/19-single-view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/19-single-view.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/19-single-view.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/20-create-single-view.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/20-create-single-view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/20-create-single-view.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/20-create-single-view.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/21-single-view-fields.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/21-single-view-fields.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/21-single-view-fields.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/21-single-view-fields.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/23-marketplace-single-view-low-code.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/23-marketplace-single-view-low-code.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/23-marketplace-single-view-low-code.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/23-marketplace-single-view-low-code.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/28-strategy-page.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/28-strategy-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/28-strategy-page.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/28-strategy-page.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/29-strategy-select-projection.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/29-strategy-select-projection.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/29-strategy-select-projection.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/29-strategy-select-projection.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/30-strategy-low-code.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/30-strategy-low-code.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/30-strategy-low-code.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/30-strategy-low-code.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/31-complete-strategies.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/31-complete-strategies.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/31-complete-strategies.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/31-complete-strategies.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/32-expose-single-view.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/32-expose-single-view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/32-expose-single-view.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/32-expose-single-view.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/33-attach-SVC.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/33-attach-SVC.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/33-attach-SVC.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/33-attach-SVC.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/34-edit-PS.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/34-edit-PS.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/34-edit-PS.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/34-edit-PS.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/35-link-pr-to-PS.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/35-link-pr-to-PS.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/35-link-pr-to-PS.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/35-link-pr-to-PS.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/37-sv-marketplace.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/37-sv-marketplace.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/37-sv-marketplace.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/37-sv-marketplace.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/38-link-er-schema.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/38-link-er-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/38-link-er-schema.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/38-link-er-schema.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/39-svc-overview.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/39-svc-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/39-svc-overview.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/39-svc-overview.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/40-choose-svtg.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/40-choose-svtg.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/40-choose-svtg.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/40-choose-svtg.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/41-svtg-config.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/41-svtg-config.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/41-svtg-config.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/41-svtg-config.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/42-aggregation-tab.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/42-aggregation-tab.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/42-aggregation-tab.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/42-aggregation-tab.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/ER-visual-schema.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/ER-visual-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/ER-visual-schema.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/ER-visual-schema.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/bss-application-overview.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/bss-application-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/bss-application-overview.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/bss-application-overview.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/bss-application.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/bss-application.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/bss-application.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/bss-application.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/migration-architecture.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/migration-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/migration-architecture.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/migration-architecture.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/migration-mongomirror.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/migration-mongomirror.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/migration-mongomirror.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/migration-mongomirror.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/img/migration-services.png b/versioned_docs/version-14.4.0/products/fast_data/tutorials/img/migration-services.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/img/migration-services.png
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/img/migration-services.png
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/low-code.mdx b/versioned_docs/version-14.4.0/products/fast_data/tutorials/low-code.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/low-code.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/low-code.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/tutorials/migration.md b/versioned_docs/version-14.4.0/products/fast_data/tutorials/migration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/tutorials/migration.md
rename to versioned_docs/version-14.4.0/products/fast_data/tutorials/migration.md
diff --git a/versioned_docs/version-14.3.0/products/fast_data/videos/bucket-storage.mdx b/versioned_docs/version-14.4.0/products/fast_data/videos/bucket-storage.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/videos/bucket-storage.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/videos/bucket-storage.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/videos/fast-data-no-code.mdx b/versioned_docs/version-14.4.0/products/fast_data/videos/fast-data-no-code.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/videos/fast-data-no-code.mdx
rename to versioned_docs/version-14.4.0/products/fast_data/videos/fast-data-no-code.mdx
diff --git a/versioned_docs/version-14.3.0/products/fast_data/videos/subtitle/bucket-storage.json b/versioned_docs/version-14.4.0/products/fast_data/videos/subtitle/bucket-storage.json
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/videos/subtitle/bucket-storage.json
rename to versioned_docs/version-14.4.0/products/fast_data/videos/subtitle/bucket-storage.json
diff --git a/versioned_docs/version-14.3.0/products/fast_data/videos/subtitle/fast-data-no-code.json b/versioned_docs/version-14.4.0/products/fast_data/videos/subtitle/fast-data-no-code.json
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/videos/subtitle/fast-data-no-code.json
rename to versioned_docs/version-14.4.0/products/fast_data/videos/subtitle/fast-data-no-code.json
diff --git a/versioned_docs/version-14.3.0/products/fast_data/what_is_fast_data.md b/versioned_docs/version-14.4.0/products/fast_data/what_is_fast_data.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/fast_data/what_is_fast_data.md
rename to versioned_docs/version-14.4.0/products/fast_data/what_is_fast_data.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/architecture.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/architecture.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/architecture.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/architecture.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/10_overview.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/10_overview.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/10_overview.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/30_page_layout.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/30_page_layout.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/30_page_layout.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/30_page_layout.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/40_core_concepts.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/40_core_concepts.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/40_core_concepts.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/40_core_concepts.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/50_actions.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/50_actions.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/50_actions.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/50_actions.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/100_crud_client.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/100_crud_client.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/100_crud_client.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/100_crud_client.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/10_add_filter_button.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/10_add_filter_button.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/10_add_filter_button.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/10_add_filter_button.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/110_crud_export.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/110_crud_export.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/110_crud_export.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/110_crud_export.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/120_crud_export_client.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/120_crud_export_client.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/120_crud_export_client.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/120_crud_export_client.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/130_calendar.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/130_calendar.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/130_calendar.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/130_calendar.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/140_card.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/140_card.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/140_card.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/140_card.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/150_chip.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/150_chip.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/150_chip.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/150_chip.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/160_confirmation_modal.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/160_confirmation_modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/160_confirmation_modal.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/160_confirmation_modal.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/170_crud_lookup_client.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/170_crud_lookup_client.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/170_crud_lookup_client.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/170_crud_lookup_client.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/180_dropdown_button.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/180_dropdown_button.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/180_dropdown_button.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/180_dropdown_button.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/190_dynamic_form_card.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/190_dynamic_form_card.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/190_dynamic_form_card.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/190_dynamic_form_card.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/200_dynamic_form_drawer.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/200_dynamic_form_drawer.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/200_dynamic_form_drawer.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/200_dynamic_form_drawer.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/20_add_new_button.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/20_add_new_button.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/20_add_new_button.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/20_add_new_button.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/210_dynamic_form_modal.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/210_dynamic_form_modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/210_dynamic_form_modal.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/210_dynamic_form_modal.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/220_dynamic_iframe.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/220_dynamic_iframe.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/220_dynamic_iframe.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/220_dynamic_iframe.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/230_dynamic_title.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/230_dynamic_title.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/230_dynamic_title.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/230_dynamic_title.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/240_expandable_filters.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/240_expandable_filters.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/240_expandable_filters.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/240_expandable_filters.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/250_export_modal.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/250_export_modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/250_export_modal.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/250_export_modal.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/260_file_manager.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/260_file_manager.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/260_file_manager.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/260_file_manager.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/270_file_picker_drawer.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/270_file_picker_drawer.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/270_file_picker_drawer.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/270_file_picker_drawer.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/280_file_picker_modal.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/280_file_picker_modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/280_file_picker_modal.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/280_file_picker_modal.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/290_file_service_client.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/290_file_service_client.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/290_file_service_client.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/290_file_service_client.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/300_filter_drawer.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/300_filter_drawer.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/300_filter_drawer.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/300_filter_drawer.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/30_antd_theme_manager.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/30_antd_theme_manager.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/30_antd_theme_manager.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/30_antd_theme_manager.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/310_filters_manager.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/310_filters_manager.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/310_filters_manager.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/310_filters_manager.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/320_footer_&_item_state.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/320_footer_&_item_state.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/320_footer_&_item_state.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/320_footer_&_item_state.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/330_form_card.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/330_form_card.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/330_form_card.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/330_form_card.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/340_form_drawer.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/340_form_drawer.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/340_form_drawer.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/340_form_drawer.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/350_form_modal.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/350_form_modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/350_form_modal.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/350_form_modal.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/360_form_wizard.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/360_form_wizard.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/360_form_wizard.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/360_form_wizard.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/370_gallery.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/370_gallery.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/370_gallery.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/370_gallery.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/380_import_modal.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/380_import_modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/380_import_modal.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/380_import_modal.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/390_layout.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/390_layout.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/390_layout.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/390_layout.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/400_layout_container.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/400_layout_container.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/400_layout_container.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/400_layout_container.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/40_atlas_dashboard.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/40_atlas_dashboard.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/40_atlas_dashboard.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/40_atlas_dashboard.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/410_layout_swap.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/410_layout_swap.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/410_layout_swap.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/410_layout_swap.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/420_list.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/420_list.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/420_list.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/420_list.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/430_loading_animation.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/430_loading_animation.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/430_loading_animation.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/430_loading_animation.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/440_navigation_back_arrow.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/440_navigation_back_arrow.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/440_navigation_back_arrow.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/440_navigation_back_arrow.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/450_notification_center.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/450_notification_center.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/450_notification_center.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/450_notification_center.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/460_notifications.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/460_notifications.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/460_notifications.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/460_notifications.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/470_pagination.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/470_pagination.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/470_pagination.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/470_pagination.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/480_pdf_viewer.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/480_pdf_viewer.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/480_pdf_viewer.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/480_pdf_viewer.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/490_refresh_button.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/490_refresh_button.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/490_refresh_button.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/490_refresh_button.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/500_search_bar.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/500_search_bar.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/500_search_bar.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/500_search_bar.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/50_auto_refresh.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/50_auto_refresh.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/50_auto_refresh.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/50_auto_refresh.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/510_state_adapter.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/510_state_adapter.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/510_state_adapter.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/510_state_adapter.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/520_table.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/520_table.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/520_table.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/520_table.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/530_tabs.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/530_tabs.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/530_tabs.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/530_tabs.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/540_title.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/540_title.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/540_title.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/540_title.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/550_url_parameters_adapter.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/550_url_parameters_adapter.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/550_url_parameters_adapter.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/550_url_parameters_adapter.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/60_breadcrumbs.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/60_breadcrumbs.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/60_breadcrumbs.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/60_breadcrumbs.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/70_bulk_actions_button.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/70_bulk_actions_button.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/70_bulk_actions_button.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/70_bulk_actions_button.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/80_bulk_delete_button.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/80_bulk_delete_button.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/80_bulk_delete_button.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/80_bulk_delete_button.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/90_button.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/90_button.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/90_button.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/90_button.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/_category_.json b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/_category_.json
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/_category_.json
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-add-filter-button.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-add-filter-button.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-add-filter-button.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-add-filter-button.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-add-new-button.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-add-new-button.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-add-new-button.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-add-new-button.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-atlas-dashboard.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-atlas-dashboard.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-atlas-dashboard.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-atlas-dashboard.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-auto-refresh.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-auto-refresh.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-auto-refresh.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-auto-refresh.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-breadcrumbs.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-breadcrumbs.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-breadcrumbs.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-breadcrumbs.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-calendar.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-calendar.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-calendar.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-calendar.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-card.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-card.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-card.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-card.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-chip.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-chip.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-chip.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-chip.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-confirmation-modal.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-confirmation-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-confirmation-modal.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-confirmation-modal.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-dropdown.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-dropdown.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-dropdown.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-dropdown.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-export-modal.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-export-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-export-modal.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-export-modal.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-filter-drawer.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-filter-drawer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-filter-drawer.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-filter-drawer.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-footer.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-footer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-footer.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-footer.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-card.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-card.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-card.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-card.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-drawer.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-drawer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-drawer.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-drawer.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal-object-as-editor.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal-object-as-editor.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal-object-as-editor.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal-object-as-editor.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal-object-as-table.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal-object-as-table.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal-object-as-table.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal-object-as-table.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-form-modal.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-gallery.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-gallery.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-gallery.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-gallery.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-fixedSideBar.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-fixedSideBar.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-fixedSideBar.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-fixedSideBar.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-leftMenu.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-leftMenu.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-leftMenu.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-leftMenu.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-overlaySideBar.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-overlaySideBar.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-overlaySideBar.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-overlaySideBar.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-topBar.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-topBar.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-topBar.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout-topBar.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-layout.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-navigation-back-arrow.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-navigation-back-arrow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-navigation-back-arrow.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-navigation-back-arrow.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-notification-center.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-notification-center.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-notification-center.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-notification-center.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-notifications.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-notifications.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-notifications.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-notifications.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-pagination-buttonsOnly.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-pagination-buttonsOnly.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-pagination-buttonsOnly.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-pagination-buttonsOnly.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-pagination.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-pagination.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-pagination.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-pagination.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-pdf-viewer.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-pdf-viewer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-pdf-viewer.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-pdf-viewer.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-refresh-button.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-refresh-button.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-refresh-button.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-refresh-button.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-search-bar.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-search-bar.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-search-bar.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-search-bar.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-simple-list.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-simple-list.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-simple-list.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-simple-list.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-table.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-table.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-table.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-table.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-tabs.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-tabs.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-tabs.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-tabs.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-title.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-title.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/bk-title.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/bk-title.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/card-header.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/card-header.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/card-header.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/card-header.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/wizard-form-modal-accordion.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/wizard-form-modal-accordion.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/wizard-form-modal-accordion.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/wizard-form-modal-accordion.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/wizard-form-modal.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/wizard-form-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/60_components/img/wizard-form-modal.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/60_components/img/wizard-form-modal.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/70_events.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/70_events.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/70_events.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/70_events.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/10_file_management.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/10_file_management.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/10_file_management.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/10_file_management.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/20_nested_data.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/20_nested_data.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/20_nested_data.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/20_nested_data.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/30_plugin_navigation.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/30_plugin_navigation.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/30_plugin_navigation.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/30_plugin_navigation.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/40_lookups.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/40_lookups.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/40_lookups.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/40_lookups.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/50_data_import_export.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/50_data_import_export.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/50_data_import_export.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/50_data_import_export.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/60_data_filtering.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/60_data_filtering.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/60_data_filtering.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/60_data_filtering.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/_category_.json b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/_category_.json
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/_category_.json
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/img/push-state.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/img/push-state.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/80_examples/img/push-state.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/80_examples/img/push-state.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/_category_.json b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/_category_.json
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/_category_.json
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/changelog.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/changelog.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/changelog.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/img/data_flow.jpg b/versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/img/data_flow.jpg
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/back-kit/img/data_flow.jpg
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/back-kit/img/data_flow.jpg
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/10_structure.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/10_structure.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/10_structure.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/10_structure.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/20_compose_pages.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/20_compose_pages.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/20_compose_pages.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/20_compose_pages.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/30_configurator_settings.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/30_configurator_settings.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/30_configurator_settings.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/30_configurator_settings.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/_category_.json b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/_category_.json
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/_category_.json
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/changelog.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/changelog.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/changelog.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_advanced.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_advanced.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_advanced.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_advanced.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_connectors.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_connectors.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_connectors.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_connectors.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_crud-generation-button.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_crud-generation-button.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_crud-generation-button.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_crud-generation-button.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_layout.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_layout.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_layout.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_layout.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-bk-data-schema.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-bk-data-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-bk-data-schema.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-bk-data-schema.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-checkbox.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-checkbox.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-checkbox.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-checkbox.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-new.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-new.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-new.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_shared-properties-new.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_shared-properties.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_shared-properties.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_shared-properties.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_shared-properties.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_calendar-view.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_calendar-view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_calendar-view.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_calendar-view.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_details-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_details-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_details-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_details-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_master-table.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_master-table.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_master-table.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_master-table.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_page-with-table.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_page-with-table.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_page-with-table.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_page-with-table.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_picture-gallery.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_picture-gallery.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_picture-gallery.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_picture-gallery.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_read-only-table-with-nested-fields.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_read-only-table-with-nested-fields.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_read-only-table-with-nested-fields.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_read-only-table-with-nested-fields.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_single-view.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_single-view.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_single-view.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_single-view.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_table-with-file-field.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_table-with-file-field.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/compose-page_templates_table-with-file-field.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/compose-page_templates_table-with-file-field.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/configurator-settings_source-map-fetch-options.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/configurator-settings_source-map-fetch-options.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/configurator-settings_source-map-fetch-options.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/configurator-settings_source-map-fetch-options.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/configurator-settings_source-map-source.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/configurator-settings_source-map-source.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/configurator-settings_source-map-source.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/configurator-settings_source-map-source.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/configurator-settings_source-map.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/configurator-settings_source-map.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/configurator-settings_source-map.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/configurator-settings_source-map.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/configurator-settings_template-sources.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/configurator-settings_template-sources.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/configurator-settings_template-sources.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/configurator-settings_template-sources.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/environment_public-tab.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/environment_public-tab.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/environment_public-tab.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/environment_public-tab.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/environment_test-tab.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/environment_test-tab.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/environment_test-tab.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/environment_test-tab.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_advanced-notification.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_advanced-notification.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_advanced-notification.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_advanced-notification.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_advanced.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_advanced.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_advanced.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_advanced.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_advanced_component-detail.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_advanced_component-detail.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_advanced_component-detail.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_advanced_component-detail.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_advanced_components-explorer.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_advanced_components-explorer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_advanced_components-explorer.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_advanced_components-explorer.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_first-section.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_first-section.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_first-section.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_first-section.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-acl-component.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-acl-component.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-acl-component.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-acl-component.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-acl-property.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-acl-property.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-acl-property.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-acl-property.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-left-menu-hidden.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-left-menu-hidden.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-left-menu-hidden.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-left-menu-hidden.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-left-menu-selected.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-left-menu-selected.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-left-menu-selected.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-left-menu-selected.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-preview-interact.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-preview-interact.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-preview-interact.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-preview-interact.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-right-menu-modal-advanced.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-right-menu-modal-advanced.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-right-menu-modal-advanced.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-right-menu-modal-advanced.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-right-menu-modal.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-right-menu-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-right-menu-modal.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-right-menu-modal.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-right-menu.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-right-menu.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-right-menu.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-right-menu.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-shared-property.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-shared-property.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout-shared-property.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout-shared-property.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_layout.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_layout.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_page-compose-options.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_page-compose-options.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_page-compose-options.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_page-compose-options.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_page-details.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_page-details.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_page-details.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_page-details.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_page-iframe-options.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_page-iframe-options.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_page-iframe-options.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_page-iframe-options.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_page-micro-frontend-options.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_page-micro-frontend-options.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_page-micro-frontend-options.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_page-micro-frontend-options.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_pages.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_pages.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_pages.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_pages.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-error-pages.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-error-pages.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-error-pages.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-error-pages.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-import-maps.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-import-maps.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-import-maps.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-import-maps.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-mount-point.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-mount-point.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-mount-point.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-mount-point.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-shared.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-shared.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-shared.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-shared.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-uris.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-uris.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_settings-uris.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_settings-uris.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_webserver_content-types.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_webserver_content-types.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_webserver_content-types.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_webserver_content-types.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_webserver_entry-point.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_webserver_entry-point.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_webserver_entry-point.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_webserver_entry-point.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_webserver_headers.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_webserver_headers.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/structure_webserver_headers.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/structure_webserver_headers.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-add-new-label.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-add-new-label.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-add-new-label.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-add-new-label.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-configurator.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-configurator.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-configurator.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-configurator.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-delete-label.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-delete-label.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-delete-label.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-delete-label.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-edit-label.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-edit-label.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-edit-label.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-edit-label.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-import.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-import.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-import.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-import.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-manage-languages.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-manage-languages.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/composer/img/translations-manage-languages.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/composer/img/translations-manage-languages.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/external-components/bundling.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/external-components/bundling.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/external-components/bundling.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/external-components/bundling.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/external-components/manifest.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/external-components/manifest.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/external-components/manifest.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/external-components/manifest.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/external-components/overview.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/external-components/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/external-components/overview.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/external-components/overview.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/faqs.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/faqs.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/faqs.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/faqs.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/img/architecture.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/img/architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/img/architecture.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/img/architecture.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-column_select-component.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-column_select-component.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-column_select-component.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-column_select-component.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-menu-item_add-item.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-menu-item_add-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-menu-item_add-item.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-menu-item_add-item.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-menu-item_item-configuration.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-menu-item_item-configuration.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-menu-item_item-configuration.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-menu-item_item-configuration.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-menu-item_page-creation.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-menu-item_page-creation.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-menu-item_page-creation.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-menu-item_page-creation.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-menu-item_select-component.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-menu-item_select-component.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/img/faqs_add-new-menu-item_select-component.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/img/faqs_add-new-menu-item_select-component.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/img/page-composition.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/img/page-composition.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/img/page-composition.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/img/page-composition.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/overview.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/overview.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/overview.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/conf_analytics.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/conf_analytics.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/conf_analytics.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/conf_analytics.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/config_analytics.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/config_analytics.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/config_analytics.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/config_analytics.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/advanced.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/advanced.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/advanced.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/advanced.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-add-new.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-add-new.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-add-new.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-add-new.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-collection.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-collection.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-collection.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-collection.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-delete.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-delete.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-delete.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/analytics-delete.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/chart-summary.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/chart-summary.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/chart-summary.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/chart-summary.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/chart.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/chart.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/chart.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/chart.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/configuration.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/configuration.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/configuration.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/configuration.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/dashboard.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/dashboard.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/dashboard.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/dashboard.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/legend.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/legend.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/legend.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/legend.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/selectType.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/selectType.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/selectType.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/selectType.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/setUp.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/setUp.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/setUp.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/setUp.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/stock.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/stock.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/analytics/img/stock.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/analytics/img/stock.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/colorare_il_cms.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/colorare_il_cms.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/colorare_il_cms.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/colorare_il_cms.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/conf_cms.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/conf_cms.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/conf_cms.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/conf_cms.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/config_cms.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/config_cms.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/config_cms.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/config_cms.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/custom-frontends-integration-CMS.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/custom-frontends-integration-CMS.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/custom-frontends-integration-CMS.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/custom-frontends-integration-CMS.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/guide_cms.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/guide_cms.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/guide_cms.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/guide_cms.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CMS_service.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CMS_service.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CMS_service.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CMS_service.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CMS_service_menu.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CMS_service_menu.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CMS_service_menu.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CMS_service_menu.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CMSsetting.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CMSsetting.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CMSsetting.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CMSsetting.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CreateButton.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CreateButton.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CreateButton.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CreateButton.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CreateCategory.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CreateCategory.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CreateCategory.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CreateCategory.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CreateNovelist.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CreateNovelist.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CreateNovelist.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CreateNovelist.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CreatePage.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CreatePage.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/CreatePage.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/CreatePage.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/GoToProperties.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/GoToProperties.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/GoToProperties.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/GoToProperties.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/bottoneCMS.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/bottoneCMS.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/bottoneCMS.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/bottoneCMS.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/card1.JPG b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/card1.JPG
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/card1.JPG
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/card1.JPG
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/card2.JPG b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/card2.JPG
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/card2.JPG
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/card2.JPG
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/cms-filter-save.gif b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/cms-filter-save.gif
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/cms-filter-save.gif
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/cms-filter-save.gif
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/cmsfilters-collection.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/cmsfilters-collection.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/cmsfilters-collection.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/cmsfilters-collection.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/cmsmenu_CRUD_creation.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/cmsmenu_CRUD_creation.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/cmsmenu_CRUD_creation.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/cmsmenu_CRUD_creation.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/create_service.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/create_service.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/create_service.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/create_service.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/crud_endpoint.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/crud_endpoint.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/crud_endpoint.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/crud_endpoint.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/custom_service_endpoint.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/custom_service_endpoint.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/custom_service_endpoint.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/custom_service_endpoint.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/customize_extensions.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/customize_extensions.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/customize_extensions.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/customize_extensions.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_0.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_0.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_0.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_0.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_1.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_1.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_1.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_1.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_10.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_10.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_10.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_10.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_11.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_11.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_11.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_11.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_12.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_12.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_12.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_12.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_13.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_13.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_13.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_13.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_14.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_14.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_14.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_14.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_15.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_15.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_15.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_15.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_16.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_16.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_16.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_16.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_17.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_17.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_17.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_17.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_18.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_18.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_18.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_18.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_19.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_19.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_19.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_19.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_2.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_2.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_2.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_2.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_20.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_20.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_20.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_20.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_21.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_21.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_21.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_21.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_22.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_22.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_22.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_22.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_23.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_23.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_23.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_23.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_24.jpg b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_24.jpg
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_24.jpg
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_24.jpg
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_25.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_25.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_25.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_25.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_26.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_26.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_26.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_26.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_27.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_27.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_27.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_27.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_28.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_28.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_28.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_28.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_29.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_29.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_29.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_29.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_3.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_3.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_3.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_3.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_4.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_4.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_4.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_4.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_5.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_5.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_5.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_5.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_6.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_6.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_6.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_6.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_7.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_7.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_7.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_7.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_8.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_8.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_8.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_8.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_9.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_9.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/image_9.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/image_9.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/level_1.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/level_1.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/level_1.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/level_1.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/level_2.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/level_2.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/level_2.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/level_2.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/level_3.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/level_3.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/level_3.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/level_3.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/lookup-weapons.JPG b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/lookup-weapons.JPG
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/lookup-weapons.JPG
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/lookup-weapons.JPG
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/navigation-between-collection.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/navigation-between-collection.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/navigation-between-collection.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/navigation-between-collection.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/notifications.PNG b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/notifications.PNG
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/img/notifications.PNG
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/img/notifications.PNG
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/update_cms.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/update_cms.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/update_cms.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/update_cms.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/video_pills.mdx b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/video_pills.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/cms/video_pills.mdx
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/cms/video_pills.mdx
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/img/mia-platform-overview-cms.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/img/mia-platform-overview-cms.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/img/mia-platform-overview-cms.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/img/mia-platform-overview-cms.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/overview-business-suite.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/overview-business-suite.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/previous-tools/overview-business-suite.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/previous-tools/overview-business-suite.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/auth0-integration.mdx b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/auth0-integration.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/auth0-integration.mdx
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/auth0-integration.mdx
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/basics.mdx b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/basics.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/basics.mdx
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/basics.mdx
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_01-secure-api-gateway-application.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_01-secure-api-gateway-application.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_01-secure-api-gateway-application.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_01-secure-api-gateway-application.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_02-user-manager-service.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_02-user-manager-service.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_02-user-manager-service.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_02-user-manager-service.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_03-users-config-1.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_03-users-config-1.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_03-users-config-1.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_03-users-config-1.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_04-users-config-2.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_04-users-config-2.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_04-users-config-2.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_04-users-config-2.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_05-users-page-layout.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_05-users-page-layout.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_05-users-page-layout.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_05-users-page-layout.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_06-api-key.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_06-api-key.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_06-api-key.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_06-api-key.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_07-homepage.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_07-homepage.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_07-homepage.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_07-homepage.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_08-create-config.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_08-create-config.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_08-create-config.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_08-create-config.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_09-advanced-configuration.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_09-advanced-configuration.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/auth0_09-advanced-configuration.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/auth0_09-advanced-configuration.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_01-search-microfrontend-composer-application.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_01-search-microfrontend-composer-application.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_01-search-microfrontend-composer-application.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_01-search-microfrontend-composer-application.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_02-create-microfrontend-composer-application.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_02-create-microfrontend-composer-application.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_02-create-microfrontend-composer-application.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_02-create-microfrontend-composer-application.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_03-microfrontend-composer-configuration-button.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_03-microfrontend-composer-configuration-button.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_03-microfrontend-composer-configuration-button.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_03-microfrontend-composer-configuration-button.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_04-microfrontend-composer-layout-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_04-microfrontend-composer-layout-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_04-microfrontend-composer-layout-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_04-microfrontend-composer-layout-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_05-microfrontend-composer-create-new-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_05-microfrontend-composer-create-new-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_05-microfrontend-composer-create-new-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_05-microfrontend-composer-create-new-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_06-microfrontend-composer-create-new-page-wizard.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_06-microfrontend-composer-create-new-page-wizard.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_06-microfrontend-composer-create-new-page-wizard.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_06-microfrontend-composer-create-new-page-wizard.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_07-microfrontend-composer-crud-connector.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_07-microfrontend-composer-crud-connector.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_07-microfrontend-composer-crud-connector.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_07-microfrontend-composer-crud-connector.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_08-microfrontend-composer-crud-connector-schema.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_08-microfrontend-composer-crud-connector-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_08-microfrontend-composer-crud-connector-schema.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_08-microfrontend-composer-crud-connector-schema.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_09-microfrontend-composer-page-composer.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_09-microfrontend-composer-page-composer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_09-microfrontend-composer-page-composer.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_09-microfrontend-composer-page-composer.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_10-microfrontend-composer-page-composer-data-schema.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_10-microfrontend-composer-page-composer-data-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_10-microfrontend-composer-page-composer-data-schema.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_10-microfrontend-composer-page-composer-data-schema.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_11-microfrontend-composer-table-page-with-data-schema.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_11-microfrontend-composer-table-page-with-data-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_11-microfrontend-composer-table-page-with-data-schema.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_11-microfrontend-composer-table-page-with-data-schema.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_12-microfrontend-composer-page-composer-form.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_12-microfrontend-composer-page-composer-form.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_12-microfrontend-composer-page-composer-form.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_12-microfrontend-composer-page-composer-form.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_13-microfrontend-composer-page-composer-form-data-schema.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_13-microfrontend-composer-page-composer-form-data-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_13-microfrontend-composer-page-composer-form-data-schema.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_13-microfrontend-composer-page-composer-form-data-schema.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_14-microfrontend-composer-page-composer-export-schema.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_14-microfrontend-composer-page-composer-export-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_14-microfrontend-composer-page-composer-export-schema.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_14-microfrontend-composer-page-composer-export-schema.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_15-microfrontend-composer-page-composer-export-schema-edit.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_15-microfrontend-composer-page-composer-export-schema-edit.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_15-microfrontend-composer-page-composer-export-schema-edit.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_15-microfrontend-composer-page-composer-export-schema-edit.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_16-microfrontend-composer-page-composer-title.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_16-microfrontend-composer-page-composer-title.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_16-microfrontend-composer-page-composer-title.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_16-microfrontend-composer-page-composer-title.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_17-microfrontend-composer-page-composer-tab-label.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_17-microfrontend-composer-page-composer-tab-label.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_17-microfrontend-composer-page-composer-tab-label.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_17-microfrontend-composer-page-composer-tab-label.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_18-microfrontend-composer-page-composer-tab-label-edit.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_18-microfrontend-composer-page-composer-tab-label-edit.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_18-microfrontend-composer-page-composer-tab-label-edit.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_18-microfrontend-composer-page-composer-tab-label-edit.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_19-microfrontend-composer-page-composer-menu-item.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_19-microfrontend-composer-page-composer-menu-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_19-microfrontend-composer-page-composer-menu-item.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_19-microfrontend-composer-page-composer-menu-item.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_20-microfrontend-composer-table-page-output.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_20-microfrontend-composer-table-page-output.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/basics_20-microfrontend-composer-table-page-output.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/basics_20-microfrontend-composer-table-page-output.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_01-search-angular-microservice.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_01-search-angular-microservice.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_01-search-angular-microservice.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_01-search-angular-microservice.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_02-expose-angular-microservice.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_02-expose-angular-microservice.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_02-expose-angular-microservice.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_02-expose-angular-microservice.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_03-create-angular-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_03-create-angular-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_03-create-angular-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_03-create-angular-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_04-create-angular-page-advanced.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_04-create-angular-page-advanced.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_04-create-angular-page-advanced.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_04-create-angular-page-advanced.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_05-add-zone-js.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_05-add-zone-js.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_05-add-zone-js.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_05-add-zone-js.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_06-add-menu-item.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_06-add-menu-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_06-add-menu-item.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_06-add-menu-item.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_07-angular-output.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_07-angular-output.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_07-angular-output.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_07-angular-output.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_08-search-react-microservice.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_08-search-react-microservice.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_08-search-react-microservice.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_08-search-react-microservice.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_09-expose-react-microservice.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_09-expose-react-microservice.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_09-expose-react-microservice.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_09-expose-react-microservice.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_10-create-react-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_10-create-react-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_10-create-react-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_10-create-react-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_11-create-react-page-advanced.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_11-create-react-page-advanced.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_11-create-react-page-advanced.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_11-create-react-page-advanced.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_12-add-menu-item.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_12-add-menu-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_12-add-menu-item.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_12-add-menu-item.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_13-react-output.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_13-react-output.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/microfrontends_13-react-output.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/microfrontends_13-react-output.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_01-microfrontend-composer-create-new-iframe-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_01-microfrontend-composer-create-new-iframe-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_01-microfrontend-composer-create-new-iframe-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_01-microfrontend-composer-create-new-iframe-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_02-microfrontend-composer-detail-new-iframe-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_02-microfrontend-composer-detail-new-iframe-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_02-microfrontend-composer-detail-new-iframe-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_02-microfrontend-composer-detail-new-iframe-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_03-microfrontend-composer-add-menu-item.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_03-microfrontend-composer-add-menu-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_03-microfrontend-composer-add-menu-item.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_03-microfrontend-composer-add-menu-item.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_04-microfrontend-composer-edit-menu-item.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_04-microfrontend-composer-edit-menu-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_04-microfrontend-composer-edit-menu-item.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_04-microfrontend-composer-edit-menu-item.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_05-microfrontend-composer-wiki-iframe-page-result.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_05-microfrontend-composer-wiki-iframe-page-result.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_05-microfrontend-composer-wiki-iframe-page-result.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_05-microfrontend-composer-wiki-iframe-page-result.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_06-microfrontend-composer-create-new-calendar-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_06-microfrontend-composer-create-new-calendar-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_06-microfrontend-composer-create-new-calendar-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_06-microfrontend-composer-create-new-calendar-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_07-microfrontend-composer-detail-new-calendar-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_07-microfrontend-composer-detail-new-calendar-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_07-microfrontend-composer-detail-new-calendar-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_07-microfrontend-composer-detail-new-calendar-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_08-microfrontend-composer-page-list.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_08-microfrontend-composer-page-list.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_08-microfrontend-composer-page-list.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_08-microfrontend-composer-page-list.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_09-microfrontend-composer-page-new-calendar-crud.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_09-microfrontend-composer-page-new-calendar-crud.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_09-microfrontend-composer-page-new-calendar-crud.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_09-microfrontend-composer-page-new-calendar-crud.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_10-microfrontend-composer-page-calendar-remove-export.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_10-microfrontend-composer-page-calendar-remove-export.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_10-microfrontend-composer-page-calendar-remove-export.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_10-microfrontend-composer-page-calendar-remove-export.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_11-microfrontend-composer-calendar-page-result.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_11-microfrontend-composer-calendar-page-result.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_11-microfrontend-composer-calendar-page-result.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_11-microfrontend-composer-calendar-page-result.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_12-microfrontend-composer-create-file-service.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_12-microfrontend-composer-create-file-service.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_12-microfrontend-composer-create-file-service.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_12-microfrontend-composer-create-file-service.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_13-microfrontend-composer-file-service-env-variables.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_13-microfrontend-composer-file-service-env-variables.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_13-microfrontend-composer-file-service-env-variables.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_13-microfrontend-composer-file-service-env-variables.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_14-microfrontend-composer-file-service-config-map.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_14-microfrontend-composer-file-service-config-map.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_14-microfrontend-composer-file-service-config-map.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_14-microfrontend-composer-file-service-config-map.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_15-microfrontend-composer-file-service-config-map-file.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_15-microfrontend-composer-file-service-config-map-file.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_15-microfrontend-composer-file-service-config-map-file.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_15-microfrontend-composer-file-service-config-map-file.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_16-2-microfrontend-composer-create-file-service-endpoint.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_16-2-microfrontend-composer-create-file-service-endpoint.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_16-2-microfrontend-composer-create-file-service-endpoint.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_16-2-microfrontend-composer-create-file-service-endpoint.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_16-microfrontend-composer-file-service-config-map-file-content.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_16-microfrontend-composer-file-service-config-map-file-content.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_16-microfrontend-composer-file-service-config-map-file-content.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_16-microfrontend-composer-file-service-config-map-file-content.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_17-microfrontend-composer-create-new-gallery-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_17-microfrontend-composer-create-new-gallery-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_17-microfrontend-composer-create-new-gallery-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_17-microfrontend-composer-create-new-gallery-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_18-microfrontend-composer-detail-new-gallery-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_18-microfrontend-composer-detail-new-gallery-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_18-microfrontend-composer-detail-new-gallery-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_18-microfrontend-composer-detail-new-gallery-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_19-microfrontend-composer-gallery-connector.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_19-microfrontend-composer-gallery-connector.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_19-microfrontend-composer-gallery-connector.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_19-microfrontend-composer-gallery-connector.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_20-microfrontend-composer-gallery-connector-schema.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_20-microfrontend-composer-gallery-connector-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_20-microfrontend-composer-gallery-connector-schema.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_20-microfrontend-composer-gallery-connector-schema.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_21-microfrontend-composer-gallery-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_21-microfrontend-composer-gallery-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_21-microfrontend-composer-gallery-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_21-microfrontend-composer-gallery-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_22-microfrontend-composer-create-new-detail-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_22-microfrontend-composer-create-new-detail-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_22-microfrontend-composer-create-new-detail-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_22-microfrontend-composer-create-new-detail-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_23-microfrontend-composer-detail-new-detail-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_23-microfrontend-composer-detail-new-detail-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_23-microfrontend-composer-detail-new-detail-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_23-microfrontend-composer-detail-new-detail-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_24-microfrontend-composer-detail-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_24-microfrontend-composer-detail-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_24-microfrontend-composer-detail-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_24-microfrontend-composer-detail-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_25-microfrontend-composer-detail-connector.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_25-microfrontend-composer-detail-connector.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_25-microfrontend-composer-detail-connector.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_25-microfrontend-composer-detail-connector.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_26-microfrontend-composer-detail-url-parameters-adapter.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_26-microfrontend-composer-detail-url-parameters-adapter.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_26-microfrontend-composer-detail-url-parameters-adapter.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_26-microfrontend-composer-detail-url-parameters-adapter.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_27-microfrontend-composer-detail-page.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_27-microfrontend-composer-detail-page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_27-microfrontend-composer-detail-page.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_27-microfrontend-composer-detail-page.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_28-microfrontend-composer-table-page-with-detail.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_28-microfrontend-composer-table-page-with-detail.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/img/templates_28-microfrontend-composer-table-page-with-detail.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/img/templates_28-microfrontend-composer-table-page-with-detail.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/microfrontends.mdx b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/microfrontends.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/microfrontends.mdx
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/microfrontends.mdx
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/templates.mdx b/versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/templates.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/tutorials/templates.mdx
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/tutorials/templates.mdx
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/data-visualization.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/data-visualization.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/data-visualization.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/data-visualization.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_1.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_1.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_1.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_1.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_1.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_1.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_1.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_1.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_2.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_2.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_2.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_2.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_3.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_3.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_3.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_3.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_4.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_4.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_4.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_4.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_5.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_5.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_5.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_5.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_6.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_6.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_6.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_6.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_7.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_7.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_7.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_checkpoint_7.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_search.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_search.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_search.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_search.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_viewer.png b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_viewer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/img/timeline_viewer.png
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/img/timeline_viewer.png
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/timeline.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/timeline.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/use-cases/timeline.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/use-cases/timeline.md
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/videos/microfrontend-composer.mdx b/versioned_docs/version-14.4.0/products/microfrontend-composer/videos/microfrontend-composer.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/videos/microfrontend-composer.mdx
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/videos/microfrontend-composer.mdx
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/videos/subtitle/microfrontend-composer.json b/versioned_docs/version-14.4.0/products/microfrontend-composer/videos/subtitle/microfrontend-composer.json
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/videos/subtitle/microfrontend-composer.json
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/videos/subtitle/microfrontend-composer.json
diff --git a/versioned_docs/version-14.3.0/products/microfrontend-composer/what-is.md b/versioned_docs/version-14.4.0/products/microfrontend-composer/what-is.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/microfrontend-composer/what-is.md
rename to versioned_docs/version-14.4.0/products/microfrontend-composer/what-is.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/05_items-data-structure.md b/versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/05_items-data-structure.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/05_items-data-structure.md
rename to versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/05_items-data-structure.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/10_items-types.md b/versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/10_items-types.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/10_items-types.md
rename to versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/10_items-types.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/20_items-versioning.md b/versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/20_items-versioning.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/20_items-versioning.md
rename to versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/20_items-versioning.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/30_items-lifecycle.md b/versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/30_items-lifecycle.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/30_items-lifecycle.md
rename to versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/30_items-lifecycle.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/40_items-visibility.md b/versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/40_items-visibility.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/40_items-visibility.md
rename to versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/40_items-visibility.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/50_items-relationships.md b/versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/50_items-relationships.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/50_items-relationships.md
rename to versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/50_items-relationships.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/img/lifecycle-stages.png b/versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/img/lifecycle-stages.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/img/lifecycle-stages.png
rename to versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/img/lifecycle-stages.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/img/versions_notifications.png b/versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/img/versions_notifications.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/basic-concepts/img/versions_notifications.png
rename to versioned_docs/version-14.4.0/products/software-catalog/basic-concepts/img/versions_notifications.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/img/software-catalog-overview.png b/versioned_docs/version-14.4.0/products/software-catalog/img/software-catalog-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/img/software-catalog-overview.png
rename to versioned_docs/version-14.4.0/products/software-catalog/img/software-catalog-overview.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/api.md b/versioned_docs/version-14.4.0/products/software-catalog/items-management/api.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/api.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/api.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/delete-version.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/delete-version.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/delete-version.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/delete-version.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-create-itd.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-create-itd.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-create-itd.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-create-itd.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-create-item.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-create-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-create-item.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-create-item.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-create-new-version.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-create-new-version.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-create-new-version.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-create-new-version.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-create-version-from-this.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-create-version-from-this.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-create-version-from-this.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-create-version-from-this.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-delete-itd.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-delete-itd.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-delete-itd.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-delete-itd.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-edit-itd.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-edit-itd.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-edit-itd.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-edit-itd.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-itd-list.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-itd-list.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-itd-list.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-itd-list.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-overview.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/software-catalog-overview.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/software-catalog-overview.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/update-item.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/update-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/update-item.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/update-item.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/img/version-overview.png b/versioned_docs/version-14.4.0/products/software-catalog/items-management/img/version-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/img/version-overview.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/img/version-overview.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/miactl.md b/versioned_docs/version-14.4.0/products/software-catalog/items-management/miactl.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/miactl.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/miactl.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/overview.md b/versioned_docs/version-14.4.0/products/software-catalog/items-management/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/overview.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/overview.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-management/ui.md b/versioned_docs/version-14.4.0/products/software-catalog/items-management/ui.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-management/ui.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-management/ui.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/application.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/application.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/application.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/application.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/example.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/example.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/example.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/example.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/extension.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/extension.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/extension.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/extension.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-array-validation.png b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-array-validation.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-array-validation.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-array-validation.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-array.png b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-array.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-array.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-array.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-boolean.png b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-boolean.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-boolean.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-boolean.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-int-or-number.png b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-int-or-number.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-int-or-number.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-int-or-number.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-object-validation.png b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-object-validation.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-object-validation.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-object-validation.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-object.png b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-object.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-object.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-object.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-string.png b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-string.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/img/type-string.png
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/img/type-string.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/infrastructure-component-runtime.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/infrastructure-component-runtime.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/infrastructure-component-runtime.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/infrastructure-component-runtime.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/infrastructure-resource.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/infrastructure-resource.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/infrastructure-resource.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/infrastructure-resource.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/overview.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/overview.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/overview.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/plugin.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/plugin.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/plugin.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/plugin.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/proxy.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/proxy.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/proxy.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/proxy.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/sidecar.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/sidecar.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/sidecar.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/sidecar.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/items-manifest/template.md b/versioned_docs/version-14.4.0/products/software-catalog/items-manifest/template.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/items-manifest/template.md
rename to versioned_docs/version-14.4.0/products/software-catalog/items-manifest/template.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/overview.md b/versioned_docs/version-14.4.0/products/software-catalog/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/overview.md
rename to versioned_docs/version-14.4.0/products/software-catalog/overview.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/snippets/schema_viewer.mdx b/versioned_docs/version-14.4.0/products/software-catalog/snippets/schema_viewer.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/snippets/schema_viewer.mdx
rename to versioned_docs/version-14.4.0/products/software-catalog/snippets/schema_viewer.mdx
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/tutorials/img/software-catalog-create-item.png b/versioned_docs/version-14.4.0/products/software-catalog/tutorials/img/software-catalog-create-item.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/tutorials/img/software-catalog-create-item.png
rename to versioned_docs/version-14.4.0/products/software-catalog/tutorials/img/software-catalog-create-item.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/tutorials/img/software-catalog-create-version-from-this.png b/versioned_docs/version-14.4.0/products/software-catalog/tutorials/img/software-catalog-create-version-from-this.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/tutorials/img/software-catalog-create-version-from-this.png
rename to versioned_docs/version-14.4.0/products/software-catalog/tutorials/img/software-catalog-create-version-from-this.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/tutorials/img/update-version.png b/versioned_docs/version-14.4.0/products/software-catalog/tutorials/img/update-version.png
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/tutorials/img/update-version.png
rename to versioned_docs/version-14.4.0/products/software-catalog/tutorials/img/update-version.png
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/tutorials/service-template-integrated-with-jenkins.md b/versioned_docs/version-14.4.0/products/software-catalog/tutorials/service-template-integrated-with-jenkins.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/tutorials/service-template-integrated-with-jenkins.md
rename to versioned_docs/version-14.4.0/products/software-catalog/tutorials/service-template-integrated-with-jenkins.md
diff --git a/versioned_docs/version-14.3.0/products/software-catalog/tutorials/software-catalog.md b/versioned_docs/version-14.4.0/products/software-catalog/tutorials/software-catalog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/products/software-catalog/tutorials/software-catalog.md
rename to versioned_docs/version-14.4.0/products/software-catalog/tutorials/software-catalog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/30_faqs.md b/versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/30_faqs.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/30_faqs.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/30_faqs.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/img/api-documentation-aggregator-creation.png b/versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/img/api-documentation-aggregator-creation.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/api-documentation-aggregator/img/api-documentation-aggregator-creation.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/api-documentation-aggregator/img/api-documentation-aggregator-creation.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/booking-module/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/booking-module/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/booking-module/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/booking-module/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/booking-module/20_requirements.md b/versioned_docs/version-14.4.0/runtime-components/applications/booking-module/20_requirements.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/booking-module/20_requirements.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/booking-module/20_requirements.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/booking-module/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/booking-module/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/booking-module/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/booking-module/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/booking-module/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/booking-module/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/booking-module/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/booking-module/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/booking-module/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/booking-module/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/booking-module/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/booking-module/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---gcp/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---gcp/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---gcp/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---gcp/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---gcp/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---gcp/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---gcp/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---gcp/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---gcp/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---gcp/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---gcp/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---gcp/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---gcp/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---gcp/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---gcp/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---gcp/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---s3/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---s3/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---s3/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---s3/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---s3/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---s3/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---s3/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---s3/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---s3/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---s3/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---s3/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---s3/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---s3/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---s3/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/bucket-storage-support---s3/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/bucket-storage-support---s3/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/csv-connector/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/csv-connector/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/csv-connector/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/csv-connector/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/csv-connector/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/csv-connector/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/csv-connector/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/csv-connector/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/csv-connector/overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/csv-connector/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/csv-connector/overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/csv-connector/overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/data-catalog-ai-compliance/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/data-catalog-ai-compliance/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/data-catalog-ai-compliance/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/data-catalog-ai-compliance/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/data-catalog-ai-compliance/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/data-catalog-ai-compliance/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/data-catalog-ai-compliance/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/data-catalog-ai-compliance/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/data-catalog-ai-compliance/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/data-catalog-ai-compliance/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/data-catalog-ai-compliance/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/data-catalog-ai-compliance/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/data-catalog/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/data-catalog/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/data-catalog/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/data-catalog/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/data-catalog/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/data-catalog/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/data-catalog/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/data-catalog/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/data-catalog/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/data-catalog/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/data-catalog/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/data-catalog/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/api_documentation_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/api_documentation_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/api_documentation_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/api_documentation_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/api_token_generation.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/api_token_generation.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/api_token_generation.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/api_token_generation.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/application_creation.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/application_creation.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/application_creation.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/application_creation.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/authentication_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/authentication_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/authentication_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/authentication_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/functional_documentation.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/functional_documentation.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/functional_documentation.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/functional_documentation.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/homepage_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/homepage_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/homepage_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/homepage_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/api_key.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/api_key.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/api_key.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/api_key.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/auth_service_config.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/auth_service_config.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/auth_service_config.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/auth_service_config.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_categories.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_categories.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_categories.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_categories.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_components.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_components.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_components.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_components.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_components_template.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_components_template.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_components_template.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_components_template.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_requests.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_requests.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_requests.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_requests.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_tags.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_tags.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/backoffice_tags.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/backoffice_tags.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/base_form.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/base_form.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/base_form.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/base_form.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/browser-too-many-redirects.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/browser-too-many-redirects.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/browser-too-many-redirects.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/browser-too-many-redirects.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/client_credentials_configuration.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/client_credentials_configuration.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/client_credentials_configuration.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/client_credentials_configuration.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/client_credentials_form.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/client_credentials_form.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/client_credentials_form.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/client_credentials_form.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/cms_configuration_page.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/cms_configuration_page.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/cms_configuration_page.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/cms_configuration_page.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/dev-portal-userinfo-logout.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/dev-portal-userinfo-logout.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/dev-portal-userinfo-logout.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/dev-portal-userinfo-logout.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/dev_portal_application.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/dev_portal_application.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/dev_portal_application.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/dev_portal_application.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/dev_portal_application_creation.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/dev_portal_application_creation.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/dev_portal_application_creation.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/dev_portal_application_creation.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/dev_portal_application_summary.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/dev_portal_application_summary.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/dev_portal_application_summary.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/dev_portal_application_summary.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/function_service.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/function_service.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/function_service.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/function_service.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/group_permission.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/group_permission.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/group_permission.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/group_permission.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/homepage.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/homepage.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/homepage.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/homepage.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/mail_notification_service.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/mail_notification_service.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/mail_notification_service.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/mail_notification_service.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/manage_permissions.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/manage_permissions.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/manage_permissions.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/manage_permissions.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/marketplace-template.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/marketplace-template.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/marketplace-template.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/marketplace-template.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/notifications_decorator.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/notifications_decorator.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/notifications_decorator.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/notifications_decorator.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/notifications_endpoint_forces_through_microservice_gateway.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/notifications_endpoint_forces_through_microservice_gateway.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/notifications_endpoint_forces_through_microservice_gateway.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/notifications_endpoint_forces_through_microservice_gateway.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/notifications_endpoint_routes.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/notifications_endpoint_routes.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/notifications_endpoint_routes.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/notifications_endpoint_routes.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/private_endpoint.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/private_endpoint.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/private_endpoint.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/private_endpoint.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/swagger-aggregator-advanced-area.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/swagger-aggregator-advanced-area.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/swagger-aggregator-advanced-area.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/swagger-aggregator-advanced-area.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/too_many_redirects_flow.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/too_many_redirects_flow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/too_many_redirects_flow.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/too_many_redirects_flow.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/web_ide.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/web_ide.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/web_ide.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/web_ide.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/web_ide_editor.png b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/web_ide_editor.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/img/web_ide_editor.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/img/web_ide_editor.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/marketplace_management.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/marketplace_management.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/marketplace_management.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/marketplace_management.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/notification_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/notification_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/notification_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/notification_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/requests_form_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/requests_form_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/requests_form_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/requests_form_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/requests_management.md b/versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/requests_management.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/dev_portal/requests_management.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/dev_portal/requests_management.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/20_requirements.md b/versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/20_requirements.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/20_requirements.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/20_requirements.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/ehr-module/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/ehr-module/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/fast-data-control-plane/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/fast-data-control-plane/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/fast-data-control-plane/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/fast-data-control-plane/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/fast-data-control-plane/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/fast-data-control-plane/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/fast-data-control-plane/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/fast-data-control-plane/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/fast-data-control-plane/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/fast-data-control-plane/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/fast-data-control-plane/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/fast-data-control-plane/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/file-bucket/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/file-bucket/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/file-bucket/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/file-bucket/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/file-bucket/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/file-bucket/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/file-bucket/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/file-bucket/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/file-bucket/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/file-bucket/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/file-bucket/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/file-bucket/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/identification-manager/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/identification-manager/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/identification-manager/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/identification-manager/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/identification-manager/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/identification-manager/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/identification-manager/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/identification-manager/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/identification-manager/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/identification-manager/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/identification-manager/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/identification-manager/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/identification-manager/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/identification-manager/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/identification-manager/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/identification-manager/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/mia_applications.md b/versioned_docs/version-14.4.0/runtime-components/applications/mia_applications.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/mia_applications.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/mia_applications.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-on-prem-toolkit/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-toolkit/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-toolkit/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-toolkit/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-toolkit/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-toolkit/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-toolkit/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-toolkit/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-toolkit/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-toolkit/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-toolkit/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-toolkit/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-toolkit/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-toolkit/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-toolkit/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/microfrontend-composer-toolkit/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/microfrontend-composer-toolkit/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/notification-module/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/notification-module/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/notification-module/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/notification-module/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/notification-module/20_requirements.md b/versioned_docs/version-14.4.0/runtime-components/applications/notification-module/20_requirements.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/notification-module/20_requirements.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/notification-module/20_requirements.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/notification-module/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/notification-module/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/notification-module/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/notification-module/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/notification-module/40_errors.md b/versioned_docs/version-14.4.0/runtime-components/applications/notification-module/40_errors.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/notification-module/40_errors.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/notification-module/40_errors.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/notification-module/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/notification-module/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/notification-module/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/notification-module/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/notification-module/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/notification-module/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/notification-module/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/notification-module/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/notification-module/img/high-level-architecture.png b/versioned_docs/version-14.4.0/runtime-components/applications/notification-module/img/high-level-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/notification-module/img/high-level-architecture.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/notification-module/img/high-level-architecture.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/15_how_it_works.md b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/15_how_it_works.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/15_how_it_works.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/15_how_it_works.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/20_payment_saga.md b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/20_payment_saga.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/20_payment_saga.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/20_payment_saga.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/30_subscription_saga.md b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/30_subscription_saga.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/30_subscription_saga.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/30_subscription_saga.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/40_backoffice_payment.md b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/40_backoffice_payment.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/40_backoffice_payment.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/40_backoffice_payment.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/50_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/50_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/50_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/50_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/adaptive-checkout-detail.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/adaptive-checkout-detail.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/adaptive-checkout-detail.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/adaptive-checkout-detail.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/adaptive-checkout-overview.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/adaptive-checkout-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/adaptive-checkout-overview.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/adaptive-checkout-overview.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/backoffice-dashboards.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/backoffice-dashboards.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/backoffice-dashboards.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/backoffice-dashboards.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/backoffice-detail.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/backoffice-detail.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/backoffice-detail.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/backoffice-detail.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/backoffice-overview.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/backoffice-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/backoffice-overview.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/backoffice-overview.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/cancel-subscription-flow.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/cancel-subscription-flow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/cancel-subscription-flow.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/cancel-subscription-flow.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/direct-payment-flow.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/direct-payment-flow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/direct-payment-flow.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/direct-payment-flow.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/invoice-download-flow.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/invoice-download-flow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/invoice-download-flow.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/invoice-download-flow.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.1.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.1.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.1.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.1.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.2.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.2.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.2.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.2.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/machine-definition-v3.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/pay-by-link-flow.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/pay-by-link-flow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/pay-by-link-flow.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/pay-by-link-flow.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/refund-flow.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/refund-flow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/refund-flow.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/refund-flow.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/saga.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/saga.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/saga.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/saga.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription-detail.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription-detail.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription-detail.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription-detail.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription-flow.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription-flow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription-flow.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription-flow.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription-overview.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription-overview.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription-overview.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription-saga-v3.2.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription-saga-v3.2.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription-saga-v3.2.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription-saga-v3.2.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription_saga.png b/versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription_saga.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/payment-integration-hub/img/subscription_saga.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/payment-integration-hub/img/subscription_saga.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/img/ai-powered-evaluation.jpg b/versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/img/ai-powered-evaluation.jpg
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/img/ai-powered-evaluation.jpg
rename to versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/img/ai-powered-evaluation.jpg
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/img/software-item-design.png b/versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/img/software-item-design.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/img/software-item-design.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/img/software-item-design.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/img/test-suites.jpg b/versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/img/test-suites.jpg
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/quality-assistant/img/test-suites.jpg
rename to versioned_docs/version-14.4.0/runtime-components/applications/quality-assistant/img/test-suites.jpg
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/11_connector_in_depth.md b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/11_connector_in_depth.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/11_connector_in_depth.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/11_connector_in_depth.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/12_dlq_in_depth.md b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/12_dlq_in_depth.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/12_dlq_in_depth.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/12_dlq_in_depth.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/30_how_to_use.md b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/30_how_to_use.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/30_how_to_use.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/30_how_to_use.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/40_monitoring.md b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/40_monitoring.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/40_monitoring.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/40_monitoring.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/img/streamingapi-checkpoints.png b/versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/img/streamingapi-checkpoints.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/salesforce-streaming-api-connector/img/streamingapi-checkpoints.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/salesforce-streaming-api-connector/img/streamingapi-checkpoints.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/20_backoffice.md b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/20_backoffice.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/20_backoffice.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/20_backoffice.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/img/process-detail.png b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/img/process-detail.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/img/process-detail.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/img/process-detail.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/img/process-overview.png b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/img/process-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/img/process-overview.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/img/process-overview.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/img/rule-detail.png b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/img/rule-detail.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/img/rule-detail.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/img/rule-detail.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/img/rule-overview.png b/versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/img/rule-overview.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/scoring-manager/img/rule-overview.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/scoring-manager/img/rule-overview.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/secure-api-gateway/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/secure-api-gateway/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/secure-api-gateway/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/secure-api-gateway/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/secure-api-gateway/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/secure-api-gateway/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/secure-api-gateway/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/secure-api-gateway/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/secure-api-gateway/30_changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/secure-api-gateway/30_changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/secure-api-gateway/30_changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/secure-api-gateway/30_changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/secure-api-gateway/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/secure-api-gateway/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/secure-api-gateway/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/secure-api-gateway/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/20_requirements.md b/versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/20_requirements.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/20_requirements.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/20_requirements.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/40_errors.md b/versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/40_errors.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/40_errors.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/40_errors.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/img/high-level-architecture.png b/versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/img/high-level-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/therapy-device-module/img/high-level-architecture.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/therapy-device-module/img/high-level-architecture.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/20_requirements.md b/versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/20_requirements.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/20_requirements.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/20_requirements.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/40_errors.md b/versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/40_errors.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/40_errors.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/40_errors.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/_category_.json b/versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/changelog.md b/versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/img/umm-high-level-architecture.png b/versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/img/umm-high-level-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/applications/user-manager-module/img/umm-high-level-architecture.png
rename to versioned_docs/version-14.4.0/runtime-components/applications/user-manager-module/img/umm-high-level-architecture.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/compatibility_matrices/mongo_compatibility_matrix.md b/versioned_docs/version-14.4.0/runtime-components/compatibility_matrices/mongo_compatibility_matrix.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/compatibility_matrices/mongo_compatibility_matrix.md
rename to versioned_docs/version-14.4.0/runtime-components/compatibility_matrices/mongo_compatibility_matrix.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/examples/mia_examples.md b/versioned_docs/version-14.4.0/runtime-components/examples/mia_examples.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/examples/mia_examples.md
rename to versioned_docs/version-14.4.0/runtime-components/examples/mia_examples.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/img/application-conflicts.png b/versioned_docs/version-14.4.0/runtime-components/img/application-conflicts.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/img/application-conflicts.png
rename to versioned_docs/version-14.4.0/runtime-components/img/application-conflicts.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/img/application-creation-step.png b/versioned_docs/version-14.4.0/runtime-components/img/application-creation-step.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/img/application-creation-step.png
rename to versioned_docs/version-14.4.0/runtime-components/img/application-creation-step.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/img/application-existing-service.png b/versioned_docs/version-14.4.0/runtime-components/img/application-existing-service.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/img/application-existing-service.png
rename to versioned_docs/version-14.4.0/runtime-components/img/application-existing-service.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/img/application-final-step.png b/versioned_docs/version-14.4.0/runtime-components/img/application-final-step.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/img/application-final-step.png
rename to versioned_docs/version-14.4.0/runtime-components/img/application-final-step.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/img/application-summary.png b/versioned_docs/version-14.4.0/runtime-components/img/application-summary.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/img/application-summary.png
rename to versioned_docs/version-14.4.0/runtime-components/img/application-summary.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/img/mia-platform-overview-plugin.png b/versioned_docs/version-14.4.0/runtime-components/img/mia-platform-overview-plugin.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/img/mia-platform-overview-plugin.png
rename to versioned_docs/version-14.4.0/runtime-components/img/mia-platform-overview-plugin.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/_category_.json b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/apidoc.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/apidoc.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/apidoc.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/apidoc.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/changelog.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/custom_service.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/custom_service.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/custom_service.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/custom_service.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/decorators.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/decorators.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/decorators.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/decorators.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/http_client.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/http_client.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/http_client.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/http_client.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/logging.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/logging.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/logging.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/logging.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/migration-guides/10_migrate_from_v6_to_v7.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/migration-guides/10_migrate_from_v6_to_v7.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/migration-guides/10_migrate_from_v6_to_v7.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/migration-guides/10_migrate_from_v6_to_v7.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/migration-guides/_category_.json b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/migration-guides/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/migration-guides/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/migration-guides/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/routes.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/routes.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/routes.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/routes.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/testing.md b/versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/testing.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/custom-plugin-lib/testing.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/custom-plugin-lib/testing.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/flow-manager-client/_category_.json b/versioned_docs/version-14.4.0/runtime-components/libraries/flow-manager-client/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/flow-manager-client/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/libraries/flow-manager-client/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/flow-manager-client/changelog.md b/versioned_docs/version-14.4.0/runtime-components/libraries/flow-manager-client/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/flow-manager-client/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/flow-manager-client/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/flow-manager-client/overview.md b/versioned_docs/version-14.4.0/runtime-components/libraries/flow-manager-client/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/flow-manager-client/overview.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/flow-manager-client/overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/flow-manager-client/setup.md b/versioned_docs/version-14.4.0/runtime-components/libraries/flow-manager-client/setup.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/flow-manager-client/setup.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/flow-manager-client/setup.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/20_usage.md b/versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/20_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/20_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/20_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/30_setup.md b/versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/30_setup.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/30_setup.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/30_setup.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/_category_.json b/versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/changelog.md b/versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/kafka-healthchecker/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/kafka-healthchecker/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/kafka2rest/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/libraries/kafka2rest/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/kafka2rest/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/kafka2rest/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/kafka2rest/_category_.json b/versioned_docs/version-14.4.0/runtime-components/libraries/kafka2rest/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/kafka2rest/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/libraries/kafka2rest/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/lc39/_category_.json b/versioned_docs/version-14.4.0/runtime-components/libraries/lc39/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/lc39/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/libraries/lc39/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/lc39/changelog.md b/versioned_docs/version-14.4.0/runtime-components/libraries/lc39/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/lc39/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/lc39/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/lc39/cli-flags.md b/versioned_docs/version-14.4.0/runtime-components/libraries/lc39/cli-flags.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/lc39/cli-flags.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/lc39/cli-flags.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/lc39/development-affordance.md b/versioned_docs/version-14.4.0/runtime-components/libraries/lc39/development-affordance.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/lc39/development-affordance.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/lc39/development-affordance.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/lc39/logging.md b/versioned_docs/version-14.4.0/runtime-components/libraries/lc39/logging.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/lc39/logging.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/lc39/logging.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/lc39/main-entrypoint.md b/versioned_docs/version-14.4.0/runtime-components/libraries/lc39/main-entrypoint.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/lc39/main-entrypoint.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/lc39/main-entrypoint.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/lc39/service-options.md b/versioned_docs/version-14.4.0/runtime-components/libraries/lc39/service-options.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/lc39/service-options.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/lc39/service-options.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/rest2kafka/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/libraries/rest2kafka/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/rest2kafka/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/libraries/rest2kafka/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/libraries/rest2kafka/_category_.json b/versioned_docs/version-14.4.0/runtime-components/libraries/rest2kafka/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/libraries/rest2kafka/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/libraries/rest2kafka/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/overview_marketplace.md b/versioned_docs/version-14.4.0/runtime-components/overview_marketplace.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/overview_marketplace.md
rename to versioned_docs/version-14.4.0/runtime-components/overview_marketplace.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/acl-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/acl-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/acl-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/acl-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/acl-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/acl-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/acl-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/acl-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/acl-service/overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/acl-service/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/acl-service/overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/acl-service/overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/20_how_to_use.md b/versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/20_how_to_use.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/20_how_to_use.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/20_how_to_use.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/adaptive-approval-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/adaptive-approval-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/img/gateway-architecture.png b/versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/img/gateway-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-gateway/img/gateway-architecture.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-gateway/img/gateway-architecture.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/img/api-portal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/img/api-portal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/api-portal/img/api-portal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/api-portal/img/api-portal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/40_performance.md b/versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/40_performance.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/40_performance.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/40_performance.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/50_security.md b/versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/50_security.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/50_security.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/50_security.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/appointment-manager/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/appointment-manager/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/atlas-dashboard-authenticator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/atlas-dashboard-authenticator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/atlas-dashboard-authenticator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/atlas-dashboard-authenticator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/atlas-dashboard-authenticator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/atlas-dashboard-authenticator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/atlas-dashboard-authenticator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/atlas-dashboard-authenticator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/atlas-dashboard-authenticator/configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/atlas-dashboard-authenticator/configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/atlas-dashboard-authenticator/configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/atlas-dashboard-authenticator/configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/atlas-dashboard-authenticator/usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/atlas-dashboard-authenticator/usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/atlas-dashboard-authenticator/usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/atlas-dashboard-authenticator/usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/30_configure_auth0.md b/versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/30_configure_auth0.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/30_configure_auth0.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/30_configure_auth0.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/40_enable_auth0.md b/versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/40_enable_auth0.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/40_enable_auth0.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/40_enable_auth0.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/50_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/50_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/50_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/50_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/auth0-client/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/auth0-client/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/20_configuration.mdx b/versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/20_configuration.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/20_configuration.mdx
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/20_configuration.mdx
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authentication-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authentication-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/authorization-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/authorization-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/100_ck-availability-modal.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/100_ck-availability-modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/100_ck-availability-modal.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/100_ck-availability-modal.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/100_ck-import-users-modal.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/100_ck-import-users-modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/100_ck-import-users-modal.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/100_ck-import-users-modal.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/10_am-calendar.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/10_am-calendar.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/10_am-calendar.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/10_am-calendar.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/110_ck-reset-password-button.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/110_ck-reset-password-button.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/110_ck-reset-password-button.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/110_ck-reset-password-button.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/120_ck-reset-password-modal.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/120_ck-reset-password-modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/120_ck-reset-password-modal.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/120_ck-reset-password-modal.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/130_ck-book-slot-modal.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/130_ck-book-slot-modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/130_ck-book-slot-modal.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/130_ck-book-slot-modal.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/140_ck-timeline-detail.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/140_ck-timeline-detail.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/140_ck-timeline-detail.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/140_ck-timeline-detail.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/150_ck_roles_and_permissions.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/150_ck_roles_and_permissions.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/150_ck_roles_and_permissions.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/150_ck_roles_and_permissions.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/20_ck-form-export.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/20_ck-form-export.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/20_ck-form-export.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/20_ck-form-export.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/30_ck-therapy-modal.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/30_ck-therapy-modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/30_ck-therapy-modal.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/30_ck-therapy-modal.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/40_ck-therapy-select.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/40_ck-therapy-select.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/40_ck-therapy-select.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/40_ck-therapy-select.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/50_ck-threshold-modal.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/50_ck-threshold-modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/50_ck-threshold-modal.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/50_ck-threshold-modal.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/60_ck-add-plan-modal.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/60_ck-add-plan-modal.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/60_ck-add-plan-modal.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/60_ck-add-plan-modal.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/70_ck-chart.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/70_ck-chart.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/70_ck-chart.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/70_ck-chart.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/80_ck-layout-select.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/80_ck-layout-select.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/80_ck-layout-select.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/80_ck-layout-select.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/90_ck-notification-card.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/90_ck-notification-card.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/20_components/90_ck-notification-card.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/20_components/90_ck-notification-card.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/30_events.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/30_events.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/30_events.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/30_events.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/appointment.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/appointment.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/appointment.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/appointment.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/appointment_mode.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/appointment_mode.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/appointment_mode.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/appointment_mode.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/appointment_participants.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/appointment_participants.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/appointment_participants.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/appointment_participants.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/availability.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/availability.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/availability.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/availability.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/availability_mode.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/availability_mode.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/availability_mode.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/availability_mode.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/availability_mode_2.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/availability_mode_2.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/availability_mode_2.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/availability_mode_2.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-add-plan-modal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-add-plan-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-add-plan-modal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-add-plan-modal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-availability-modal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-availability-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-availability-modal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-availability-modal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-book-slot-modal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-book-slot-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-book-slot-modal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-book-slot-modal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-chart.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-chart.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-chart.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-chart.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-export-form.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-export-form.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-export-form.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-export-form.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-import-users-modal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-import-users-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-import-users-modal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-import-users-modal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-layout-select.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-layout-select.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-layout-select.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-layout-select.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-notification-card.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-notification-card.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-notification-card.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-notification-card.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-reset-password-modal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-reset-password-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-reset-password-modal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-reset-password-modal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-roles-and-permissions-modal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-roles-and-permissions-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-roles-and-permissions-modal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-roles-and-permissions-modal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-therapy-modal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-therapy-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-therapy-modal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-therapy-modal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-therapy-selector.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-therapy-selector.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-therapy-selector.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-therapy-selector.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-threshold-modal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-threshold-modal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-threshold-modal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-threshold-modal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-timeline-detail.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-timeline-detail.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/ck-timeline-detail.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/ck-timeline-detail.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/exception.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/exception.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/exception.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/exception.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/flagged-appointment.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/flagged-appointment.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/flagged-appointment.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/flagged-appointment.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/immediate_availablity.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/immediate_availablity.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/immediate_availablity.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/immediate_availablity.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/reserve_slot_immediate_availability.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/reserve_slot_immediate_availability.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/reserve_slot_immediate_availability.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/reserve_slot_immediate_availability.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/select_immediat_availability.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/select_immediat_availability.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/select_immediat_availability.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/select_immediat_availability.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/setting_menu.png b/versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/setting_menu.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/care-kit/img/setting_menu.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/care-kit/img/setting_menu.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-backend/10_overview_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-backend/10_overview_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-backend/10_overview_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-backend/10_overview_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-backend/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-backend/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-backend/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-backend/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-backend/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-backend/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-backend/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-backend/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-backend/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-backend/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-backend/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-backend/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/30_customization.md b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/30_customization.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/30_customization.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/30_customization.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/chat-service-frontend/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/chat-service-frontend/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/10_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/10_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/10_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/10_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/20_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/20_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/20_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/20_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/30_jwt_keys.md b/versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/30_jwt_keys.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/30_jwt_keys.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/30_jwt_keys.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/client-credentials/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/client-credentials/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/cron-scheduler/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/cron-scheduler/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/cron-scheduler/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/cron-scheduler/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/cron-scheduler/overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/cron-scheduler/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/cron-scheduler/overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/cron-scheduler/overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/10_overview_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/10_overview_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/10_overview_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/10_overview_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/30_encryption_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/30_encryption_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/30_encryption_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/30_encryption_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/40_performance_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/40_performance_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/40_performance_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/40_performance_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/50_writable_views.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/50_writable_views.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/50_writable_views.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/50_writable_views.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/60_usage_best_practices.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/60_usage_best_practices.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/60_usage_best_practices.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/60_usage_best_practices.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/guides/10_migration-guide-v7.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/guides/10_migration-guide-v7.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/guides/10_migration-guide-v7.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/guides/10_migration-guide-v7.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/guides/_category_.yml b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/guides/_category_.yml
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/guides/_category_.yml
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/guides/_category_.yml
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/img/crud-api-portal.png b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/img/crud-api-portal.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/img/crud-api-portal.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/img/crud-api-portal.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/img/position-index.png b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/img/position-index.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-service/img/position-index.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-service/img/position-index.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/30_how_to_use.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/30_how_to_use.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/30_how_to_use.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/30_how_to_use.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/40_performance_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/40_performance_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/40_performance_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/40_performance_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/crud-sql/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/crud-sql/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/csv-connector-plugin/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/csv-connector-plugin/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/csv-connector-plugin/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/csv-connector-plugin/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/csv-connector-plugin/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/csv-connector-plugin/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/csv-connector-plugin/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/csv-connector-plugin/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/csv-connector-plugin/configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/csv-connector-plugin/configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/csv-connector-plugin/configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/csv-connector-plugin/configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/csv-connector-plugin/usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/csv-connector-plugin/usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/csv-connector-plugin/usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/csv-connector-plugin/usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/40_providers.md b/versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/40_providers.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/40_providers.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/40_providers.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/img/data-acquisition-flow.mermaid b/versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/img/data-acquisition-flow.mermaid
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/img/data-acquisition-flow.mermaid
rename to versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/img/data-acquisition-flow.mermaid
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/img/data-acquisition-flow.png b/versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/img/data-acquisition-flow.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/device-manager/img/data-acquisition-flow.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/device-manager/img/data-acquisition-flow.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/doctor-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/doctor-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/doctor-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/doctor-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/doctor-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/doctor-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/doctor-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/doctor-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/doctor-service/configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/doctor-service/configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/doctor-service/configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/doctor-service/configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/doctor-service/usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/doctor-service/usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/doctor-service/usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/doctor-service/usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/email-builder/10_overview_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/email-builder/10_overview_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/email-builder/10_overview_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/email-builder/10_overview_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/email-builder/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/email-builder/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/email-builder/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/email-builder/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/envoy-api-gateway/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/envoy-api-gateway/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/envoy-api-gateway/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/envoy-api-gateway/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/envoy-api-gateway/filters.md b/versioned_docs/version-14.4.0/runtime-components/plugins/envoy-api-gateway/filters.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/envoy-api-gateway/filters.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/envoy-api-gateway/filters.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/envoy-api-gateway/overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/envoy-api-gateway/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/envoy-api-gateway/overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/envoy-api-gateway/overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/export-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/export-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/export-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/export-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/export-service/20_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/export-service/20_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/export-service/20_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/export-service/20_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/export-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/export-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/export-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/export-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/export-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/export-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/export-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/export-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/faire.ai-insights-platform/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/faire.ai-insights-platform/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/faire.ai-insights-platform/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/faire.ai-insights-platform/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/faire.ai-insights-platform/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/faire.ai-insights-platform/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/faire.ai-insights-platform/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/faire.ai-insights-platform/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/faire.ai-insights-platform/30_apis.md b/versioned_docs/version-14.4.0/runtime-components/plugins/faire.ai-insights-platform/30_apis.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/faire.ai-insights-platform/30_apis.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/faire.ai-insights-platform/30_apis.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/faire.ai-insights-platform/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/faire.ai-insights-platform/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/faire.ai-insights-platform/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/faire.ai-insights-platform/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fast-data-control-plane-operator/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/fast-data-control-plane-operator/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fast-data-control-plane-operator/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fast-data-control-plane-operator/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fast-data-control-plane-operator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/fast-data-control-plane-operator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fast-data-control-plane-operator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fast-data-control-plane-operator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fast-data-control-plane-operator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/fast-data-control-plane-operator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fast-data-control-plane-operator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fast-data-control-plane-operator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/10_overview_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/10_overview_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/10_overview_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/10_overview_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/20_files_management.md b/versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/20_files_management.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/20_files_management.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/20_files_management.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/img/mapping-procedure-schema.png b/versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/img/mapping-procedure-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/img/mapping-procedure-schema.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/img/mapping-procedure-schema.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/img/translation-example-schema.png b/versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/img/translation-example-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/fhir-adapter/img/translation-example-schema.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/fhir-adapter/img/translation-example-schema.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/files-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/files-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/files-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/files-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/files-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/files-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/files-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/files-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/files-service/configuration.mdx b/versioned_docs/version-14.4.0/runtime-components/plugins/files-service/configuration.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/files-service/configuration.mdx
rename to versioned_docs/version-14.4.0/runtime-components/plugins/files-service/configuration.mdx
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/files-service/usage.mdx b/versioned_docs/version-14.4.0/runtime-components/plugins/files-service/usage.mdx
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/files-service/usage.mdx
rename to versioned_docs/version-14.4.0/runtime-components/plugins/files-service/usage.mdx
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-router/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-router/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-router/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-router/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-router/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-router/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-router/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-router/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-router/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-router/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-router/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-router/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-router/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-router/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-router/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-router/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/20_how_it_works.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/20_how_it_works.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/20_how_it_works.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/20_how_it_works.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/50_performance_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/50_performance_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/50_performance_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/50_performance_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/60_flow_manager_client.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/60_flow_manager_client.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/60_flow_manager_client.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/60_flow_manager_client.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/1-test-report.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/1-test-report.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/1-test-report.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/1-test-report.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/1-test-request.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/1-test-request.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/1-test-request.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/1-test-request.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/1-test-response-time.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/1-test-response-time.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/1-test-response-time.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/1-test-response-time.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/1-test-users.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/1-test-users.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/1-test-users.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/1-test-users.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/2-test-report.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/2-test-report.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/2-test-report.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/2-test-report.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/2-test-request.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/2-test-request.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/2-test-request.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/2-test-request.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/2-test-response-time.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/2-test-response-time.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/2-test-response-time.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/2-test-response-time.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/2-test-users.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/2-test-users.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/2-test-users.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/2-test-users.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/Flow-Manager-generic-REST.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/Flow-Manager-generic-REST.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/Flow-Manager-generic-REST.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/Flow-Manager-generic-REST.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/Flow-Manager-generic-message-broker.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/Flow-Manager-generic-message-broker.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/Flow-Manager-generic-message-broker.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/Flow-Manager-generic-message-broker.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/e-commerce-sample-flow-with-orchestrator.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/e-commerce-sample-flow-with-orchestrator.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/e-commerce-sample-flow-with-orchestrator.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/e-commerce-sample-flow-with-orchestrator.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/flow-manager-architecture-dev-console.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/flow-manager-architecture-dev-console.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/flow-manager-architecture-dev-console.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/flow-manager-architecture-dev-console.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine-with-business-events.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine-with-business-events.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine-with-business-events.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine-with-business-events.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine-with-commands.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine-with-commands.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine-with-commands.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine-with-commands.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine.png b/versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/flow-manager-service/img/sample-finite-state-machine.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/30_form_assignments_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/30_form_assignments_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/30_form_assignments_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/30_form_assignments_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/40_submit_urls.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/40_submit_urls.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/40_submit_urls.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/40_submit_urls.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/50_form_visualizer_styling_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/50_form_visualizer_styling_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/50_form_visualizer_styling_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/50_form_visualizer_styling_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/60_notifications.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/60_notifications.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/60_notifications.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/60_notifications.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/70_performance.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/70_performance.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/70_performance.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/70_performance.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-backend/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-backend/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/30_form_assignments.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/30_form_assignments.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/30_form_assignments.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/30_form_assignments.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/40_form_visualizer_styling.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/40_form_visualizer_styling.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/40_form_visualizer_styling.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/40_form_visualizer_styling.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/form-builder-ui-sandbox.png b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/form-builder-ui-sandbox.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/form-builder-ui-sandbox.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/form-builder-ui-sandbox.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/form-builder-with-assignments.png b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/form-builder-with-assignments.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/form-builder-with-assignments.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/form-builder-with-assignments.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/form-components-custom-css-classes.png b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/form-components-custom-css-classes.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/form-components-custom-css-classes.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/form-components-custom-css-classes.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/form-visualizer-ui-sandbox.png b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/form-visualizer-ui-sandbox.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/form-visualizer-ui-sandbox.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/form-visualizer-ui-sandbox.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/not-editable-form-visualizer.png b/versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/not-editable-form-visualizer.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/form-service-frontend/img/not-editable-form-visualizer.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/form-service-frontend/img/not-editable-form-visualizer.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/function-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/function-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/function-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/function-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/function-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/function-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/function-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/function-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/function-service/configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/function-service/configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/function-service/configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/function-service/configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/function-service/run-function-service-local.sh b/versioned_docs/version-14.4.0/runtime-components/plugins/function-service/run-function-service-local.sh
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/function-service/run-function-service-local.sh
rename to versioned_docs/version-14.4.0/runtime-components/plugins/function-service/run-function-service-local.sh
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/function-service/run-function-service-tests.sh b/versioned_docs/version-14.4.0/runtime-components/plugins/function-service/run-function-service-tests.sh
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/function-service/run-function-service-tests.sh
rename to versioned_docs/version-14.4.0/runtime-components/plugins/function-service/run-function-service-tests.sh
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/20_how_to_use.md b/versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/20_how_to_use.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/20_how_to_use.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/20_how_to_use.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/http-proxy-manager/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/http-proxy-manager/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-reloader/10_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-reloader/10_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-reloader/10_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-reloader/10_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-reloader/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-reloader/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-reloader/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-reloader/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-reloader/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-reloader/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-reloader/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-reloader/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-storer/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-storer/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-storer/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-storer/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-storer/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-storer/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-storer/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-storer/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-storer/img/download-rate.png b/versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-storer/img/download-rate.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ingestion-storer/img/download-rate.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ingestion-storer/img/download-rate.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/20_install.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/20_install.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/20_install.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/20_install.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/img/architecture.excalidraw.svg b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/img/architecture.excalidraw.svg
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/img/architecture.excalidraw.svg
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/img/architecture.excalidraw.svg
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/img/data-processing.excalidraw.svg b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/img/data-processing.excalidraw.svg
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/img/data-processing.excalidraw.svg
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/img/data-processing.excalidraw.svg
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/15_filter.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/15_filter.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/15_filter.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/15_filter.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/20_mapper.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/20_mapper.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/20_mapper.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/20_mapper.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/30_rpc_plugin.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/30_rpc_plugin.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/30_rpc_plugin.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/30_rpc_plugin.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/40_cloud_vendor_aggregator.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/40_cloud_vendor_aggregator.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/40_cloud_vendor_aggregator.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/40_cloud_vendor_aggregator.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/processors/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/processors/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/15_console-catalog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/15_console-catalog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/15_console-catalog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/15_console-catalog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/20_mongodb.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/20_mongodb.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/20_mongodb.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/20_mongodb.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/30_crudservice.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/30_crudservice.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/30_crudservice.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/30_crudservice.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sinks/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sinks/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/15_console.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/15_console.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/15_console.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/15_console.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/20_github.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/20_github.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/20_github.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/20_github.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/20_jira.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/20_jira.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/20_jira.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/20_jira.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/30_gcp_pubsub_asset_inventory.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/30_gcp_pubsub_asset_inventory.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/30_gcp_pubsub_asset_inventory.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/30_gcp_pubsub_asset_inventory.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/40_azure_activity_log_event_hub.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/40_azure_activity_log_event_hub.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/40_azure_activity_log_event_hub.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/40_azure_activity_log_event_hub.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/50_aws_cloudtrail_sqs.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/50_aws_cloudtrail_sqs.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/50_aws_cloudtrail_sqs.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/50_aws_cloudtrail_sqs.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/sources/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/sources/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/10_gcp_infrastructure_import.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/10_gcp_infrastructure_import.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/10_gcp_infrastructure_import.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/10_gcp_infrastructure_import.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/20_aws_infrastructure_import.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/20_aws_infrastructure_import.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/20_aws_infrastructure_import.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/20_aws_infrastructure_import.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/30_azure_infrastructure_import.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/30_azure_infrastructure_import.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/30_azure_infrastructure_import.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/30_azure_infrastructure_import.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-connector-agent/use-cases/infrastructure-import/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/integration-tests-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/integration-tests-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/invoice-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/invoice-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/jwt-token-validator/10_overview_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/jwt-token-validator/10_overview_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/jwt-token-validator/10_overview_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/jwt-token-validator/10_overview_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/jwt-token-validator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/jwt-token-validator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/jwt-token-validator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/jwt-token-validator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/jwt-token-validator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/jwt-token-validator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/jwt-token-validator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/jwt-token-validator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/kafka2firebase/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/kafka2firebase/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/kafka2firebase/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/kafka2firebase/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/kafka2firebase/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/kafka2firebase/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/kafka2firebase/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/kafka2firebase/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/kafka2firebase/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/kafka2firebase/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/kafka2firebase/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/kafka2firebase/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/kafka2firebase/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/kafka2firebase/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/kafka2firebase/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/kafka2firebase/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/kafka2rest-service/01_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/kafka2rest-service/01_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/kafka2rest-service/01_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/kafka2rest-service/01_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/kafka2rest-service/02_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/kafka2rest-service/02_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/kafka2rest-service/02_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/kafka2rest-service/02_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/kafka2rest-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/kafka2rest-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/kafka2rest-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/kafka2rest-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/kafka2rest-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/kafka2rest-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/kafka2rest-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/kafka2rest-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mailchimp-notification-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mailchimp-notification-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mailchimp-notification-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mailchimp-notification-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mailchimp-notification-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mailchimp-notification-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mailchimp-notification-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mailchimp-notification-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mailchimp-notification-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/mailchimp-notification-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mailchimp-notification-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mailchimp-notification-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mailchimp-notification-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mailchimp-notification-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mailchimp-notification-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mailchimp-notification-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/messaging-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/messaging-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/10_overview_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/10_overview_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/10_overview_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/10_overview_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/20_files_management.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/20_files_management.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/20_files_management.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/20_files_management.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/img/mapping-procedure-schema.png b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/img/mapping-procedure-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/img/mapping-procedure-schema.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/img/mapping-procedure-schema.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/img/translation-example-schema.png b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/img/translation-example-schema.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-adapter/img/translation-example-schema.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-adapter/img/translation-example-schema.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/10_overview_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/10_overview_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/10_overview_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/10_overview_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/img/swagger.png b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/img/swagger.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/img/swagger.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/img/swagger.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/img/webapp.png b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/img/webapp.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-fhir-server/img/webapp.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-fhir-server/img/webapp.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mia-platform-plugins.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mia-platform-plugins.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mia-platform-plugins.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mia-platform-plugins.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_example.png b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_example.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_example.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_example.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_final_config.png b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_final_config.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_final_config.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_final_config.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_marketplace.png b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_marketplace.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_marketplace.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/img/rapidoc_marketplace.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-rapidoc-plugin/overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-rapidoc-plugin/overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_example.png b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_example.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_example.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_example.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_final_config.png b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_final_config.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_final_config.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_final_config.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_marketplace.png b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_marketplace.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_marketplace.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/img/redoc_marketplace.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microlc-redoc-plugin/overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microlc-redoc-plugin/overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/30_performance_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/30_performance_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/30_performance_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/30_performance_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/img/mg.png b/versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/img/mg.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/microservice-gateway/img/mg.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/microservice-gateway/img/mg.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mongo2kafka/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/mongo2kafka/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mongo2kafka/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mongo2kafka/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mongo2kafka/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mongo2kafka/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mongo2kafka/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mongo2kafka/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mongo2kafka/configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mongo2kafka/configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mongo2kafka/configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mongo2kafka/configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/10_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/10_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/10_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/10_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/20_filtering.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/20_filtering.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/20_filtering.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/20_filtering.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/30_acl.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/30_acl.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/30_acl.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/30_acl.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/mongodb-reader/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/mongodb-reader/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/img/gateway-architecture.png b/versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/img/gateway-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/nginx-api-gateway/img/gateway-architecture.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/nginx-api-gateway/img/gateway-architecture.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/40_performance.md b/versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/40_performance.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/40_performance.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/40_performance.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/img/ck-notification-card.png b/versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/img/ck-notification-card.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/img/ck-notification-card.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/img/ck-notification-card.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/img/high-level-architecture.png b/versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/img/high-level-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/notification-manager-service/img/high-level-architecture.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/notification-manager-service/img/high-level-architecture.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/20_api_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/20_api_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/20_api_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/20_api_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/o3-dicom-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/o3-dicom-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/oauth-login-site/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/oauth-login-site/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/oauth-login-site/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/oauth-login-site/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/oauth-login-site/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/oauth-login-site/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/oauth-login-site/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/oauth-login-site/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/oauth-login-site/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/oauth-login-site/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/oauth-login-site/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/oauth-login-site/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/oauth-login-site/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/oauth-login-site/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/oauth-login-site/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/oauth-login-site/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/20_how_it_works.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/20_how_it_works.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/20_how_it_works.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/20_how_it_works.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/10_adyen.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/10_adyen.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/10_adyen.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/10_adyen.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/20_axerve.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/20_axerve.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/20_axerve.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/20_axerve.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/30_braintree.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/30_braintree.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/30_braintree.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/30_braintree.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/40_flowpay.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/40_flowpay.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/40_flowpay.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/40_flowpay.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/45_fnmpay.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/45_fnmpay.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/45_fnmpay.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/45_fnmpay.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/50_nexi.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/50_nexi.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/50_nexi.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/50_nexi.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/60_satispay.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/60_satispay.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/60_satispay.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/60_satispay.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/70_scalapay.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/70_scalapay.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/70_scalapay.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/70_scalapay.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/80_soisy.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/80_soisy.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/80_soisy.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/80_soisy.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/90_stripe.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/90_stripe.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/90_stripe.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/90_stripe.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/99_external.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/99_external.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/99_external.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/30_payment_providers/99_external.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/40_flow_manager_integration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/40_flow_manager_integration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/40_flow_manager_integration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/40_flow_manager_integration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/50_adaptive_checkout.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/50_adaptive_checkout.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/50_adaptive_checkout.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/50_adaptive_checkout.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/60_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/60_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/60_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/60_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/80_migration_guide_v3.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/80_migration_guide_v3.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/80_migration_guide_v3.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/80_migration_guide_v3.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/91_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/91_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/91_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/91_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/92_how_it_works.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/92_how_it_works.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/92_how_it_works.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/92_how_it_works.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/93_braintree.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/93_braintree.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/93_braintree.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/93_braintree.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/94_applepay.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/94_applepay.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/94_applepay.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/94_applepay.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/95_stripe.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/95_stripe.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/95_stripe.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/95_stripe.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/96_recurrent_payments.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/96_recurrent_payments.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/96_recurrent_payments.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/96_recurrent_payments.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/97_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/97_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/97_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/97_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/98_flow_manager_integration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/98_flow_manager_integration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/98_flow_manager_integration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/98_flow_manager_integration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/img/machine-definition.png b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/img/machine-definition.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/90_v2/img/machine-definition.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/90_v2/img/machine-definition.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition-v3.1.png b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition-v3.1.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition-v3.1.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition-v3.1.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition-v3.png b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition-v3.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition-v3.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition-v3.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition.png b/versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/payment-gateway-manager/img/machine-definition.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/40_performance.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/40_performance.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/40_performance.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/40_performance.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pdf-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pdf-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/pharma-ecommerce-backend/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/pharma-ecommerce-backend/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/projection-storer/10_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/projection-storer/10_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/projection-storer/10_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/projection-storer/10_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/projection-storer/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/projection-storer/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/projection-storer/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/projection-storer/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/projection-storer/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/projection-storer/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/projection-storer/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/projection-storer/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/proxy-google-fhir/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/proxy-google-fhir/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/proxy-google-fhir/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/proxy-google-fhir/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/proxy-google-fhir/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/proxy-google-fhir/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/proxy-google-fhir/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/proxy-google-fhir/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/proxy-google-fhir/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/proxy-google-fhir/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/proxy-google-fhir/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/proxy-google-fhir/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/proxy-google-fhir/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/proxy-google-fhir/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/proxy-google-fhir/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/proxy-google-fhir/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-manager/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-manager/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-manager/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-manager/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-manager/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-manager/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-manager/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-manager/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-manager/configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-manager/configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-manager/configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-manager/configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-manager/usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-manager/usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-manager/usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-manager/usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-sender/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-sender/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-sender/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-sender/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-sender/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-sender/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-sender/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-sender/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-sender/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-sender/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-sender/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-sender/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-sender/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-sender/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/push-notification-sender/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/push-notification-sender/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/real-time-updater/10_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/real-time-updater/10_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/real-time-updater/10_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/real-time-updater/10_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/real-time-updater/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/real-time-updater/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/real-time-updater/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/real-time-updater/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/real-time-updater/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/real-time-updater/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/real-time-updater/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/real-time-updater/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/rest2kafka-service/01_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/rest2kafka-service/01_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/rest2kafka-service/01_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/rest2kafka-service/01_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/rest2kafka-service/02_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/rest2kafka-service/02_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/rest2kafka-service/02_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/rest2kafka-service/02_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/rest2kafka-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/rest2kafka-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/rest2kafka-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/rest2kafka-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/rest2kafka-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/rest2kafka-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/rest2kafka-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/rest2kafka-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ses-mail-notification-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/ses-mail-notification-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ses-mail-notification-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ses-mail-notification-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ses-mail-notification-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/ses-mail-notification-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ses-mail-notification-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ses-mail-notification-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ses-mail-notification-service/configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/ses-mail-notification-service/configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ses-mail-notification-service/configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ses-mail-notification-service/configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/ses-mail-notification-service/usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/ses-mail-notification-service/usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/ses-mail-notification-service/usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/ses-mail-notification-service/usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/single-view-creator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/single-view-creator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/single-view-creator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/single-view-creator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/single-view-creator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/single-view-creator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/single-view-creator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/single-view-creator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/single-view-creator/configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/single-view-creator/configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/single-view-creator/configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/single-view-creator/configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/single-view-trigger-generator/10_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/single-view-trigger-generator/10_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/single-view-trigger-generator/10_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/single-view-trigger-generator/10_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/single-view-trigger-generator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/single-view-trigger-generator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/single-view-trigger-generator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/single-view-trigger-generator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/single-view-trigger-generator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/single-view-trigger-generator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/single-view-trigger-generator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/single-view-trigger-generator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sms-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sms-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sql-db-reader/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/sql-db-reader/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sql-db-reader/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sql-db-reader/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sql-db-reader/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/sql-db-reader/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sql-db-reader/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sql-db-reader/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sql-db-reader/configuration_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/sql-db-reader/configuration_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sql-db-reader/configuration_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sql-db-reader/configuration_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sql-db-reader/img/sql-reader.png b/versioned_docs/version-14.4.0/runtime-components/plugins/sql-db-reader/img/sql-reader.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sql-db-reader/img/sql-reader.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sql-db-reader/img/sql-reader.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sql-invoker/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/sql-invoker/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sql-invoker/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sql-invoker/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/sql-invoker/configuration_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/sql-invoker/configuration_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/sql-invoker/configuration_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/sql-invoker/configuration_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/30_apis.md b/versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/30_apis.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/30_apis.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/30_apis.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/swagger-aggregator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/swagger-aggregator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/40_migration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/40_migration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/40_migration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/40_migration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/img/image.svg b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/img/image.svg
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-backend/img/image.svg
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-backend/img/image.svg
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/img/get_teleconsultation_fe.png b/versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/img/get_teleconsultation_fe.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/teleconsultation-service-frontend/img/get_teleconsultation_fe.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/teleconsultation-service-frontend/img/get_teleconsultation_fe.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/20_how_to_use.md b/versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/20_how_to_use.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/20_how_to_use.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/20_how_to_use.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/temporary-password-generator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/temporary-password-generator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/40_migration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/40_migration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/40_migration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/40_migration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/therapy-and-monitoring-manager/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/therapy-and-monitoring-manager/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/CRUD_expirations.png b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/CRUD_expirations.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/CRUD_expirations.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/CRUD_expirations.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/Microservices_Docker_image_name.png b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/Microservices_Docker_image_name.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/Microservices_Docker_image_name.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/Microservices_Docker_image_name.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/Microservices_environment_variables.png b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/Microservices_environment_variables.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/Microservices_environment_variables.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/Microservices_environment_variables.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/Timer_Service_sequences-Happy_schedule_abort.png b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/Timer_Service_sequences-Happy_schedule_abort.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/Timer_Service_sequences-Happy_schedule_abort.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/Timer_Service_sequences-Happy_schedule_abort.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/Timer_Service_sequences-Happy_schedule_timeout.png b/versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/Timer_Service_sequences-Happy_schedule_timeout.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/timer-service/img/Timer_Service_sequences-Happy_schedule_timeout.png
rename to versioned_docs/version-14.4.0/runtime-components/plugins/timer-service/img/Timer_Service_sequences-Happy_schedule_timeout.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/20_events.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/20_events.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/20_events.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/20_events.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/30_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/30_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/30_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/30_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/90_providers/91_mia_platform.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/90_providers/91_mia_platform.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/90_providers/91_mia_platform.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/90_providers/91_mia_platform.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/90_providers/92_okta.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/90_providers/92_okta.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/90_providers/92_okta.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/90_providers/92_okta.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/90_providers/93_gitlab.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/90_providers/93_gitlab.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/90_providers/93_gitlab.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/90_providers/93_gitlab.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/90_providers/94_github.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/90_providers/94_github.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/90_providers/94_github.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/90_providers/94_github.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-access-sync/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-access-sync/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/30_usage.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/30_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/30_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/30_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/40_performance.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/40_performance.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/40_performance.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/40_performance.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/_category_.json b/versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/changelog.md b/versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/plugins/user-manager-service/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/plugins/user-manager-service/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/30_security.md b/versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/30_security.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/30_security.md
rename to versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/30_security.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/_category_.json b/versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/changelog.md b/versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/img/audit-trail-architecture.png b/versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/img/audit-trail-architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/sidecars/audit-trail/img/audit-trail-architecture.png
rename to versioned_docs/version-14.4.0/runtime-components/sidecars/audit-trail/img/audit-trail-architecture.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/sidecars/mia-platform-plugins.md b/versioned_docs/version-14.4.0/runtime-components/sidecars/mia-platform-plugins.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/sidecars/mia-platform-plugins.md
rename to versioned_docs/version-14.4.0/runtime-components/sidecars/mia-platform-plugins.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/ai-rag-template/10_overview_and_usage.md b/versioned_docs/version-14.4.0/runtime-components/templates/ai-rag-template/10_overview_and_usage.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/ai-rag-template/10_overview_and_usage.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/ai-rag-template/10_overview_and_usage.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/ai-rag-template/20_apis.md b/versioned_docs/version-14.4.0/runtime-components/templates/ai-rag-template/20_apis.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/ai-rag-template/20_apis.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/ai-rag-template/20_apis.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/ai-rag-template/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/ai-rag-template/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/ai-rag-template/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/ai-rag-template/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/ai-rag-template/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/ai-rag-template/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/ai-rag-template/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/ai-rag-template/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/application-service-adapter/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/application-service-adapter/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/application-service-adapter/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/application-service-adapter/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/application-service-adapter/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/templates/application-service-adapter/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/application-service-adapter/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/application-service-adapter/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/application-service-adapter/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/application-service-adapter/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/application-service-adapter/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/application-service-adapter/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/application-service-adapter/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/application-service-adapter/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/application-service-adapter/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/application-service-adapter/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/crud-sql-template/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/crud-sql-template/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/crud-sql-template/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/crud-sql-template/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/crud-sql-template/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/templates/crud-sql-template/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/crud-sql-template/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/crud-sql-template/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/crud-sql-template/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/crud-sql-template/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/crud-sql-template/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/crud-sql-template/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/crud-sql-template/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/crud-sql-template/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/crud-sql-template/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/crud-sql-template/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/img/architecture.png b/versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/img/architecture.png
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/data-catalog-agent/img/architecture.png
rename to versioned_docs/version-14.4.0/runtime-components/templates/data-catalog-agent/img/architecture.png
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/digital-footprints-analytics/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/digital-footprints-analytics/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/digital-footprints-analytics/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/digital-footprints-analytics/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/digital-footprints-analytics/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/templates/digital-footprints-analytics/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/digital-footprints-analytics/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/digital-footprints-analytics/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/digital-footprints-analytics/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/digital-footprints-analytics/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/digital-footprints-analytics/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/digital-footprints-analytics/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/faire.ai-adapter/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/faire.ai-adapter/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/faire.ai-adapter/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/faire.ai-adapter/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/faire.ai-adapter/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/templates/faire.ai-adapter/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/faire.ai-adapter/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/faire.ai-adapter/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/faire.ai-adapter/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/faire.ai-adapter/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/faire.ai-adapter/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/faire.ai-adapter/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/faire.ai-adapter/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/faire.ai-adapter/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/faire.ai-adapter/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/faire.ai-adapter/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/mia_templates.md b/versioned_docs/version-14.4.0/runtime-components/templates/mia_templates.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/mia_templates.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/mia_templates.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/modefinance-adapter/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/modefinance-adapter/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/modefinance-adapter/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/modefinance-adapter/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/modefinance-adapter/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/templates/modefinance-adapter/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/modefinance-adapter/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/modefinance-adapter/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/modefinance-adapter/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/modefinance-adapter/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/modefinance-adapter/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/modefinance-adapter/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/modefinance-adapter/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/modefinance-adapter/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/modefinance-adapter/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/modefinance-adapter/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/node.js-mia-care-samd-template/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/node.js-mia-care-samd-template/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/node.js-mia-care-samd-template/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/node.js-mia-care-samd-template/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/node.js-mia-care-samd-template/20_walkthrough.md b/versioned_docs/version-14.4.0/runtime-components/templates/node.js-mia-care-samd-template/20_walkthrough.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/node.js-mia-care-samd-template/20_walkthrough.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/node.js-mia-care-samd-template/20_walkthrough.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/node.js-mia-care-samd-template/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/node.js-mia-care-samd-template/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/node.js-mia-care-samd-template/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/node.js-mia-care-samd-template/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/node.js-mia-care-samd-template/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/node.js-mia-care-samd-template/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/node.js-mia-care-samd-template/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/node.js-mia-care-samd-template/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/node.js-template/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/node.js-template/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/node.js-template/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/node.js-template/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/node.js-template/20_walkthrough.md b/versioned_docs/version-14.4.0/runtime-components/templates/node.js-template/20_walkthrough.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/node.js-template/20_walkthrough.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/node.js-template/20_walkthrough.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/node.js-template/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/node.js-template/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/node.js-template/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/node.js-template/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/node.js-template/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/node.js-template/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/node.js-template/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/node.js-template/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/15_configuration.md b/versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/15_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/15_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/15_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/20_walkthrough.md b/versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/20_walkthrough.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/20_walkthrough.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/20_walkthrough.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/premium-valuation-avm/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/premium-valuation-avm/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/verifiable-credential-generator/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/templates/verifiable-credential-generator/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/verifiable-credential-generator/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/verifiable-credential-generator/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/verifiable-credential-generator/20_configuration.md b/versioned_docs/version-14.4.0/runtime-components/templates/verifiable-credential-generator/20_configuration.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/verifiable-credential-generator/20_configuration.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/verifiable-credential-generator/20_configuration.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/verifiable-credential-generator/_category_.json b/versioned_docs/version-14.4.0/runtime-components/templates/verifiable-credential-generator/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/verifiable-credential-generator/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/templates/verifiable-credential-generator/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/templates/verifiable-credential-generator/changelog.md b/versioned_docs/version-14.4.0/runtime-components/templates/verifiable-credential-generator/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/templates/verifiable-credential-generator/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/templates/verifiable-credential-generator/changelog.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/tools/mlp/10_overview.md b/versioned_docs/version-14.4.0/runtime-components/tools/mlp/10_overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/tools/mlp/10_overview.md
rename to versioned_docs/version-14.4.0/runtime-components/tools/mlp/10_overview.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/tools/mlp/20_setup.md b/versioned_docs/version-14.4.0/runtime-components/tools/mlp/20_setup.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/tools/mlp/20_setup.md
rename to versioned_docs/version-14.4.0/runtime-components/tools/mlp/20_setup.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/tools/mlp/30_generate.md b/versioned_docs/version-14.4.0/runtime-components/tools/mlp/30_generate.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/tools/mlp/30_generate.md
rename to versioned_docs/version-14.4.0/runtime-components/tools/mlp/30_generate.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/tools/mlp/40_hydrate.md b/versioned_docs/version-14.4.0/runtime-components/tools/mlp/40_hydrate.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/tools/mlp/40_hydrate.md
rename to versioned_docs/version-14.4.0/runtime-components/tools/mlp/40_hydrate.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/tools/mlp/50_interpolate.md b/versioned_docs/version-14.4.0/runtime-components/tools/mlp/50_interpolate.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/tools/mlp/50_interpolate.md
rename to versioned_docs/version-14.4.0/runtime-components/tools/mlp/50_interpolate.md
diff --git a/versioned_docs/version-14.3.0/runtime-components/tools/mlp/_category_.json b/versioned_docs/version-14.4.0/runtime-components/tools/mlp/_category_.json
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/tools/mlp/_category_.json
rename to versioned_docs/version-14.4.0/runtime-components/tools/mlp/_category_.json
diff --git a/versioned_docs/version-14.3.0/runtime-components/tools/mlp/changelog.md b/versioned_docs/version-14.4.0/runtime-components/tools/mlp/changelog.md
similarity index 100%
rename from versioned_docs/version-14.3.0/runtime-components/tools/mlp/changelog.md
rename to versioned_docs/version-14.4.0/runtime-components/tools/mlp/changelog.md
diff --git a/versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/ai-agent-lifecycle-overview.md b/versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/ai-agent-lifecycle-overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/ai-agent-lifecycle-overview.md
rename to versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/ai-agent-lifecycle-overview.md
diff --git a/versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/building-custom-ai-agent.md b/versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/building-custom-ai-agent.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/building-custom-ai-agent.md
rename to versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/building-custom-ai-agent.md
diff --git a/versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/leveraging-software-catalog-with-mia-assistant.md b/versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/leveraging-software-catalog-with-mia-assistant.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/leveraging-software-catalog-with-mia-assistant.md
rename to versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/leveraging-software-catalog-with-mia-assistant.md
diff --git a/versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/orchestrating-multi-agent-ai-workflows.md b/versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/orchestrating-multi-agent-ai-workflows.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/orchestrating-multi-agent-ai-workflows.md
rename to versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/orchestrating-multi-agent-ai-workflows.md
diff --git a/versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/prototyping-rag-application.md b/versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/prototyping-rag-application.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/ai-agent-lifecycle/prototyping-rag-application.md
rename to versioned_docs/version-14.4.0/solutions/ai-agent-lifecycle/prototyping-rag-application.md
diff --git a/versioned_docs/version-14.3.0/solutions/application-development/accelerating-frontend-development.md b/versioned_docs/version-14.4.0/solutions/application-development/accelerating-frontend-development.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/application-development/accelerating-frontend-development.md
rename to versioned_docs/version-14.4.0/solutions/application-development/accelerating-frontend-development.md
diff --git a/versioned_docs/version-14.3.0/solutions/application-development/application-development-overview.md b/versioned_docs/version-14.4.0/solutions/application-development/application-development-overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/application-development/application-development-overview.md
rename to versioned_docs/version-14.4.0/solutions/application-development/application-development-overview.md
diff --git a/versioned_docs/version-14.3.0/solutions/application-development/building-rest-api.md b/versioned_docs/version-14.4.0/solutions/application-development/building-rest-api.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/application-development/building-rest-api.md
rename to versioned_docs/version-14.4.0/solutions/application-development/building-rest-api.md
diff --git a/versioned_docs/version-14.3.0/solutions/application-development/orchestrating-complex-business-processes.md b/versioned_docs/version-14.4.0/solutions/application-development/orchestrating-complex-business-processes.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/application-development/orchestrating-complex-business-processes.md
rename to versioned_docs/version-14.4.0/solutions/application-development/orchestrating-complex-business-processes.md
diff --git a/versioned_docs/version-14.3.0/solutions/cloud-operations/cloud-operations-overview.md b/versioned_docs/version-14.4.0/solutions/cloud-operations/cloud-operations-overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/cloud-operations/cloud-operations-overview.md
rename to versioned_docs/version-14.4.0/solutions/cloud-operations/cloud-operations-overview.md
diff --git a/versioned_docs/version-14.3.0/solutions/cloud-operations/monitoring-and-troubleshooting-runtime.md b/versioned_docs/version-14.4.0/solutions/cloud-operations/monitoring-and-troubleshooting-runtime.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/cloud-operations/monitoring-and-troubleshooting-runtime.md
rename to versioned_docs/version-14.4.0/solutions/cloud-operations/monitoring-and-troubleshooting-runtime.md
diff --git a/versioned_docs/version-14.3.0/solutions/cloud-operations/simplifying-multi-cloud-management.md b/versioned_docs/version-14.4.0/solutions/cloud-operations/simplifying-multi-cloud-management.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/cloud-operations/simplifying-multi-cloud-management.md
rename to versioned_docs/version-14.4.0/solutions/cloud-operations/simplifying-multi-cloud-management.md
diff --git a/versioned_docs/version-14.3.0/solutions/data-integration/create-real-time-data-aggregation.md b/versioned_docs/version-14.4.0/solutions/data-integration/create-real-time-data-aggregation.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/data-integration/create-real-time-data-aggregation.md
rename to versioned_docs/version-14.4.0/solutions/data-integration/create-real-time-data-aggregation.md
diff --git a/versioned_docs/version-14.3.0/solutions/data-integration/data-integration-overview.md b/versioned_docs/version-14.4.0/solutions/data-integration/data-integration-overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/data-integration/data-integration-overview.md
rename to versioned_docs/version-14.4.0/solutions/data-integration/data-integration-overview.md
diff --git a/versioned_docs/version-14.3.0/solutions/data-integration/scaling-legacy-system.md b/versioned_docs/version-14.4.0/solutions/data-integration/scaling-legacy-system.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/data-integration/scaling-legacy-system.md
rename to versioned_docs/version-14.4.0/solutions/data-integration/scaling-legacy-system.md
diff --git a/versioned_docs/version-14.3.0/solutions/platform-engineering/automate-infrastructure-provisioning.md b/versioned_docs/version-14.4.0/solutions/platform-engineering/automate-infrastructure-provisioning.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/platform-engineering/automate-infrastructure-provisioning.md
rename to versioned_docs/version-14.4.0/solutions/platform-engineering/automate-infrastructure-provisioning.md
diff --git a/versioned_docs/version-14.3.0/solutions/platform-engineering/gain-visibility-and-control-across-projects.md b/versioned_docs/version-14.4.0/solutions/platform-engineering/gain-visibility-and-control-across-projects.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/platform-engineering/gain-visibility-and-control-across-projects.md
rename to versioned_docs/version-14.4.0/solutions/platform-engineering/gain-visibility-and-control-across-projects.md
diff --git a/versioned_docs/version-14.3.0/solutions/platform-engineering/implement-secure-governance.md b/versioned_docs/version-14.4.0/solutions/platform-engineering/implement-secure-governance.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/platform-engineering/implement-secure-governance.md
rename to versioned_docs/version-14.4.0/solutions/platform-engineering/implement-secure-governance.md
diff --git a/versioned_docs/version-14.3.0/solutions/platform-engineering/platform-engineering-overview.md b/versioned_docs/version-14.4.0/solutions/platform-engineering/platform-engineering-overview.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/platform-engineering/platform-engineering-overview.md
rename to versioned_docs/version-14.4.0/solutions/platform-engineering/platform-engineering-overview.md
diff --git a/versioned_docs/version-14.3.0/solutions/platform-engineering/standardize-microservices-development.md b/versioned_docs/version-14.4.0/solutions/platform-engineering/standardize-microservices-development.md
similarity index 100%
rename from versioned_docs/version-14.3.0/solutions/platform-engineering/standardize-microservices-development.md
rename to versioned_docs/version-14.4.0/solutions/platform-engineering/standardize-microservices-development.md
diff --git a/versioned_docs/version-14.3.0/standalone-resources/monitoring-dashboard/dev-ops-guide/business-continuity.md b/versioned_docs/version-14.4.0/standalone-resources/monitoring-dashboard/dev-ops-guide/business-continuity.md
similarity index 100%
rename from versioned_docs/version-14.3.0/standalone-resources/monitoring-dashboard/dev-ops-guide/business-continuity.md
rename to versioned_docs/version-14.4.0/standalone-resources/monitoring-dashboard/dev-ops-guide/business-continuity.md
diff --git a/versioned_docs/version-14.3.0/standalone-resources/monitoring-dashboard/dev-ops-guide/disaster-recovery.md b/versioned_docs/version-14.4.0/standalone-resources/monitoring-dashboard/dev-ops-guide/disaster-recovery.md
similarity index 100%
rename from versioned_docs/version-14.3.0/standalone-resources/monitoring-dashboard/dev-ops-guide/disaster-recovery.md
rename to versioned_docs/version-14.4.0/standalone-resources/monitoring-dashboard/dev-ops-guide/disaster-recovery.md
diff --git a/versioned_sidebars/version-14.3.0-sidebars.json b/versioned_sidebars/version-14.4.0-sidebars.json
similarity index 99%
rename from versioned_sidebars/version-14.3.0-sidebars.json
rename to versioned_sidebars/version-14.4.0-sidebars.json
index 0ff00ef188..7adab3ce27 100644
--- a/versioned_sidebars/version-14.3.0-sidebars.json
+++ b/versioned_sidebars/version-14.4.0-sidebars.json
@@ -1707,6 +1707,25 @@
         }
       ]
     },
+    {
+      "type": "category",
+      "label": "Data Catalog Excel Add-in",
+      "collapsed": true,
+      "link": {
+        "id": "products/data_catalog/excel_add_in/overview",
+        "type": "doc"
+      },
+      "items": [
+        {
+          "id": "products/data_catalog/excel_add_in/usage",
+          "type": "doc"
+        },
+        {
+          "id": "products/data_catalog/excel_add_in/how_to_install",
+          "type": "doc"
+        }
+      ]
+    },
     {
       "id": "products/data_catalog/data_catalog_fabric_bff",
       "type": "doc"
diff --git a/versions.json b/versions.json
index 6a5838623d..39a9215ab4 100644
--- a/versions.json
+++ b/versions.json
@@ -1,7 +1,7 @@
 [
+  "14.4.0",
   "14.3.1",
-  "14.3.0",
   "14.2.1",
   "13.7.5",
   "12.4.0"
-]
+]
\ No newline at end of file