From 5ea14be3fa69d9506b17e16811b8bccc7f1d8ea9 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Wed, 14 Jan 2026 14:23:53 +0100 Subject: [PATCH] chore: add extra/index.html: docs landing redirect to asusctl docs --- .gitlab-ci.yml | 2 +- extra/index.html | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 extra/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f504dea..a126c85e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,7 +90,7 @@ pages: - rm -rf public - mkdir public - cp -R ci-target/doc/* public - - cp extra/index.html public + - if [ -f extra/index.html ]; then cp extra/index.html public; else echo "no extra/index.html to copy"; fi artifacts: paths: - public diff --git a/extra/index.html b/extra/index.html new file mode 100644 index 00000000..45f4b67f --- /dev/null +++ b/extra/index.html @@ -0,0 +1,23 @@ + + + + + + asusctl docs + + + + + + +
+

asusctl documentation

+

Redirecting to the generated docs — if your browser doesn't redirect automatically, click here.

+

If you expected a different landing page, update extra/index.html accordingly.

+
+ +