From ffd95086d5e55082900dfdc181c384d739f7de91 Mon Sep 17 00:00:00 2001 From: Ed Beroset Date: Wed, 20 Nov 2024 17:15:19 -0500 Subject: [PATCH] Add references to new page from existing ones This adds links to the new documentation page from the existing ones to make the web version of the documentation easier to navigate. Signed-off-by: Ed Beroset --- doc/01_intro.md | 1 + doc/02_architecture.md | 1 + doc/03_dbus.md | 1 + 3 files changed, 3 insertions(+) diff --git a/doc/01_intro.md b/doc/01_intro.md index 5c60e71..cec2015 100644 --- a/doc/01_intro.md +++ b/doc/01_intro.md @@ -33,5 +33,6 @@ Platform -> media_player : use D-bus to set volume That is a very quick introduction to generally how the `asteroidsyncservice` software works. Here are links for more details: - [Software Architecture](@ref architecture) +- [D-Bus interface](@ref daemon) - [Understanding D-Bus](@ref dbus) - [Glossary](@ref glossary) diff --git a/doc/02_architecture.md b/doc/02_architecture.md index 8c1ddc2..279c784 100644 --- a/doc/02_architecture.md +++ b/doc/02_architecture.md @@ -41,5 +41,6 @@ Similarly, the daemon uses D-Bus to interact with other software (such as a medi ## Further reading ## - [Introduction](@ref mainpage) +- [D-Bus interface](@ref daemon) - [Understanding D-Bus](@ref dbus) - [Glossary](@ref glossary) diff --git a/doc/03_dbus.md b/doc/03_dbus.md index 1f0a580..a671e2a 100644 --- a/doc/03_dbus.md +++ b/doc/03_dbus.md @@ -14,5 +14,6 @@ On all platforms, BlueZ uses D-Bus to send messages to `asteroidsyncservice`. S ## Further reading ## - [Introduction](@ref mainpage) +- [D-Bus interface](@ref daemon) - [Software Architecture](@ref architecture) - [Glossary](@ref glossary)