From 6e11ad5eff5d0e864513476b3fe02e2af4efb6e0 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 1 Apr 2024 23:50:16 +0200 Subject: Add user manual to the website --- .github/workflows/main.yml | 1 + index.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7dddd44..3ac54e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,7 @@ jobs: run: | # For some reason they are generated by root user cp -a dillo/html web/doxygen + cp dillo/doc/user_help.html web/user_help.html - name: Upload Artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/index.html b/index.html index eaa17ea..70a7362 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,10 @@ table { margin: 1.5em; } bug meter Bugmeter icon. +

+ Read the user manual to discover how to use + all the features. +

Screenshots

Plan9 website -- cgit v1.2.3