mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Remove non-existent documentation links
This commit is contained in:
parent
6d3a54e4a8
commit
f3a0e16ae9
Notes:
sideshowbarker
2024-07-16 22:24:48 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ancient-history/commit/f3a0e16ae9
1 changed files with 1 additions and 34 deletions
|
@ -2,30 +2,20 @@
|
||||||
|
|
||||||
Serenity 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](FAQ.md), you are welcome to ask on [Discord](../README.md#get-in-touch-and-participate).
|
Serenity 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](FAQ.md), you are welcome to ask on [Discord](../README.md#get-in-touch-and-participate).
|
||||||
|
|
||||||
A list of useful pages across the web can be found on [the link list](Links.md).
|
|
||||||
|
|
||||||
## Building and Running
|
## Building and Running
|
||||||
* [Build Instructions](BuildInstructions.md)
|
* [Build Instructions](BuildInstructions.md)
|
||||||
* [Advanced Build Instructions](AdvancedBuildInstructions.md)
|
* [Advanced Build Instructions](AdvancedBuildInstructions.md)
|
||||||
* [Troubleshooting](Troubleshooting.md)
|
* [Troubleshooting](Troubleshooting.md)
|
||||||
* [Running in VirtualBox](VirtualBox.md)
|
|
||||||
* [Running in VMware](VMware.md)
|
|
||||||
* [Running Tests](RunningTests.md)
|
* [Running Tests](RunningTests.md)
|
||||||
* [Setting Up Self-Hosted Runners](SelfHostedRunners.md)
|
* [Setting Up Self-Hosted Runners](SelfHostedRunners.md)
|
||||||
* [Profiling the Build](BuildProfilingInstructions.md)
|
* [Profiling the Build](BuildProfilingInstructions.md)
|
||||||
* [Spice Integration](SpiceIntegration.md)
|
|
||||||
|
|
||||||
### OS-specific
|
### OS-specific
|
||||||
Make sure to read the basic [Build Instructions](BuildInstructions.md) first.
|
Make sure to read the basic [Build Instructions](BuildInstructionsLadybird.md) first.
|
||||||
* [Building on Windows](BuildInstructionsWindows.md)
|
* [Building on Windows](BuildInstructionsWindows.md)
|
||||||
* [Building on macOS](BuildInstructionsMacOS.md)
|
* [Building on macOS](BuildInstructionsMacOS.md)
|
||||||
* [Building on Linux](BuildInstructionsOther.md)
|
* [Building on Linux](BuildInstructionsOther.md)
|
||||||
|
|
||||||
### Running on Hardware
|
|
||||||
* [Bare Metal Installation](BareMetalInstallation.md)
|
|
||||||
* [Running On Raspberry Pi](RunningOnRaspberryPi.md)
|
|
||||||
* [Known Hardware Compatibility](HardwareCompatibility.md)
|
|
||||||
|
|
||||||
## Configuring Editors
|
## Configuring Editors
|
||||||
* [CLion](CLionConfiguration.md)
|
* [CLion](CLionConfiguration.md)
|
||||||
* [Emacs](EmacsConfiguration.md)
|
* [Emacs](EmacsConfiguration.md)
|
||||||
|
@ -40,21 +30,9 @@ Make sure to read the basic [Build Instructions](BuildInstructions.md) first.
|
||||||
* [Coding Style](CodingStyle.md)
|
* [Coding Style](CodingStyle.md)
|
||||||
* [Common Patterns](Patterns.md)
|
* [Common Patterns](Patterns.md)
|
||||||
* [Guidelines for Text in UI](HumanInterfaceGuidelines/Text.md)
|
* [Guidelines for Text in UI](HumanInterfaceGuidelines/Text.md)
|
||||||
* [Guidelines for writing manual pages](WritingManPages.md)
|
|
||||||
* [EventLoop](EventLoop.md)
|
* [EventLoop](EventLoop.md)
|
||||||
* [High DPI Support](HighDPI.md)
|
|
||||||
* [Smart Pointers](SmartPointers.md)
|
* [Smart Pointers](SmartPointers.md)
|
||||||
* [String Formatting](StringFormatting.md)
|
* [String Formatting](StringFormatting.md)
|
||||||
* [How to Transfer Files Out of Serenity](TransferringFiles.md)
|
|
||||||
|
|
||||||
### File and Data Formats
|
|
||||||
* [Application Files (.af)](../Base/usr/share/man/man5/af.md)
|
|
||||||
* [Bitmap Fonts (.font)](../Base/usr/share/man/man5/font.md)
|
|
||||||
* [Clipboard data](../Base/usr/share/man/man5/clipboard.md)
|
|
||||||
* [Drag-and-drop data](../Base/usr/share/man/man5/drag-and-drop.md)
|
|
||||||
* [GUI Markup Language (.gml)](../Base/usr/share/man/man5/GML.md)
|
|
||||||
* [HackStudio Post-Create Scripts (.postcreate)](../Base/usr/share/man/man5/postcreate.md)
|
|
||||||
* [Inter-Process Communication protocol (.ipc)](../Base/usr/share/man/man4/ipc.md)
|
|
||||||
|
|
||||||
## Browser/LibWeb
|
## Browser/LibWeb
|
||||||
* [Ladybird Browser Build Instructions](BuildInstructionsLadybird.md)
|
* [Ladybird Browser Build Instructions](BuildInstructionsLadybird.md)
|
||||||
|
@ -62,14 +40,3 @@ Make sure to read the basic [Build Instructions](BuildInstructions.md) first.
|
||||||
* [LibWeb: From Loading to Painting](Browser/LibWebFromLoadingToPainting.md)
|
* [LibWeb: From Loading to Painting](Browser/LibWebFromLoadingToPainting.md)
|
||||||
* [How to Add an IDL File](Browser/AddNewIDLFile.md)
|
* [How to Add an IDL File](Browser/AddNewIDLFile.md)
|
||||||
* [LibWeb Code Style & Patterns](Browser/Patterns.md)
|
* [LibWeb Code Style & Patterns](Browser/Patterns.md)
|
||||||
|
|
||||||
## 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