docs: restructure help pages into bundles and add new reference pages

Convert several pages to leaf bundles with WebP screenshots, add
api-keys, domain-availability, notifications, provider-features,
quotas, services, settings, signup and subdomains pages, and refresh
existing content.
This commit is contained in:
nemunaire 2026-06-11 16:50:06 +09:00
commit c372f8409a
81 changed files with 1957 additions and 155 deletions

View file

@ -1,10 +1,10 @@
baseURL: https://help.happydomain.org/
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
enableGitInfo: true
theme: hugo-theme-relearn
languages:
en:
title: "happyDomain help center"
@ -50,6 +50,7 @@ params:
# next to it (a single space resolves to an empty logo title).
linkTitle: " "
showVisitedLinks: true
hideAuthorEmail: true
mermaid: false
# "auto" follows the OS light/dark preference: light -> green, dark ->
# relearn-dark. Both must be declared as variants so the theme attaches the
@ -61,7 +62,6 @@ params:
- identifier: green
- identifier: relearn-dark
# The relearn theme attaches CSS classes to generated blocks (e.g. the
# `children` shortcode appends `{class="children ..."}` after its list).
# Goldmark only interprets that as block attributes when block parsing is
@ -75,4 +75,4 @@ markup:
unsafe: true
outputs:
home: [ "HTML", "RSS", "PRINT"]
home: ["HTML", "RSS", "PRINT"]