mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add links of all docs that aren't mentioned anywhere
This commit is contained in:
parent
804188ac0c
commit
39e58f8954
Notes:
sideshowbarker
2024-07-17 08:59:18 +09:00
Author: https://github.com/ronak69 🔰 Commit: https://github.com/SerenityOS/serenity/commit/39e58f8954 Pull-request: https://github.com/SerenityOS/serenity/pull/20276 Reviewed-by: https://github.com/AtkinsSJ
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,7 @@ A list of useful pages across the web can be found on [the link list](Links.md).
|
|||
* [Running Tests](RunningTests.md)
|
||||
* [Setting Up Self-Hosted Runners](SelfHostedRunners.md)
|
||||
* [Profiling the Build](BuildProfilingInstructions.md)
|
||||
* [Spice Intergration](SpiceIntergration.md)
|
||||
|
||||
### OS-specific
|
||||
Make sure to read the basic [Build Instructions](BuildInstructions.md) first.
|
||||
|
@ -29,13 +30,17 @@ Make sure to read the basic [Build Instructions](BuildInstructions.md) first.
|
|||
## Configuring Editors
|
||||
* [CLion](CLionConfiguration.md)
|
||||
* [Emacs](EmacsConfiguration.md)
|
||||
* [Helix](HelixConfiguration.md)
|
||||
* [NVim](NvimConfiguration.md)
|
||||
* [Qt Creator](QtCreatorConfiguration.md)
|
||||
* [Vim](VimConfiguration.md)
|
||||
* [VS Code](VSCodeConfiguration.md)
|
||||
|
||||
## Development
|
||||
* [How to Contribute](../CONTRIBUTING.md)
|
||||
* [Coding Style](CodingStyle.md)
|
||||
* [Common Patterns](Patterns.md)
|
||||
* [Guidelines for Text in UI](HumanInterfaceGuidelines/Text.md)
|
||||
* [EventLoop](EventLoop.md)
|
||||
* [High DPI Support](HighDPI.md)
|
||||
* [Smart Pointers](SmartPointers.md)
|
||||
|
@ -52,6 +57,7 @@ Make sure to read the basic [Build Instructions](BuildInstructions.md) first.
|
|||
* [Inter-Process Communication protocol (.ipc)](../Base/usr/share/man/man4/ipc.md)
|
||||
|
||||
## Browser/LibWeb
|
||||
* [Ladybird Browser Build Instructions](BuildInstructionsLadybird.md)
|
||||
* [General Architecture](Browser/ProcessArchitecture.md)
|
||||
* [LibWeb: From Loading to Painting](Browser/LibWebFromLoadingToPainting.md)
|
||||
* [How to Add an IDL File](Browser/AddNewIDLFile.md)
|
||||
|
@ -60,6 +66,10 @@ Make sure to read the basic [Build Instructions](BuildInstructions.md) first.
|
|||
## Kernel
|
||||
* [AHCI Locking](Kernel/AHCILocking.md)
|
||||
* [ProcFS Indexing](Kernel/ProcFSIndexing.md)
|
||||
* [RAMFS](Kernel/RAMFS.md)
|
||||
* [IOWindow](Kernel/IOWindow.md)
|
||||
* [Graphics Subsystem](Kernel/GraphicsSubsystem.md)
|
||||
* [Kernel Development Patterns & Guidelines](Kernel/DevelopmentGuidelines.md)
|
||||
|
||||
## Applications
|
||||
Documentation for SerenityOS applications and utilities can be found in [the man pages](https://man.serenityos.org/).
|
||||
|
|
Loading…
Reference in a new issue