Skip to content

Commit 3c94ce4

Browse files
Docs: cleanup of old pages (#4057)
1 parent 641822f commit 3c94ce4

26 files changed

+13
-5626
lines changed

docs/css/year-in-review-2023.css

Lines changed: 0 additions & 181 deletions
This file was deleted.

docs/docs-components/AppLayout.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ import SkipToContent from './SkipToContent';
1616

1717
export const CONTENT_MAX_WIDTH_PX = 1200;
1818
const HEADER_HEIGHT_WITH_MARGIN = 90;
19-
const fullWidthPages = ['home', 'whats_new', 'roadmap'];
20-
const fullBleedNoNavigationPages = [
21-
'/year_in_review_2022',
22-
'/year_in_review_2023',
23-
'integration-test',
24-
];
19+
const fullWidthPages = ['home'];
20+
const fullBleedNoNavigationPages = ['integration-test'];
2521

2622
type Props = {
2723
children?: ReactNode;

docs/docs-components/YearInReviewBanner.tsx

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/docs-components/data/componentStatusMessaging.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ export const STATUS_DESCRIPTION = Object.freeze({
1515
notAvailable: { title: 'Not available', description: 'Not currently available or planned.' },
1616
planned: {
1717
title: 'Planned',
18-
description:
19-
'Slotted for an upcoming sprint or in the process of being updated. For details on planned work, visit the Roadmap page.',
18+
description: 'Slotted for an upcoming sprint or in the process of being updated.',
2019
},
2120
deprecated: { title: 'Deprecated', description: 'No longer supported by Gestalt.' },
2221
});

docs/docs-components/navigationContext.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ function NavigationContextProvider({ children }: { children?: ReactNode }) {
5252
currentSiteSection = 'Components';
5353
} else if (pathname.includes('/foundations/')) {
5454
currentSiteSection = 'Foundations';
55-
} else if (pathname.includes('/roadmap/')) {
56-
currentSiteSection = 'Roadmap';
5755
} else {
5856
currentSiteSection = 'Get started';
5957
}

docs/docs-components/siteIndex.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ const siteIndex: readonly [siteIndexType, ...siteIndexType[]] = [
257257
sectionName: 'Design tokens',
258258
pages: ['Overview', 'Component tokens'],
259259
},
260-
261260
'Elevation',
262261
{
263262
sectionName: 'Forms',
@@ -290,10 +289,6 @@ const siteIndex: readonly [siteIndexType, ...siteIndexType[]] = [
290289
'Typography',
291290
],
292291
},
293-
{
294-
sectionName: 'Blog',
295-
pages: ['2023 Q3 Newsletter', '2023 Q2 Newsletter', '2023 Q1 Newsletter'],
296-
},
297292
{
298293
sectionName: 'Team support',
299294
pages: [

docs/graphics/home-page/roadmap.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)