2024-05-30 18:06:21 -03:00
# Ladybird Documentation
2022-07-21 11:17:01 -03:00
2026-06-05 05:10:37 -03:00
Ladybird development moves quickly, so some of these might be out of date. Please let us know if something here is wrong.
If you have any questions that are not answered here or in the [FAQ ](FAQ.md ), you are welcome to ask on [Discord ](../README.md#get-in-touch-and-participate ).
2022-07-21 11:17:01 -03:00
## Building and Running
2024-06-05 10:04:23 -03:00
* [Build Instructions ](BuildInstructionsLadybird.md )
2022-07-21 11:17:01 -03:00
* [Advanced Build Instructions ](AdvancedBuildInstructions.md )
* [Troubleshooting ](Troubleshooting.md )
2024-10-22 11:18:06 -03:00
* [Testing ](Testing.md )
2022-07-21 11:17:01 -03:00
* [Profiling the Build ](BuildProfilingInstructions.md )
## Configuring Editors
2024-10-22 11:24:25 -03:00
* [Android Studio ](EditorConfiguration/AndroidStudioConfiguration.md )
* [CLion ](EditorConfiguration/CLionConfiguration.md )
* [Emacs ](EditorConfiguration/EmacsConfiguration.md )
* [Helix ](EditorConfiguration/HelixConfiguration.md )
* [NVim ](EditorConfiguration/NvimConfiguration.md )
* [Qt Creator ](EditorConfiguration/QtCreatorConfiguration.md )
* [Vim ](EditorConfiguration/VimConfiguration.md )
* [VS Code ](EditorConfiguration/VSCodeConfiguration.md )
2022-07-21 11:17:01 -03:00
## Development
2026-06-05 05:10:37 -03:00
* [Project Participation ](../CONTRIBUTING.md )
* [Code Policy ](CodePolicy.md )
2022-07-21 11:17:01 -03:00
* [Coding Style ](CodingStyle.md )
* [Common Patterns ](Patterns.md )
2023-07-15 07:41:13 -03:00
* [Guidelines for Text in UI ](HumanInterfaceGuidelines/Text.md )
2022-07-21 11:17:01 -03:00
* [EventLoop ](EventLoop.md )
* [Smart Pointers ](SmartPointers.md )
* [String Formatting ](StringFormatting.md )
## Browser/LibWeb
2024-10-22 11:30:16 -03:00
* [General Architecture ](ProcessArchitecture.md )
* [LibWeb: From Loading to Painting ](LibWebFromLoadingToPainting.md )
* [LibWeb: Browsing Contexts and Navigables ](BrowsingContextsAndNavigables.md )
2025-02-13 17:24:01 -03:00
* [How to Add a CSS Property ](CSSProperties.md )
2024-10-22 11:30:16 -03:00
* [How to Add an IDL File ](AddNewIDLFile.md )
2024-11-20 23:04:45 -03:00
* [LibWeb Code Style & Patterns ](LibWebPatterns.md )
2024-10-22 11:30:16 -03:00
* [CSS Generated Files ](CSSGeneratedFiles.md )