docs: add 'new' to page 'Side effects for non-reactive APIs'

(cherry picked from commit 3ab17876ba)
This commit is contained in:
Michael Small 2025-12-09 20:01:43 -06:00 committed by Alex Rickabaugh
parent f20d301bdc
commit de6dc043fb

View file

@ -94,6 +94,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
children: [
{
label: 'Signals',
status: 'updated',
children: [
{
label: 'Overview',
@ -114,6 +115,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
label: 'Side effects for non-reactives APIs',
path: 'guide/signals/effect',
contentPath: 'guide/signals/effect',
status: 'new',
},
],
},