Update docs

This commit is contained in:
aaron 2023-08-09 21:13:42 +01:00
parent 8b73d51744
commit 2050c2585f
2 changed files with 3 additions and 3 deletions

View file

@ -221,7 +221,7 @@ Maps each value in a table source to an object.
local items = source {} :: () -> Array<Item> local items = source {} :: () -> Array<Item>
local displays = values(numbers, function(item, i) local displays = values(items, function(item, i)
return ItemDisplay { return ItemDisplay {
Name = item.Name Name = item.Name

View file

@ -5,7 +5,7 @@ layout: home
hero: hero:
name: Vide name: Vide
text: "" text: ""
tagline: A declarative and reactive library for Luau. tagline: A reactive UI library for Luau.
image: image:
src: /logo.svg src: /logo.svg
alt: Vide alt: Vide
@ -19,6 +19,6 @@ hero:
features: features:
- title: In Development - title: In Development
details: Do not use for production details: Not recommended for production.
--- ---