Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.02 KB

File metadata and controls

64 lines (44 loc) · 2.02 KB

Second Life Creation Portal

Official documentation for building and scripting in Second Life at create.secondlife.com.

About

This site provides comprehensive documentation for Second Life creators, covering:

  • LSL (Linden Scripting Language) - Complete language reference, guides, and examples
  • Lua (Second Life Lua) - Modern scripting with Luau, including migration guides from LSL
  • Building & Construction - Tutorials and reference materials for creating in Second Life

Built with Astro and Starlight.

Quick Start

# Install dependencies
pnpm install

# Start dev server at http://localhost:4321
pnpm run dev

# Build for production
pnpm run build

Contributing

We welcome contributions! Please discuss significant changes before starting work to ensure alignment with project goals.

See CONTRIBUTING.md for:

  • Communication channels (Discord, GitHub Issues, forums)
  • Setup and development workflow
  • Documentation style guide
  • How to add or modify content

Project Structure

src/
├── content/docs/          # Documentation (Markdown/MDX)
│   ├── script/           # LSL & Lua documentation
│   └── build/            # Building documentation
├── components/           # Astro components
├── definitions/          # LSL/Lua language definitions (YAML)
└── assets/              # Images and media

Communication

License

This documentation is open source. Code examples may be used freely in Second Life scripts.

Links