From e6a7323b1b42085bc998fd9c99364801e9051111 Mon Sep 17 00:00:00 2001 From: Mario Sanchez Prada Date: Thu, 11 Apr 2024 11:47:51 +0200 Subject: [PATCH] Add links to API documentation from "Developers" and "Learn & Discover" We add the links from Developers only for now, will then work on a more elaborated page for documentation that will cover also cog, libwpe and the FDO backend, but for now this should be good enough. --- about/index.md | 1 + developers/index.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/about/index.md b/about/index.md index 174f976c5..1a13ded73 100644 --- a/about/index.md +++ b/about/index.md @@ -195,6 +195,7 @@ answer these and more questions. * [Supported Hardware](/about/supported-hardware.html) * [Architecture](/about/architecture.html) +* [API Documentation](/developers/#api-documentation) * [Release Schedule](/release/schedule) * [Frequently Asked Questions](/about/faq.html) diff --git a/developers/index.md b/developers/index.md index 3ee570675..9468353dd 100644 --- a/developers/index.md +++ b/developers/index.md @@ -31,6 +31,23 @@ h2 {
+## [API Documentation](#) + +API documentation for the **latest stable release** is available here: + + + +
+ +
+ ## [WPE Builds](/about/builds.html) While there are several simple ways for developers to experiment with and explore WPE, none are tuned for performance. Generally, shipping products for embedded systems are performance-tuned custom builds. To make this easier, there is also [meta-webkit](https://github.com/Igalia/meta-webkit), which provides build recipes, WebKit based runtimes, and browsers for use with OpenEmbedded and/or Yocto.