Skip to content

Commit db49cc6

Browse files
committed
chore: update docs
1 parent c20c6d5 commit db49cc6

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ npx expo prebuild
6565
<a href="https://github.com/mobily">
6666
<img src="https://avatars.githubusercontent.com/u/1467712?v=4" height="70px" width="70px" alt="mobily" />
6767
</a>
68-
<a href="https://github.com/abanobboles">
69-
<img src="https://avatars.githubusercontent.com/u/9078953?v=4" height="70px" width="70px" alt="abanobboles" />
70-
</a>
7168
<a href="https://github.com/mwarger">
7269
<img src="https://avatars.githubusercontent.com/u/686823?v=4" height="70px" width="70px" alt="mwarger" />
7370
</a>
@@ -89,6 +86,9 @@ npx expo prebuild
8986
<a href="https://github.com">
9087
<img src="https://avatars.githubusercontent.com/u/113348625?v=4" height="70px" width="70px" alt="anonymous" />
9188
</a>
89+
<a href="https://github.com/abanobboles">
90+
<img src="https://avatars.githubusercontent.com/u/9078953?v=4" height="70px" width="70px" alt="abanobboles" />
91+
</a>
9292

9393
## Sponsor my work
9494

docs/astro.config.mjs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ export default defineConfig({
7373
},
7474
{
7575
label: 'Edge to edge layout',
76-
link: '/reference/edge-to-edge/',
77-
badge: 'Updated'
76+
link: '/reference/edge-to-edge/'
7877
},
7978
{
8079
label: 'useInitialTheme',
@@ -102,12 +101,12 @@ export default defineConfig({
102101
},
103102
{
104103
label: 'Unistyles Registry',
105-
link: '/reference/unistyles-registry/'
104+
link: '/reference/unistyles-registry/',
105+
badge: 'Updated'
106106
},
107107
{
108108
label: 'Unistyles Runtime',
109-
link: '/reference/unistyles-runtime/',
110-
badge: 'New'
109+
link: '/reference/unistyles-runtime/'
111110
},
112111
{
113112
label: 'Content size category',
@@ -148,8 +147,7 @@ export default defineConfig({
148147
items: [
149148
{
150149
label: 'All examples',
151-
link: '/examples/all',
152-
badge: 'Updated'
150+
link: '/examples/all'
153151
}
154152
]
155153
},

docs/src/components/nav/data.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
export const links = [
2-
{
3-
name: 'Sponsors',
4-
href: 'other/sponsors/'
5-
},
62
{
73
name: 'Examples',
84
href: 'examples/all/'

docs/src/content/docs/reference/unistyles-registry.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Available config options:
6666
| plugins | A list of plugins that Unistyles will call after resolving the StyleSheet. | [] | [link](/reference/plugins/) |
6767
| experimentalCSSMediaQueries | Web only: Inject CSS media queries instead of inline styles. | false | [link](/reference/web-support/) |
6868
| <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 | - |
69+
| <Badge label="Android" /> <Badge label="2.9.2"/> disableAnimatedInsets | Disable animating value of bottom inset while toggling keyboard | false | - |
6970

7071
### Full example
7172

0 commit comments

Comments
 (0)