[connections.wiki] Added links to the other wiki pages (making an index/table of contents)
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections.wiki] Added links to the other wiki pages (making an index/table of contents)
- Date: Fri, 1 Jul 2022 09:37:44 +0000 (UTC)
commit bc8a4cfd73d12248f00f8a34da8f88f7a507b200
Author: Felipe Borges <felipeborges gnome org>
Date: Fri Jul 1 09:37:43 2022 +0000
Added links to the other wiki pages (making an index/table of contents)
home.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/home.md b/home.md
index aad7371..6f4a776 100644
--- a/home.md
+++ b/home.md
@@ -10,4 +10,9 @@ Connections is designed to split remote-connection specifics from the frontend.
The `VncConnection` and `RdpConnection` classes are derived from the `Connection` abstract class, which
implements some of the functionality that applies to all protocols and relies heavily on its properties being
serializable. This way, the `Database` singleton object manages the collection of remote connections data by
serializing a `Connection` object's [properties to/from a
Keyfile](https://gitlab.gnome.org/GNOME/connections/-/blob/master/src/database.vala#L154). This mechanism
allows for `Connection` properties to be always in sync with the disk.
-`VncPreferencesWindow` and `RdpPreferencesWindow` derive from the `PreferencesWindow` class. These dialogs
basically bind the `Connection` properties to the widgets that allow for editing them. Edits get
automatically synchronized with their respective `Connection` object and consequently saved to disk.
\ No newline at end of file
+`VncPreferencesWindow` and `RdpPreferencesWindow` derive from the `PreferencesWindow` class. These dialogs
basically bind the `Connection` properties to the widgets that allow for editing them. Edits get
automatically synchronized with their respective `Connection` object and consequently saved to disk.
+
+## Other guides
+
+- [Building instructions](https://gitlab.gnome.org/GNOME/connections/-/wikis/Building-instructions)
+- [Testing the Onboarding
Dialog](https://gitlab.gnome.org/GNOME/connections/-/wikis/Testing-the-onboarding-dialog)
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]