Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Official documentation for building and scripting in Second Life at **[create.se
This site provides comprehensive documentation for Second Life creators, covering:

- **LSL (Linden Scripting Language)** - Complete language reference, guides, and examples
- **SLua (Second Life Lua)** - Modern scripting with Luau, including migration guides from LSL
- **Lua (Second Life Lua)** - Modern scripting with Luau, including migration guides from LSL

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIX THE KERNING, make it super squished

- **Building & Construction** - Tutorials and reference materials for creating in Second Life
Comment on lines 9 to 11
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README now refers to the modern language as “Lua”, but the rest of the repo (docs, directories, generator script, and components) still consistently uses “SLua” (e.g., src/content/docs/script/slua-reference/ and scripts/generate-docs.js). This inconsistency may confuse contributors; either keep “SLua” in the README for now, or follow up by renaming/updating the corresponding docs paths and terminology repo-wide to match “Lua”.

Copilot uses AI. Check for mistakes.

Built with [Astro](https://astro.build) and [Starlight](https://starlight.astro.build).
Expand Down Expand Up @@ -40,10 +40,10 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for:
```
src/
├── content/docs/ # Documentation (Markdown/MDX)
│ ├── script/ # LSL & SLua documentation
│ ├── script/ # LSL & Lua documentation
│ └── build/ # Building documentation
├── components/ # Astro components
├── definitions/ # LSL/SLua language definitions (YAML)
├── definitions/ # LSL/Lua language definitions (YAML)
Comment on lines 42 to +46
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The project structure comments were updated to “LSL & Lua” / “LSL/Lua language definitions”, but current folder names and tooling still refer to SLua (e.g., src/content/docs/script/learn-slua/, slua-reference/, and scripts/generate-docs.js generating SLua* pages). Consider aligning the README description with the actual on-disk paths/terminology, or renaming the paths/tooling as part of the same change to avoid mismatched documentation.

Copilot uses AI. Check for mistakes.
└── assets/ # Images and media
```

Expand Down
Loading