Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-06-02 05:20:26 +00:00
committed by GitHub
commit e99fed13ad
870 changed files with 350356 additions and 0 deletions

9
staticos.idx Normal file
View File

@@ -0,0 +1,9 @@
nimTitle staticos staticos.html module std/staticos 0
nim staticFileExists staticos.html#staticFileExists,string proc staticFileExists(filename: string): bool 7
nim staticDirExists staticos.html#staticDirExists,string proc staticDirExists(dir: string): bool 13
nim pcFile staticos.html#pcFile PathComponent.pcFile 19
nim pcLinkToFile staticos.html#pcLinkToFile PathComponent.pcLinkToFile 19
nim pcDir staticos.html#pcDir PathComponent.pcDir 19
nim pcLinkToDir staticos.html#pcLinkToDir PathComponent.pcLinkToDir 19
nim PathComponent staticos.html#PathComponent enum PathComponent 19
nim staticWalkDir staticos.html#staticWalkDir,string proc staticWalkDir(dir: string; relative = false): seq[\n tuple[kind: PathComponent, path: string]] 29