Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Aug 30, 2024
1 parent c20c6d5 commit db49cc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ npx expo prebuild
<a href="https://github.com/mobily">
<img src="https://avatars.githubusercontent.com/u/1467712?v=4" height="70px" width="70px" alt="mobily" />
</a>
<a href="https://github.com/abanobboles">
<img src="https://avatars.githubusercontent.com/u/9078953?v=4" height="70px" width="70px" alt="abanobboles" />
</a>
<a href="https://github.com/mwarger">
<img src="https://avatars.githubusercontent.com/u/686823?v=4" height="70px" width="70px" alt="mwarger" />
</a>
Expand All @@ -89,6 +86,9 @@ npx expo prebuild
<a href="https://github.com">
<img src="https://avatars.githubusercontent.com/u/113348625?v=4" height="70px" width="70px" alt="anonymous" />
</a>
<a href="https://github.com/abanobboles">
<img src="https://avatars.githubusercontent.com/u/9078953?v=4" height="70px" width="70px" alt="abanobboles" />
</a>

## Sponsor my work

Expand Down
12 changes: 5 additions & 7 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ export default defineConfig({
},
{
label: 'Edge to edge layout',
link: '/reference/edge-to-edge/',
badge: 'Updated'
link: '/reference/edge-to-edge/'
},
{
label: 'useInitialTheme',
Expand Down Expand Up @@ -102,12 +101,12 @@ export default defineConfig({
},
{
label: 'Unistyles Registry',
link: '/reference/unistyles-registry/'
link: '/reference/unistyles-registry/',
badge: 'Updated'
},
{
label: 'Unistyles Runtime',
link: '/reference/unistyles-runtime/',
badge: 'New'
link: '/reference/unistyles-runtime/'
},
{
label: 'Content size category',
Expand Down Expand Up @@ -148,8 +147,7 @@ export default defineConfig({
items: [
{
label: 'All examples',
link: '/examples/all',
badge: 'Updated'
link: '/examples/all'
}
]
},
Expand Down
4 changes: 0 additions & 4 deletions docs/src/components/nav/data.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
export const links = [
{
name: 'Sponsors',
href: 'other/sponsors/'
},
{
name: 'Examples',
href: 'examples/all/'
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/reference/unistyles-registry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Available config options:
| plugins | A list of plugins that Unistyles will call after resolving the StyleSheet. | [] | [link](/reference/plugins/) |
| experimentalCSSMediaQueries | Web only: Inject CSS media queries instead of inline styles. | false | [link](/reference/web-support/) |
| <Badge label="Web" /> <Badge label="2.8.1"/> windowResizeDebounceTimeMs | Time in ms Unistyles will report a window resize event, e.g., when the user drags the browser window. | 100 | - |
| <Badge label="Android" /> <Badge label="2.9.2"/> disableAnimatedInsets | Disable animating value of bottom inset while toggling keyboard | false | - |

### Full example

Expand Down

0 comments on commit db49cc6

Please sign in to comment.