From 152e7fa5a2caec56f2a12118fb5b394fad550fb3 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 24 Aug 2026 00:48:35 +0800 Subject: [PATCH] chore: change sassdoc/typedoc output to local public/references/ --- assets/scss/core/_rtl.scss | 12 ++++++------ layouts/_partials/init/index.html | 2 +- package.json | 2 +- typedoc.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/scss/core/_rtl.scss b/assets/scss/core/_rtl.scss index 7cf06d13..3885a242 100644 --- a/assets/scss/core/_rtl.scss +++ b/assets/scss/core/_rtl.scss @@ -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 diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 4627b491..66918076 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -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" . -}} diff --git a/package.json b/package.json index 11540ebc..4e6c2bfa 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/typedoc.json b/typedoc.json index 4ec6daa8..fb803e8d 100644 --- a/typedoc.json +++ b/typedoc.json @@ -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,