From d292e734970313ab6e0476db67d97ef48280cf94 Mon Sep 17 00:00:00 2001 From: Martyn Welch <martyn.welch@collabora.com> Date: Wed, 21 Apr 2021 16:45:15 +0100 Subject: [PATCH] Move connectivity document to guides The connectivity document is more of a guide on how to implement support than a concept. Add status to page as it is out of date, but move to guides as this is the "right" place for it. Signed-off-by: Martyn Welch <martyn.welch@collabora.com> --- content/{designs => guides}/connectivity-documentation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename content/{designs => guides}/connectivity-documentation.md (98%) diff --git a/content/designs/connectivity-documentation.md b/content/guides/connectivity-documentation.md similarity index 98% rename from content/designs/connectivity-documentation.md rename to content/guides/connectivity-documentation.md index 10a6709df..c41f4e645 100644 --- a/content/designs/connectivity-documentation.md +++ b/content/guides/connectivity-documentation.md @@ -10,12 +10,15 @@ aliases = [ ] outputs = [ "html", "pdf-in",] date = "2016-05-28" + +status = "Requires Update" +statusDescription = "Document requires introduction. Formatting and grammar of document could be improved. Document contains dead links. Document structure needs improving. Remove sections on Telepathy and Folks which are now obsolete." +++ ## Writing ConnMan plugins The plugin documentation in ConnMan was improved and submitted upstream. -The documentation about writing plugins ca be found on ConnMan sources +The documentation about writing plugins can be found on ConnMan sources in the following files: *doc/plugin-api.txt*, *src/device.c* and *src/network.c*. Example plugins are plugins/bluetooth.c plugins/wifi.c, plugins/ofono.c, among others. -- GitLab