9 Commits

Author SHA1 Message Date
Ian Bassi
b94b0471a3 Fix Home case (#204) 2026-04-08 12:56:44 -03:00
Ian Bassi
f2ddafe58d Case sensitive validations (#202) 2026-04-08 11:51:47 -03:00
Ian Bassi
e2b8118ce1 Improve mkdocs.yml YAML loading with fallback for tags (#132)
Refactors the YAML loading logic in update_mkdocs_yml to first attempt strict safe_load, and only fall back to a custom loader if Python tags are present. This makes the validation stricter and only relaxes it when necessary for mkdocs-specific tags.
2026-01-19 10:05:36 -03:00
Ian Bassi
25332d62f5 Improve mkdocs.yml YAML validation for custom tags (#131)
Adds a custom SafeLoader to handle the !!python/name:pymdownx.superfences.fence_code_format tag during YAML validation, preventing errors when validating mkdocs.yml files that use this extension.
2026-01-19 10:00:59 -03:00
Ian Bassi
405ea406a3 Formatting (#130) 2026-01-19 09:58:12 -03:00
Ian Bassi
c288bda724 Improve YAML validation for MkDocs config (#129)
Adds a custom SafeLoader to tolerate !!python/name tags in mkdocs.yml, allowing validation of YAML files that use MkDocs or pymdownx extensions without executing code.
2026-01-19 09:35:54 -03:00
Ian Bassi
16e1f4d5a9 PS1 Improvements (#81)
* Normalize path separators in navigation links

Replaces backslashes with forward slashes in relative paths when generating navigation items to ensure consistency across different operating systems.

* Fix URL encoding and path normalization in build script

Normalizes path separators to forward slashes for URLs and updates URL encoding to only encode spaces, preserving forward slashes. This improves the correctness of generated redirect URLs in the build process.
2026-01-05 11:25:58 -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