From fe1d6d79f348633ca488c83b18d8cce5f6a9cac4 Mon Sep 17 00:00:00 2001 From: ovari123 <ovari123@zoho.com> Date: Sat, 25 Jan 2025 07:02:24 -0400 Subject: [PATCH] extension/index: rst to md Change-Id: I735b4aea8e3c28681c3a752ae2e8613600daa179 --- extension/{index.rst => index.md} | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) rename extension/{index.rst => index.md} (57%) diff --git a/extension/index.rst b/extension/index.md similarity index 57% rename from extension/index.rst rename to extension/index.md index 52c38a77..e8ea12dd 100644 --- a/extension/index.rst +++ b/extension/index.md @@ -1,21 +1,22 @@ -################ -Extension manual -################ +# Extension manual The Jami extension manual is a reference for Jami extension developers, documenting the various aspects of the Jami Extension API and architecture. In September 2020, the Jami team added extensions as a call feature for GNU/Linux, Windows, macOS, and Android users. This enables personalized call and chat experiences by using available extensions. Additionally, anyone is also able to transform awesome ideas into brand new Jami extensions! -**NOTE: Jami source code also uses the term “plugin” to refer to “extension”.** +```{important} +Jami source code also uses the term “plugin” to refer to “extension”. +``` -.. toctree:: - :maxdepth: 1 +```{toctree} +:maxdepth: 1 - how-it-works - how-to-build - how-to-publish - creating-jami-extensions - jami-extension-certificate - extension-store-jami-client - tensorflow-extension +how-it-works +how-to-build +how-to-publish +creating-jami-extensions +jami-extension-certificate +extension-store-jami-client +tensorflow-extension +``` \ No newline at end of file -- GitLab