Skip to content

Commit 2a5c3b1

Browse files
committed
Misc doc site updates
1 parent 9c1d71c commit 2a5c3b1

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

docs/_includes/default.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
<button class="search-box" type="button" title="Press / to search" aria-label="Search" data-plugin="search">
154154
<sl-icon library="fa" name="search"></sl-icon>
155-
<span>Search</span>
155+
<span>Type / to search</span>
156156
</button>
157157

158158
<nav>{% include 'sidebar.njk' %}</nav>

docs/pages/teamshares/contributing.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Because the system is shared across all our apps, we need to make sure that any
3333

3434
Once you've made your changes and they're ready for feedback, make a PR and one of the core library maintainers will review the code to make sure it adheres to the [best practices](/resources/contributing?id=best-practices).
3535

36-
!> **Caution:** Don't accidentally open a PR against the upstream repository (Shoelace itself). Many Git tools, such as Github Desktop, will default to this behavior. Doing so will expose our codebase to anyone looking at the main Shoelace repository. While `@teamshares/shoelace` is technically public, it's best to keep things in-house.
36+
:::warning
37+
**Caution: Don't accidentally open a PR against the upstream repository (Shoelace itself).** Many Git tools, such as Github Desktop, will default to this behavior. Doing so will expose our codebase to anyone looking at the main Shoelace repository. While `@teamshares/shoelace` is technically public, it's best to keep things in-house.
38+
:::
3739

3840
## Installation
3941

src/components/card/card.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type { CSSResultGroup } from 'lit';
1313
* @status stable
1414
* @since 2.0
1515
* @pattern stable
16-
* @figma draft
16+
* @figma ready
1717
*
1818
* @slot - The card's main content.
1919
* @slot header - An optional header for the card.

src/components/drawer/drawer.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import type { CSSResultGroup } from 'lit';
2222
* @documentation https://shoelace.style/components/drawer
2323
* @status stable
2424
* @since 2.0
25+
* @figma draft
2526
*
2627
* @dependency sl-icon-button
2728
*

0 commit comments

Comments
 (0)