Readme: Add links to documentation

This commit is contained in:
projectitis 2021-10-02 16:40:31 +13:00 committed by GitHub
parent 00fe44fc71
commit de7b5e3b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ If your program has the main renderer, your program could call ThorVG APIs while
- [Tizen](#tizen) - [Tizen](#tizen)
- [Rive](#rive) - [Rive](#rive)
- [Examples](#examples) - [Examples](#examples)
- [Documentation](#documentation)
- [Tools](#tools) - [Tools](#tools)
- [ThorVG Viewer](#thorvg-viewer) - [ThorVG Viewer](#thorvg-viewer)
- [SVG to PNG](#svg-to-png) - [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 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. 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)
<br />
<br />
## 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) [Back to contents](#contents)
<br /> <br />
<br /> <br />