Init doc structure

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2024-01-23 14:05:10 +01:00
parent b4c7f8a059
commit 5b70e5591d
2 changed files with 26 additions and 1 deletions
@@ -0,0 +1,24 @@
---
id: built-in-data-refs
title: Built-in data refs
sidebar_label: Built-in data refs
# prettier-ignore
description: Configuring or overriding built-in data refs
---
## Disable built-in data refs
## Override built-in data refs
## Default built-in data refs
### Example
#### Example
Extensions that provides a default `light` and `dark` app themes.
| kind | namespace | name | id |
| :---: | :-------: | :---: | :---------------: |
| theme | app | light | `theme:app/light` |
| theme | app | dark | `theme:app/dark` |
+2 -1
View File
@@ -414,7 +414,8 @@
"items": [
"frontend-system/building-plugins/index",
"frontend-system/building-plugins/testing",
"frontend-system/building-plugins/extension-types"
"frontend-system/building-plugins/extension-types",
"frontend-system/building-plugins/built-in-data-refs"
]
},
{