-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename "integration" guide to "usage"
- Loading branch information
1 parent
66b8c82
commit 8268860
Showing
4 changed files
with
15 additions
and
18 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
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ import Heading from "../../components/Heading.astro"; | |
import Link from "../../components/Link.astro"; | ||
--- | ||
|
||
<Layout title="Integration"> | ||
<Layout title="Usage"> | ||
<link | ||
slot="head" | ||
rel="stylesheet" | ||
|
@@ -20,7 +20,7 @@ import Link from "../../components/Link.astro"; | |
src="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/shoelace.js" | ||
></script> | ||
|
||
<h1 slot="intro">Integrating with other components</h1> | ||
<h1 slot="intro">Usage with existing components</h1> | ||
<PageIntro slot="intro">Let's build a date range picker</PageIntro> | ||
|
||
<p> | ||
|
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