chore: change sassdoc/typedoc output to local public/references/

This commit is contained in:
Cell
2026-08-24 00:48:35 +08:00
parent df90a0eb96
commit 152e7fa5a2
4 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
/// ==================================================================================
/// Right-to-Left (RTL) Support
///
/// @see https://rtlstyling.com/posts/rtl-styling/
/// @see https://developer.apple.com/design/human-interface-guidelines/right-to-left/
/// ==================================================================================
// ==================================================================================
// Right-to-Left (RTL) Support
//
// See https://rtlstyling.com/posts/rtl-styling/
// See https://developer.apple.com/design/human-interface-guidelines/right-to-left/
// ==================================================================================
[dir="rtl"] {
// A few input types should stay LTR
+1 -1
View File
@@ -8,7 +8,7 @@
Called from: layouts/baseof.html.
*/ -}}
{{- hugo.Store.Set "version" "v1.0.0-alpha-mszlt87u" -}}
{{- hugo.Store.Set "version" "v1.0.0-alpha-mt63qgu1" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
+1 -1
View File
@@ -44,7 +44,7 @@
"gen:lexers": "pnpm -F chroma-lexers start",
"gen:docs": "pnpm -F gen-docs start",
"gen:typedoc": "typedoc",
"gen:sassdoc": "npx sassdoc@2.7.2 assets/scss/ --dest ../fixit-docs/static/references/scss --config .sassdocrc",
"gen:sassdoc": "npx sassdoc@2.7.2 assets/scss/ --dest public/references/scss --config .sassdocrc",
"unocss": "unocss",
"unocss:watch": "unocss --watch",
"prepare": "simple-git-hooks"
+1 -1
View File
@@ -5,7 +5,7 @@
],
"entryPointStrategy": "expand",
"tsconfig": "assets/tsconfig.json",
"out": "../fixit-docs/static/references/javascript",
"out": "public/references/javascript",
"skipErrorChecking": true,
"excludePrivate": true,
"excludeInternal": true,