From 9a6d3359683d8d8e43dc73b77f4935f8925d1c90 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Mon, 18 Sep 2023 13:03:09 +0900 Subject: [PATCH 1/2] Add prominent https://webkit.org/ link to top page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A developer/reader coming in to the https://docs.webkit.org/ site would likely find it pretty useful to also browse directly to the top of the https://webkit.org/ site and explore all the other information about WebKit which that site provides. But the existing https://docs.webkit.org/ site doesn’t include any link directly to the top of the https://webkit.org/ site. Among the specific things linked to on the https://webkit.org/ site, developers are likely to find the Feature Status tab in the top menu to be useful — since it includes links to the Standards Positions and CSS Features pages, which docs.webkit.org doesn’t link to (and probably doesn’t need to). See also https://commits.webkit.org/267977@main --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index cbb20b67..906b752d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ hide: # WebKit Overview -WebKit is a cross-platform web browser engine. On iOS and macOS, it powers Safari, Mail, iBooks, and many other applications. +WebKit is a cross-platform web browser engine. On iOS and macOS, it powers Safari, Mail, iBooks, and many other applications. For more information about WebKit, see the [WebKit project website](https://webkit.org/). ## Getting Up and Running From 460d7653ffb9506ecd8cd4d0c18b8f74d1e1071f Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 19 Sep 2023 16:22:13 +0900 Subject: [PATCH 2/2] Add https://webkit.org image link in footer (with tentative image) This uses the Safari logo but would need to be changed to the WebKit logo or something else. --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 8017ded7..ec953968 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,6 +33,9 @@ extra: - icon: fontawesome/brands/github link: https://github.com/webkit/webkit + - icon: fontawesome/brands/safari + link: https://webkit.org + generator: false copyright: WebKit and the WebKit logo are trademarks of Apple Inc.