diff --git a/docs/api/calendar.md b/docs/api/calendar.md index 99c1756..3bfd73f 100644 --- a/docs/api/calendar.md +++ b/docs/api/calendar.md @@ -1,9 +1,8 @@ --- +title: "calendar" description: "Calendar and date helpers." --- -# `calendar` - Calendar and date helpers. > [!WARNING] diff --git a/docs/api/date.md b/docs/api/date.md index c39f439..fa3ee31 100644 --- a/docs/api/date.md +++ b/docs/api/date.md @@ -1,9 +1,8 @@ --- +title: "date" description: "Timezone-naive date helpers and immutable date values." --- -# `date` - Timezone-naive date helpers and immutable date values. ## Usage diff --git a/docs/api/duration.md b/docs/api/duration.md index 3386860..8c39971 100644 --- a/docs/api/duration.md +++ b/docs/api/duration.md @@ -1,10 +1,9 @@ --- +title: "duration" description: "Reusable immutable duration values for date arithmetic and formatting." --- -# `duration` - Reusable immutable duration values for date arithmetic and formatting. ## Usage diff --git a/docs/api/fs.md b/docs/api/fs.md index a646a9b..28a211f 100644 --- a/docs/api/fs.md +++ b/docs/api/fs.md @@ -1,9 +1,8 @@ --- +title: "fs" description: "Filesystem I/O, metadata, and filesystem path operations." --- -# `fs` - Filesystem I/O, metadata, and filesystem path operations. > [!NOTE] diff --git a/docs/api/glob.md b/docs/api/glob.md index 045a163..a24c43a 100644 --- a/docs/api/glob.md +++ b/docs/api/glob.md @@ -1,9 +1,8 @@ --- +title: "glob" description: "Glob-style matching and filesystem expansion helpers." --- -# `glob` - Glob-style matching and filesystem expansion helpers. ## Usage diff --git a/docs/api/is.md b/docs/api/is.md index 0505cbd..b6db0b4 100644 --- a/docs/api/is.md +++ b/docs/api/is.md @@ -1,9 +1,8 @@ --- +title: "is" description: "Type predicates for Lua values and filesystem path types." --- -# `is` - Type predicates for Lua values and filesystem path types. ## Usage diff --git a/docs/api/json.md b/docs/api/json.md index f123b42..0209339 100644 --- a/docs/api/json.md +++ b/docs/api/json.md @@ -1,9 +1,8 @@ --- +title: "json" description: "JSON encoding and decoding helpers." --- -# `json` - JSON encoding and decoding helpers. > [!NOTE] diff --git a/docs/api/keyword.md b/docs/api/keyword.md index 738d8c4..db51797 100644 --- a/docs/api/keyword.md +++ b/docs/api/keyword.md @@ -1,9 +1,8 @@ --- +title: "keyword" description: "Helpers for Lua keywords and identifiers." --- -# `keyword` - Helpers for Lua keywords and identifiers. ## Usage diff --git a/docs/api/list.md b/docs/api/list.md index 7a6bba1..b112d26 100644 --- a/docs/api/list.md +++ b/docs/api/list.md @@ -1,10 +1,9 @@ --- +title: "List" description: "A list class for creating, transforming, and querying sequences of values." --- -# `List` - A list class for creating, transforming, and querying sequences of values. ## Usage diff --git a/docs/api/log.md b/docs/api/log.md index 749b4f0..13d3a24 100644 --- a/docs/api/log.md +++ b/docs/api/log.md @@ -1,11 +1,10 @@ --- +title: "log" description: "Logger factory that emits normalized records through an optional custom handler." --- -# `log` - Logger factory that emits normalized records through an optional custom handler. When `opts.handler` is omitted, records are written to `io.stderr`. diff --git a/docs/api/ntpath.md b/docs/api/ntpath.md index cdb218c..77cf199 100644 --- a/docs/api/ntpath.md +++ b/docs/api/ntpath.md @@ -1,9 +1,8 @@ --- +title: "ntpath" description: "Windows/NT-style path operations." --- -# `ntpath` - Windows/NT-style path operations. > 💡Python `ntpath`-style behavior, ported to Lua. diff --git a/docs/api/operator.md b/docs/api/operator.md index 31670a5..09f7ea8 100644 --- a/docs/api/operator.md +++ b/docs/api/operator.md @@ -1,9 +1,8 @@ --- +title: "operator" description: "Lua operators exposed as functions." --- -# `operator` - Lua operators exposed as functions. ## Usage diff --git a/docs/api/path.md b/docs/api/path.md index 1e52564..079d53b 100644 --- a/docs/api/path.md +++ b/docs/api/path.md @@ -1,9 +1,8 @@ --- +title: "path" description: "Cross-platform path operations with host-platform semantics." --- -# `path` - Cross-platform path operations with host-platform semantics. ## Usage diff --git a/docs/api/posixpath.md b/docs/api/posixpath.md index 31d90cc..cfcec0a 100644 --- a/docs/api/posixpath.md +++ b/docs/api/posixpath.md @@ -1,9 +1,8 @@ --- +title: "posixpath" description: "POSIX-style path operations." --- -# `posixpath` - POSIX-style path operations. > 💡 Python `posixpath`-style behavior, ported to Lua. diff --git a/docs/api/runtime.md b/docs/api/runtime.md index 805d576..47a1bca 100644 --- a/docs/api/runtime.md +++ b/docs/api/runtime.md @@ -1,9 +1,8 @@ --- +title: "runtime" description: "Lua runtime metadata and version compatibility flags." --- -# `runtime` - Lua runtime metadata and version compatibility flags. ## Usage diff --git a/docs/api/set.md b/docs/api/set.md index 84124f5..58122ff 100644 --- a/docs/api/set.md +++ b/docs/api/set.md @@ -1,9 +1,8 @@ --- +title: "set" description: "A set class for creating, combining, and querying unique values." --- -# `set` - A set class for creating, combining, and querying unique values. ## Usage diff --git a/docs/api/str.md b/docs/api/str.md index 7a5091e..461a221 100644 --- a/docs/api/str.md +++ b/docs/api/str.md @@ -1,10 +1,9 @@ --- +title: "str" description: "String operations for searching, splitting, trimming, and formatting text." --- -# `str` - String operations for searching, splitting, trimming, and formatting text. ## Usage diff --git a/docs/api/stringcase.md b/docs/api/stringcase.md index 977d9c8..2e25083 100644 --- a/docs/api/stringcase.md +++ b/docs/api/stringcase.md @@ -1,9 +1,8 @@ --- +title: "stringcase" description: "String case conversion and word splitting." --- -# `stringcase` - String case conversion and word splitting. ## Usage diff --git a/docs/api/stringify.md b/docs/api/stringify.md index 7d6a3b2..6adb4a1 100644 --- a/docs/api/stringify.md +++ b/docs/api/stringify.md @@ -1,9 +1,8 @@ --- +title: "stringify" description: "Render Lua values as readable source-like text." --- -# `stringify` - Render Lua values as readable source-like text. ## Usage diff --git a/docs/api/tbl.md b/docs/api/tbl.md index 28c8f22..c63a770 100644 --- a/docs/api/tbl.md +++ b/docs/api/tbl.md @@ -1,10 +1,9 @@ --- +title: "tbl" description: "Table operations for querying, copying, merging, and transforming tables." --- -# `tbl` - Table operations for querying, copying, merging, and transforming tables. ## Usage diff --git a/docs/api/template.md b/docs/api/template.md index 0d5bdc2..8e65499 100644 --- a/docs/api/template.md +++ b/docs/api/template.md @@ -1,9 +1,8 @@ --- -description: "String template rendering with {{." +title: "template" +description: "String template rendering with {{." --- -# `template` - String template rendering with {{...}} placeholders. ## Usage diff --git a/docs/api/utils.md b/docs/api/utils.md index 1309acd..8f8e075 100644 --- a/docs/api/utils.md +++ b/docs/api/utils.md @@ -1,9 +1,8 @@ --- +title: "utils" description: "Shared utility helpers used across the Mods library." --- -# `utils` - Shared utility helpers used across the Mods library. ## Usage diff --git a/docs/api/validate.md b/docs/api/validate.md index 196af83..d4e9a4d 100644 --- a/docs/api/validate.md +++ b/docs/api/validate.md @@ -1,9 +1,8 @@ --- +title: "validate" description: "Validation helpers for Lua values and filesystem path types." --- -# `validate` - Validation helpers for Lua values and filesystem path types. ## Usage