Skip to content

feature: add server-side feature flags #1731

feature: add server-side feature flags

feature: add server-side feature flags #1731

Triggered via pull request January 15, 2025 16:43
Status Failure
Total duration 1m 40s
Artifacts

ete-fdr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
run
Property 'featureFlags' is missing in type '{ type: "root"; child: FernNavigation.RootChild; version: "v2"; title: string; id: FernNavigation.NodeId; pointsTo: FernNavigation.Slug | undefined; ... 7 more ...; roles: FernNavigation.RoleId[] | undefined; }' but required in type 'RootNode'.
run
Property 'featureFlags' is missing in type '{ type: "version"; default: boolean; versionId: FernNavigation.VersionId; landingPage: FernNavigation.LandingPageNode | undefined; child: FernNavigation.VersionChild; ... 10 more ...; orphaned: boolean | undefined; }' but required in type 'VersionNode'.
run
Property 'featureFlags' is missing in type '{ type: "landingPage"; title: string; slug: FernNavigation.Slug; canonicalSlug: FernNavigation.Slug | undefined; icon: string | undefined; hidden: boolean | undefined; ... 5 more ...; orphaned: boolean | undefined; }' but required in type 'LandingPageNode'.
run
Property 'featureFlags' is missing in type '{ type: "tab"; child: FernNavigation.SidebarRootNode; title: string; slug: FernNavigation.Slug; canonicalSlug: undefined; icon: string | undefined; ... 5 more ...; orphaned: boolean | undefined; }' but required in type 'TabNode'.
run
Property 'featureFlags' is missing in type '{ type: "product"; id: FernNavigation.NodeId; title: string; slug: FernNavigation.Slug; canonicalSlug: undefined; icon: string | undefined; hidden: boolean | undefined; ... 7 more ...; orphaned: boolean | undefined; }' but required in type 'ProductNode'.
run
Property 'featureFlags' is missing in type '{ type: "page"; id: FernNavigation.NodeId; title: string; slug: FernNavigation.Slug; canonicalSlug: FernNavigation.Slug | undefined; ... 6 more ...; orphaned: boolean | undefined; }' but required in type 'PageNode'.
run
Property 'featureFlags' is missing in type '{ type: "section"; id: FernNavigation.NodeId; children: FernNavigation.NavigationChild[]; title: string; slug: FernNavigation.Slug; ... 9 more ...; orphaned: boolean | undefined; }' but required in type 'SectionNode'.
run
Property 'featureFlags' is missing in type '{ type: "apiReference"; paginated: boolean | undefined; showErrors: boolean | undefined; hideTitle: boolean | undefined; children: FernNavigation.ApiPackageChild[]; ... 15 more ...; orphaned: boolean | undefined; }' but required in type 'ApiReferenceNode'.
run
Property 'featureFlags' is missing in type '{ type: "changelog"; id: FernNavigation.NodeId; children: FernNavigation.ChangelogYearNode[]; title: string; slug: FernNavigation.Slug; ... 7 more ...; orphaned: boolean | undefined; }' but required in type 'ChangelogNode'.
run
Property 'featureFlags' is missing in type '{ type: "changelogYear"; id: FernNavigation.NodeId; children: FernNavigation.ChangelogMonthNode[]; title: string; slug: FernNavigation.Slug; ... 6 more ...; orphaned: boolean | undefined; }' but required in type 'ChangelogYearNode'.
run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636