docs/frontend-system: initial architecture docs structure

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-25 10:59:41 +02:00
parent b21d5d2f69
commit 0434ba01a0
6 changed files with 58 additions and 0 deletions
@@ -0,0 +1,9 @@
---
id: apps
title: App Instances
sidebar_label: App
# prettier-ignore
description: App instances
---
> **NOTE: The new frontend system is in a highly experimental phase**
@@ -0,0 +1,9 @@
---
id: plugins
title: Frontend Plugins
sidebar_label: Plugins
# prettier-ignore
description: Frontend plugins
---
> **NOTE: The new frontend system is in a highly experimental phase**
@@ -0,0 +1,9 @@
---
id: extensions
title: Frontend Extensions
sidebar_label: Extensions
# prettier-ignore
description: Frontend extensions
---
> **NOTE: The new frontend system is in a highly experimental phase**
@@ -0,0 +1,9 @@
---
id: extension overrides
title: Frontend Extension Overrides
sidebar_label: Extension Overrides
# prettier-ignore
description: Frontend extension overrides
---
> **NOTE: The new frontend system is in a highly experimental phase**
@@ -0,0 +1,11 @@
---
id: utility-apis
title: Utility APIs
sidebar_label: Utility APIs
# prettier-ignore
description: Utility APIs
---
> **NOTE: The new frontend system is in a highly experimental phase**
See [Utility APIs docs](../../api/utility-apis.md).
@@ -0,0 +1,11 @@
---
id: routes
title: Frontend Routes
sidebar_label: Routes
# prettier-ignore
description: Frontend routes
---
> **NOTE: The new frontend system is in a highly experimental phase**
See [routing system docs](../../plugins/composability.md#routing-system)