mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
Documentation: Move all file format documentation into its own manpage
The documentation is largely unchanged except for adoption into the standard manpage format.
This commit is contained in:
parent
da25ac0d48
commit
9660f5d0e6
7 changed files with 125 additions and 83 deletions
18
Base/usr/share/man/man5/af.md
Normal file
18
Base/usr/share/man/man5/af.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
## Name
|
||||
|
||||
af - Application File format
|
||||
|
||||
## Synopsis
|
||||
|
||||
The Application Files define System Menu entries and launcher file types / protocols.
|
||||
|
||||
## Description
|
||||
|
||||
.af files are human-readable and are a subset of the INI-format, have no easily detectable filemagic. These files define System Menu entries and launcher file types / protocols.
|
||||
|
||||
They are stored in [`/res/apps`](../../../../res/apps).
|
||||
|
||||
## See Also
|
||||
|
||||
- [`Userland/Services/Taskbar/main.cpp`](../../../../../Userland/Services/Taskbar/main.cpp)
|
||||
- `Launcher::load_handlers` in [`Userland/Services/LaunchServer/Launcher.cpp`](../../../../../Userland/Services/LaunchServer/Launcher.cpp).
|
Loading…
Add table
Add a link
Reference in a new issue