Skip to content

Commit b6b2409

Browse files
committed
feat: improve wording
1 parent e90bb22 commit b6b2409

5 files changed

Lines changed: 35 additions & 15 deletions

File tree

sites/aerodrome/src/pages/index.tsx

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,26 @@ import {
1212
} from "@handbook/common-config/components";
1313

1414
const aerodromeCategories: Category[] = [
15-
{ title: "EXAMPLE", icon: "/img/docusaurus.png", href: "/docs/intro/welcome" },
16-
{ title: "EXAMPLE", icon: "/img/docusaurus.png", href: "/docs/intro/welcome" },
17-
{ title: "EXAMPLE", icon: "/img/docusaurus.png", href: "/docs/intro/welcome" },
18-
{ title: "EXAMPLE", icon: "/img/docusaurus.png", href: "/docs/intro/welcome" },
15+
{
16+
title: "EXAMPLE",
17+
icon: "/img/docusaurus.png",
18+
href: "/docs/intro/welcome",
19+
},
20+
{
21+
title: "EXAMPLE",
22+
icon: "/img/docusaurus.png",
23+
href: "/docs/intro/welcome",
24+
},
25+
{
26+
title: "EXAMPLE",
27+
icon: "/img/docusaurus.png",
28+
href: "/docs/intro/welcome",
29+
},
30+
{
31+
title: "EXAMPLE",
32+
icon: "/img/docusaurus.png",
33+
href: "/docs/intro/welcome",
34+
},
1935
];
2036

2137
const aerodromeHeroProps: HeroSectionProps = {
@@ -34,7 +50,7 @@ const aerodromeHandbookProps: HandbookSectionProps = {
3450
handbooks: aerodromeHandbooks,
3551
title: "ALL HANDBOOKS",
3652
description:
37-
"These handbooks are internal onboarding material created by Wonderland for working with our partners. It's not official documentation and may not reflect the latest updates.",
53+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors.",
3854
};
3955

4056
const aerodromeCategoryTheme: CategoryCardsTheme = {
@@ -43,7 +59,9 @@ const aerodromeCategoryTheme: CategoryCardsTheme = {
4359
iconHoverColorEffect: "none",
4460
};
4561

46-
const AerodromeBackground = () => <div className={styles.aerodromeBackground} />;
62+
const AerodromeBackground = () => (
63+
<div className={styles.aerodromeBackground} />
64+
);
4765

4866
function Home(): React.ReactElement {
4967
return (
@@ -55,7 +73,10 @@ function Home(): React.ReactElement {
5573
<AerodromeBackground />
5674
<section className={styles.centerContent}>
5775
<HeroSection {...aerodromeHeroProps} />
58-
<CategoryCards categories={aerodromeCategories} theme={aerodromeCategoryTheme} />
76+
<CategoryCards
77+
categories={aerodromeCategories}
78+
theme={aerodromeCategoryTheme}
79+
/>
5980
</section>
6081
{aerodromeHandbooks.length > 0 && (
6182
<HandbookSection {...aerodromeHandbookProps} />

sites/aztec/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const aztecHandbookProps: HandbookSectionProps = {
7878
handbooks: aztecHandbooks,
7979
title: "ALL HANDBOOKS",
8080
description:
81-
"These handbooks are internal onboarding material created by Wonderland for working with our partners. It's not official documentation and may not reflect the latest updates. We share it openly in case it's useful to others.",
81+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors. We share it openly in case it's useful to others.",
8282
};
8383

8484
const aztecCategoryTheme: CategoryCardsTheme = {

sites/ef/src/pages/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ const efCategories: Category[] = [
1616
{
1717
title: "PRIVACY",
1818
icon: "/img/icons/key.svg",
19-
href: "/docs/kohaku/overview"
19+
href: "/docs/kohaku/overview",
2020
},
2121
{
2222
title: "INTEROP",
2323
icon: "/img/icons/cube-transparent.svg",
2424
href: "/docs/interop/coming-soon",
2525
comingSoon: true,
2626
comingSoonBanner: "/common/img/coming-soon-banner.png",
27-
}
28-
27+
},
2928
];
3029

3130
const efHeroProps: HeroSectionProps = {
@@ -72,7 +71,7 @@ const efHandbookProps: HandbookSectionProps = {
7271
handbooks: efHandbooks,
7372
title: "ALL HANDBOOKS",
7473
description:
75-
"These handbooks are internal onboarding material created by Wonderland for working with our partners. It's not official documentation and may not reflect the latest updates. We share it openly in case it's useful to others.",
74+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors. We share it openly in case it's useful to others.",
7675
};
7776

7877
const efCategoryTheme: CategoryCardsTheme = {

sites/optimism/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const optimismHandbookProps: HandbookSectionProps = {
7878
handbooks: optimismHandbooks,
7979
title: "ALL HANDBOOKS",
8080
description:
81-
"These handbooks are internal onboarding material created by Wonderland for working with our partners. It's not official documentation and may not reflect the latest updates. We share it openly in case it's useful to others.",
81+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors. We share it openly in case it's useful to others.",
8282
};
8383

8484
const optimismCategoryTheme: CategoryCardsTheme = {

sites/wonderland/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const wonderlandHeroProps: HeroSectionProps = {
4343
title: "Wonderland Handbook",
4444
titleImage: "/img/wonderland-handbook-title.svg",
4545
description:
46-
"At Wonderland, we believe that the ecosystem thrives on collaboration and shared knowledge. This handbook is our living repository: a curated guide to our best practices, processes, and technical insights.",
46+
"Good systems outlive the people who built them. These handbooks are how we make sure ours do: Our best practices, technical standards, and onboarding guides for the teams we work with.",
4747
buttonText: "Go down the rabbit hole",
4848
buttonImage: "/common/img/enter-button.svg",
4949
buttonLink: "/docs/intro/welcome",
@@ -83,7 +83,7 @@ const wonderlandHandbookProps: HandbookSectionProps = {
8383
handbooks: wonderlandHandbooks,
8484
title: "PARTNER HANDBOOKS",
8585
description:
86-
"These handbooks are internal onboarding material created by Wonderland for working with our partners. It's not official documentation and may not reflect the latest updates. We share it openly in case it's useful to others.",
86+
"These handbooks are internal material created for working with our partners. They're not official documentation and may not reflect the latest updates. We share them openly because useful knowledge shouldn't sit behind closed doors. We share it openly in case it's useful to others.",
8787
className: "handbooksSectionWonderland",
8888
};
8989

0 commit comments

Comments
 (0)