From 277bece4e0a7d0ba3dc6591bbd6409134176d120 Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: Fri, 20 Dec 2024 13:03:52 +0100 Subject: [PATCH] docs: Add initial index.md landing page This is the page we want to link to users wanting to get started with developing GNOME Settings. It should contain the pointers users need to find their way around contributing to the project. --- docs/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000000..c22e103ab0 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,15 @@ +# GNOME Settings Developer Documentation + +GNOME Settings, also known as gnome-control-center, is the central application for managing system and desktop configurations in the GNOME desktop environment. + +This documentation is focused on developers, designers, and translators, contributing or interested in understanding the project internals. + +## Guides/HowDoI + +* [Building GNOME Settings with Toolbx](BUILDING_WITH_TOOLBX.md) +* [Building GNOME Settings with Flatpak/GNOME Builder](BUILDING_WITH_FLATPAK_BUILDER.md) +* [Testing the Printers panel without a printer](PRINTERS_TESTING.md) +* [Testing the Fingerprint settings without a fingerprint reader](USERS_FINGERPRINT_MOCKING.md) +* [Testing the Wacom settings without a tablet](WACOM_TESTING.md) +* [Reordering the panel list sidebar](SIDEBAR_PANEL_LIST.md) +* [Reset the last-visited panel setting](RESET_LAST_VISITED_PANEL.md) -- GitLab