From db49cc6cb9cfba9a206155b75a992cecc612628c Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Fri, 30 Aug 2024 13:55:44 +0200 Subject: [PATCH] chore: update docs --- README.md | 6 +++--- docs/astro.config.mjs | 12 +++++------- docs/src/components/nav/data.ts | 4 ---- .../content/docs/reference/unistyles-registry.mdx | 1 + 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2de01191..2b40358f 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,6 @@ npx expo prebuild mobily - - abanobboles - mwarger @@ -89,6 +86,9 @@ npx expo prebuild anonymous + + abanobboles + ## Sponsor my work diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index f6618cdd..3ed2ecc5 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -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', @@ -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', @@ -148,8 +147,7 @@ export default defineConfig({ items: [ { label: 'All examples', - link: '/examples/all', - badge: 'Updated' + link: '/examples/all' } ] }, diff --git a/docs/src/components/nav/data.ts b/docs/src/components/nav/data.ts index 9e599a77..142a1632 100644 --- a/docs/src/components/nav/data.ts +++ b/docs/src/components/nav/data.ts @@ -1,8 +1,4 @@ export const links = [ - { - name: 'Sponsors', - href: 'other/sponsors/' - }, { name: 'Examples', href: 'examples/all/' diff --git a/docs/src/content/docs/reference/unistyles-registry.mdx b/docs/src/content/docs/reference/unistyles-registry.mdx index f551a465..5274426e 100644 --- a/docs/src/content/docs/reference/unistyles-registry.mdx +++ b/docs/src/content/docs/reference/unistyles-registry.mdx @@ -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/) | | windowResizeDebounceTimeMs | Time in ms Unistyles will report a window resize event, e.g., when the user drags the browser window. | 100 | - | +| disableAnimatedInsets | Disable animating value of bottom inset while toggling keyboard | false | - | ### Full example