Add offline HTML help manual (EN/RU) with sidebar TOC + context-aware help link
This commit is contained in:
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user