File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Official documentation for building and scripting in Second Life at **[create.se
77This site provides comprehensive documentation for Second Life creators, covering:
88
99- ** LSL (Linden Scripting Language)** - Complete language reference, guides, and examples
10- - ** SLua (Second Life Lua)** - Modern scripting with Luau, including migration guides from LSL
10+ - ** Lua (Second Life Lua)** - Modern scripting with Luau, including migration guides from LSL
1111- ** Building & Construction** - Tutorials and reference materials for creating in Second Life
1212
1313Built with [ Astro] ( https://astro.build ) and [ Starlight] ( https://starlight.astro.build ) .
@@ -40,10 +40,10 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for:
4040```
4141src/
4242├── content/docs/ # Documentation (Markdown/MDX)
43- │ ├── script/ # LSL & SLua documentation
43+ │ ├── script/ # LSL & Lua documentation
4444│ └── build/ # Building documentation
4545├── components/ # Astro components
46- ├── definitions/ # LSL/SLua language definitions (YAML)
46+ ├── definitions/ # LSL/Lua language definitions (YAML)
4747└── assets/ # Images and media
4848```
4949
You can’t perform that action at this time.
0 commit comments