ladybird/Documentation
Andreas Kling a64e13d232 Meta: Add Rust toolchain as a build dependency
There's now an ENABLE_RUST CMake option (on by default).

Install Rust via rustup in devcontainer scripts, document the
requirement in build instructions, and add Cargo's target/ directory
to .gitignore.
2026-02-24 09:39:42 +01:00
..
EditorConfiguration Documentation: Add missing parent for AK/ 2026-02-16 13:21:42 +01:00
HumanInterfaceGuidelines Documentation: Remove SerenityOS references where appropriate 2024-11-23 14:29:48 +01:00
Images Documentation+Tests: Optimize PNGs using optipng 2026-02-23 13:45:04 +01:00
AddNewIDLFile.md Meta: Clarify what IDL files need adding to idl_files.cmake 2025-02-10 16:07:18 +00:00
AdvancedBuildInstructions.md Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
BrowsingContextsAndNavigables.md Documentation: Flatten the Browser/ directory 2024-10-23 09:02:46 +02:00
BuildInstructionsLadybird.md Meta: Add Rust toolchain as a build dependency 2026-02-24 09:39:42 +01:00
BuildProfilingInstructions.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
CodingStyle.md Documentation: Standardize our spec note comment prefixes 2025-11-18 09:07:37 -05:00
CSSGeneratedFiles.md LibWeb: Skip property computation in some cases 2026-02-13 21:54:06 +01:00
CSSProperties.md LibWeb: Move and rename CSSStyleValue to StyleValues/StyleValue.{h,cpp} 2025-08-08 15:19:03 +01:00
DevTools.md Documentation: Fix grammar error 2025-08-20 14:48:29 +02:00
EventLoop.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
FAQ.md Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
GettingStartedContributing.md Docs: Recommend the standard git workflow 2025-09-30 08:43:38 +02:00
LibWebFromLoadingToPainting.md LibWeb: Move and rename CSSStyleValue to StyleValues/StyleValue.{h,cpp} 2025-08-08 15:19:03 +01:00
LibWebPatterns.md LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Patterns.md Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
Porting.md Documentation: Fix capitalization of "Windows" 2025-08-06 21:17:49 -06:00
ProcessArchitecture.md Documentation: Remove SerenityOS references where appropriate 2024-11-23 14:29:48 +01:00
README.md Documentation: Document how to add a new CSS property 2025-02-26 11:32:14 +00:00
SmartPointers.md Documentation: Remove extra <hr>s from the smart pointers reference 2024-08-17 11:51:06 -06:00
StringFormatting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
Testing.md WebContent+LibWebView: Rename --layout-test-mode flag to --test-mode 2026-01-20 06:58:16 -05:00
Troubleshooting.md CMake+CI: Use the same preset names on every platform 2026-01-17 12:18:46 -07:00

Ladybird Documentation

Ladybird development moves quickly, so some of these might be out of date. Please let us know if something here is wrong, or submit a PR with any additions or corrections! If you have any questions that are not answered here or in the FAQ, you are welcome to ask on Discord.

Building and Running

Configuring Editors

Development

Browser/LibWeb