From de7b5e3b753dcfa390eb84f438350c91d4d11007 Mon Sep 17 00:00:00 2001 From: projectitis <32183808+projectitis@users.noreply.github.com> Date: Sat, 2 Oct 2021 16:40:31 +1300 Subject: [PATCH] Readme: Add links to documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 91cc4dda..80d9641b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ If your program has the main renderer, your program could call ThorVG APIs while - [Tizen](#tizen) - [Rive](#rive) - [Examples](#examples) +- [Documentation](#documentation) - [Tools](#tools) - [ThorVG Viewer](#thorvg-viewer) - [SVG to PNG](#svg-to-png) @@ -253,6 +254,12 @@ meson -Dexamples=true . build Note that these examples require the EFL `elementary` package for launching. If you're using Linux-based OS, you can easily install this package from your OS distribution server. Otherwise, please visit the official [EFL page](https://enlightenment.org/) for more information. +[Back to contents](#contents) +
+
+## Documentation +ThorVG API documentation is available at [thorvg.org/apis](https://www.thorvg.org/apis), and can also found in the [docs](/docs) folder of this repo. + [Back to contents](#contents)