Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bbab641
fix og:image links
reidbarber Oct 7, 2025
dd53fbc
fix font in SVG rendering
reidbarber Oct 7, 2025
a837b0e
make logo dynamic
reidbarber Oct 7, 2025
c152f01
more name aliases for illustrations
reidbarber Oct 7, 2025
eabdcba
Revert "fix font in SVG rendering"
reidbarber Oct 7, 2025
8b3fa87
try inlining fonts in svg
reidbarber Oct 7, 2025
d23760b
Revert "try inlining fonts in svg"
reidbarber Oct 7, 2025
9f785a2
generate images for index pages
reidbarber Oct 7, 2025
195a487
generate images for pages without illustrations
reidbarber Oct 7, 2025
08ae097
try installing fonts in CI
reidbarber Oct 7, 2025
c96e5c3
switch fonts
reidbarber Oct 7, 2025
64d7725
remove font install from CI
reidbarber Oct 7, 2025
5b6c002
try inlining font-face and pre-rendering illustration as png
reidbarber Oct 7, 2025
3b414ec
Revert "try inlining font-face and pre-rendering illustration as png"
reidbarber Oct 8, 2025
8c5a3de
try using fontconfig in CI
reidbarber Oct 8, 2025
7ccf411
update command
reidbarber Oct 8, 2025
4373fab
more CI updates
reidbarber Oct 8, 2025
70a3409
strip out version badge from title
reidbarber Oct 9, 2025
f85caaf
remove illustration SVGs for now
reidbarber Oct 9, 2025
911889f
improve gap
reidbarber Oct 9, 2025
98b394c
Merge remote-tracking branch 'origin/main' into fix-og-images
reidbarber Oct 9, 2025
c089638
layout improvements
reidbarber Oct 9, 2025
9071985
skip error page
reidbarber Oct 9, 2025
2f2e1cb
add Internationalized to library in name
reidbarber Oct 9, 2025
19c75bb
fix page title in Internationalized
reidbarber Oct 9, 2025
5a74535
improve titles and descriptions
reidbarber Oct 9, 2025
646162d
improve titles for index pages and explicit custom titles
reidbarber Oct 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/error.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default Layout;
import docs from 'docs:@react-spectrum/s2';

export const hideFromSearch = true;
export const description = 'Page not found';

<Error />
2 changes: 2 additions & 0 deletions packages/dev/s2-docs/pages/internationalized/date/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export default Layout;
import {InstallCommand} from '../../../src/InstallCommand';

export const section = 'Date and Time';
export const pageTitle = 'Internationalized | Date and Time';
export const description = 'Introduction to @internationalized/date';

# Introduction

Expand Down
2 changes: 2 additions & 0 deletions packages/dev/s2-docs/pages/internationalized/number/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export default Layout;
import {InstallCommand} from '../../../src/InstallCommand';

export const section = 'Numbers';
export const pageTitle = 'Internationalized | Numbers';
export const description = 'Introduction to @internationalized/number';

# Introduction

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/react-aria/collections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import docs from 'docs:react-aria-components';
import {InlineAlert, Heading, Content} from '@react-spectrum/s2'

export const section = 'Guides';
export const description = 'Implementing collections in React Aria';

# Collections

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/react-aria/dnd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {PokemonListBox} from './PokemonListBox';
import {PokemonGridList} from './PokemonGridList';

export const section = 'Guides';
export const description = 'Implementing drag and drop in React Aria';

# Drag and Drop

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/react-aria/selection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default Layout;
import docs from 'docs:react-aria-components';

export const section = 'Guides';
export const description = 'Implementing selection in React Aria';

# Selection

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/react-aria/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default Layout;
import {Disclosure, DisclosureTitle, DisclosurePanel} from '@react-spectrum/s2';

export const section = 'Guides';
export const description = 'Styling in React Aria';

# Styling

Expand Down
2 changes: 1 addition & 1 deletion packages/dev/s2-docs/pages/s2/collections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {InlineAlert, Heading, Content} from '@react-spectrum/s2';
export default Layout;

export const section = 'Guides';

export const tags = ['lists'];
export const description = 'Implementing collections in React Spectrum';

# Collections

Expand Down
2 changes: 1 addition & 1 deletion packages/dev/s2-docs/pages/s2/dnd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {InlineAlert, Heading, Content} from '@react-spectrum/s2';
export default Layout;

export const section = 'Guides';

export const tags = ['drag', 'drop'];
export const description = 'Implementing drag and drop in React Spectrum';

# Drag and Drop

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/s2/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {SegmentedControl, SegmentedControlItem} from '@react-spectrum/s2';

export const section = 'Getting started';
export const tags = ['introduction', 'installation'];
export const description = 'Getting started with React Spectrum';

# Getting started

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/s2/migrating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default Layout;

export const section = 'Guides';
export const tags = ['codemod', 'upgrade', 'update'];
export const description = 'Migrating to Spectrum 2 in React Spectrum';

# Migrating to Spectrum 2

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/s2/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default Layout;

export const section = 'Releases';
export const tags = ['changelog', 'versions', 'updates'];
export const description = 'Release notes for React Spectrum';

# Release Notes

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/s2/selection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default Layout;

export const section = 'Guides';
export const tags = ['collections'];
export const description = 'Implementing selection in React Spectrum';

# Selection

Expand Down
1 change: 1 addition & 0 deletions packages/dev/s2-docs/pages/s2/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default Layout;

export const section = 'Guides';
export const tags = ['style', 'macro', 'spectrum', 'custom'];
export const description = 'Styling in React Spectrum';

# Styling

Expand Down
Loading