Skip to content

Commit de45513

Browse files
committed
fix: restore docs typecheck compatibility
Add the required feature metadata to legacy docs components and remove an unused import so the docs quality workflow passes again.
1 parent d656a18 commit de45513

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs/src/old/components/Insights.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import featureImage from "../../assets/features/build-insights.png";
3636
<Feature
3737
data={{
3838
name: "Keep track of Xcode Build Durations",
39+
showOnHomepage: false,
3940
asset: {
4041
type: "image",
4142
path: featureImage,

docs/src/old/components/OnlineTeamManager.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import subscriptionSettingsImage from "../../assets/features/subscription-settin
4141
<Feature
4242
data={{
4343
name: "Online Team Manager",
44+
showOnHomepage: false,
4445
tagLine: "Browse insights and manage seats",
4546
youtubeLink: "https://www.youtube.com/watch?v=1Ie_ia8hZPI",
4647
asset: {
@@ -63,6 +64,7 @@ import subscriptionSettingsImage from "../../assets/features/subscription-settin
6364
<Feature
6465
data={{
6566
name: "User & seat management",
67+
showOnHomepage: false,
6668
asset: {
6769
type: "image",
6870
path: userSettingsImage,
@@ -82,6 +84,7 @@ import subscriptionSettingsImage from "../../assets/features/subscription-settin
8284
<Feature
8385
data={{
8486
name: "License management",
87+
showOnHomepage: false,
8588
asset: {
8689
type: "image",
8790
path: subscriptionSettingsImage,

docs/src/old/components/TeamInsights.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ import FeatureImage from "../../assets/features/build-insights.png";
5555
<Feature
5656
data={{
5757
name: "Keep track of Xcode Build Durations",
58+
showOnHomepage: false,
5859
asset: {
5960
type: "image",
6061
path: FeatureImage,

docs/src/pages/features/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import config from "@/config/config.json";
55
import Base from "@/layouts/Base.astro";
66
import PageHeader from "@/partials/PageHeader.astro";
77
import FeatureGrid from "@/partials/FeatureGrid.astro";
8-
import FaqSection from "@/partials/FaqSection.astro";
98
import CallToAction from "@/partials/CallToAction.astro";
109
1110
const pageIndex = await getEntry("features", "-index");

0 commit comments

Comments
 (0)