10 Commits

Author SHA1 Message Date
Ian Bassi
f2ddafe58d Case sensitive validations (#202) 2026-04-08 11:51:47 -03:00
Ian Bassi
3909e25f42 Fix redirection from different directories (#173) 2026-02-11 15:52:41 -03:00
Ian Bassi
65daf21257 Preserve URL hash in HTML redirects (#142)
Updated the redirect scripts in build.ps1 and build.sh to append the current URL hash to the target URL, ensuring that anchor links are preserved during redirection.
2026-01-21 15:40:41 -03:00
Ian Bassi
446931d895 KaTeX +Mermaid (#126)
* Add KaTeX support for math rendering in documentation

Introduced web_extras/katex.js and updated build scripts to copy it to the appropriate assets directories. Updated mkdocs.yml to include KaTeX CSS/JS and enabled pymdownx.arithmatex extension for math rendering. This enables LaTeX-style math support in the documentation.

* Add mermaid

Configured pymdownx.superfences in mkdocs.yml to support custom 'mermaid' code fences, enabling better integration of mermaid diagrams in documentation.
2026-01-18 14:48:54 -03:00
Ian Bassi
173533fb9b Add icon theme JS and update build for theme assets (#113)
Introduces web_extras/icon-theme.js to handle dynamic icon switching based on theme. Updates build scripts (build.ps1, build.sh) to copy custom CSS and JS assets for both docs and wiki outputs. mkdocs.yml is updated to include the new JS asset and reorganizes the Print Prepare navigation for clarity.
2026-01-15 12:43:15 -03:00
Ian Bassi
8a889264a7 Revert "update build script (#83)" (#84)
This reverts commit f48db66813.
2026-01-08 15:49:53 -03:00
yw4z
f48db66813 update build script (#83)
* Update build.sh

* Update build.sh

* Update build.sh

* Update build.sh
2026-01-08 15:29:55 -03:00
Ian Bassi
d0536516c8 Copy web_extras assets to wiki output in build scripts (#82)
Enhances both build.ps1 and build.sh to copy the contents of the web_extras directory into the wiki output folder, ensuring extra assets are available in the generated site. Adds warnings if the web_extras directory or specific files are missing.

Co-authored-by: yw4z <yw4z@outlook.com>
2026-01-08 13:11:15 -03:00
SoftFever
deb5817a70 Move "Developer Reference" to bottom in the nav bar 2026-01-03 13:43:11 +08:00
SoftFever
b294b50c04 vibe coded workflow to build and publish wiki to orca website 2026-01-02 00:08:06 +08:00