summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide/architecture.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/fe_guide/architecture.md')
-rw-r--r--doc/development/fe_guide/architecture.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/development/fe_guide/architecture.md b/doc/development/fe_guide/architecture.md
index c51f99ca9d2..afaf6df8f8a 100644
--- a/doc/development/fe_guide/architecture.md
+++ b/doc/development/fe_guide/architecture.md
@@ -17,6 +17,13 @@ when appropriate.
You can find the Frontend Architecture experts on the [team page](https://about.gitlab.com/company/team/).
+## Widget Architecture
+
+The [Plan stage](https://about.gitlab.com/handbook/engineering/development/dev/fe-plan/)
+is refactoring the right sidebar to consist of **widgets**. They have a specific architecture to be
+reusable and to expose an interface that can be used by external Vue applications on the page.
+Learn more about the [widget architecture](widgets.md).
+
## Examples
You can find [documentation about the desired architecture](vue.md) for a new