-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d20e00
commit 77f3773
Showing
2 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ hero: | |
text: E2E case subTitle | ||
tagline: E2E case tagline | ||
actions: | ||
- text: Action 1 | ||
link: /action-1 | ||
- text: Action 2 | ||
link: /action-2 | ||
theme: brand | ||
- text: External | ||
link: https://example.com/ | ||
theme: alt | ||
- text: Action 1 | ||
link: /action-1 | ||
- text: Action 2 | ||
link: /action-2 | ||
theme: brand | ||
- text: External | ||
link: https://example.com/ | ||
theme: alt | ||
image: | ||
src: /brand.png | ||
alt: E2E case brand image | ||
|
@@ -21,5 +21,13 @@ hero: | |
- /[email protected] 2x | ||
sizes: | ||
- '((min-width: 50em) and (max-width: 60em)) 50em' | ||
- "(max-width: 30em) 20em" | ||
- '(max-width: 30em) 20em' | ||
features: | ||
- title: Blazing fast build speed | ||
details: The core compilation module is based on the Rust front-end toolchain, providing a more ultimate development experience. | ||
icon: 🏃🏻♀️ | ||
- title: Support for MDX content writing | ||
details: MDX is a powerful way to write content, allowing you to use React components in Markdown. | ||
icon: 📦 | ||
link: https://example.com/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters