Skip to content

Commit

Permalink
Docs: Add twitter. Minor revisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Jan 2, 2024
1 parent 92954a8 commit ea55187
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/astro.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ export default defineConfig({
],
social: {
github: 'https://github.com/kitschpatrol/svelte-tweakpane-ui',
mastodon: 'https://mastodon.social/@kitschpatrol'
mastodon: 'https://mastodon.social/@kitschpatrol',
twitter: 'https://twitter.com/kitschpatrol'
},
title: 'Svelte Tweakpane UI'
}),
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Folders and inline pickers inside a draggable `<Pane>` can be set to automatical

### Control user collapsibility

If you don't want a chunk of pane to ever collapse, you can set the `userExpandable` prop to `false`.
If you want to prevent the user from collapsing chunk of pane, you can set the `userExpandable` prop to `false`. The section will remain programmatically collapsible via the `expanded` property.

### Label truncation

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:
link: /svelte-tweakpane-ui/docs/getting-started
icon: right-arrow
variant: secondary
- text: Read the Docs
- text: Documentation
link: /svelte-tweakpane-ui/docs
icon: document
variant: secondary
Expand Down

0 comments on commit ea55187

Please sign in to comment.