Add offline HTML help manual (EN/RU) with sidebar TOC + context-aware help link

This commit is contained in:
2026-08-13 15:26:08 +03:00
parent 69a20baa9f
commit 925ff80d80
6 changed files with 974 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: ['./index.html'],
content: ['./index.html', './help.html', './help-ru.html'],
theme: {
extend: {
textColor: {