mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
chore: change sassdoc/typedoc output to local public/references/
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
/// ==================================================================================
|
// ==================================================================================
|
||||||
/// Right-to-Left (RTL) Support
|
// Right-to-Left (RTL) Support
|
||||||
///
|
//
|
||||||
/// @see https://rtlstyling.com/posts/rtl-styling/
|
// See https://rtlstyling.com/posts/rtl-styling/
|
||||||
/// @see https://developer.apple.com/design/human-interface-guidelines/right-to-left/
|
// See https://developer.apple.com/design/human-interface-guidelines/right-to-left/
|
||||||
/// ==================================================================================
|
// ==================================================================================
|
||||||
|
|
||||||
[dir="rtl"] {
|
[dir="rtl"] {
|
||||||
// A few input types should stay LTR
|
// A few input types should stay LTR
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
Called from: layouts/baseof.html.
|
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 -}}
|
{{- .Store.Set "this" dict -}}
|
||||||
|
|
||||||
{{- partial "init/detection-env.html" . -}}
|
{{- partial "init/detection-env.html" . -}}
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@
|
|||||||
"gen:lexers": "pnpm -F chroma-lexers start",
|
"gen:lexers": "pnpm -F chroma-lexers start",
|
||||||
"gen:docs": "pnpm -F gen-docs start",
|
"gen:docs": "pnpm -F gen-docs start",
|
||||||
"gen:typedoc": "typedoc",
|
"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": "unocss",
|
||||||
"unocss:watch": "unocss --watch",
|
"unocss:watch": "unocss --watch",
|
||||||
"prepare": "simple-git-hooks"
|
"prepare": "simple-git-hooks"
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
],
|
],
|
||||||
"entryPointStrategy": "expand",
|
"entryPointStrategy": "expand",
|
||||||
"tsconfig": "assets/tsconfig.json",
|
"tsconfig": "assets/tsconfig.json",
|
||||||
"out": "../fixit-docs/static/references/javascript",
|
"out": "public/references/javascript",
|
||||||
"skipErrorChecking": true,
|
"skipErrorChecking": true,
|
||||||
"excludePrivate": true,
|
"excludePrivate": true,
|
||||||
"excludeInternal": true,
|
"excludeInternal": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user