Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/api/calendar.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "calendar"
description: "Calendar and date helpers."
---

# `calendar`

Calendar and date helpers.

> [!WARNING]
Expand Down
3 changes: 1 addition & 2 deletions docs/api/date.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/duration.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/fs.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
3 changes: 1 addition & 2 deletions docs/api/glob.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "glob"
description: "Glob-style matching and filesystem expansion helpers."
---

# `glob`

Glob-style matching and filesystem expansion helpers.

## Usage
Expand Down
3 changes: 1 addition & 2 deletions docs/api/is.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/json.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "json"
description: "JSON encoding and decoding helpers."
---

# `json`

JSON encoding and decoding helpers.

> [!NOTE]
Expand Down
3 changes: 1 addition & 2 deletions docs/api/keyword.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "keyword"
description: "Helpers for Lua keywords and identifiers."
---

# `keyword`

Helpers for Lua keywords and identifiers.

## Usage
Expand Down
3 changes: 1 addition & 2 deletions docs/api/list.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/log.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
3 changes: 1 addition & 2 deletions docs/api/ntpath.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions docs/api/operator.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "operator"
description: "Lua operators exposed as functions."
---

# `operator`

Lua operators exposed as functions.

## Usage
Expand Down
3 changes: 1 addition & 2 deletions docs/api/path.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/posixpath.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "posixpath"
description: "POSIX-style path operations."
---

# `posixpath`

POSIX-style path operations.

> 💡 Python `posixpath`-style behavior, ported to Lua.
Expand Down
3 changes: 1 addition & 2 deletions docs/api/runtime.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "runtime"
description: "Lua runtime metadata and version compatibility flags."
---

# `runtime`

Lua runtime metadata and version compatibility flags.

## Usage
Expand Down
3 changes: 1 addition & 2 deletions docs/api/set.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/str.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/stringcase.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "stringcase"
description: "String case conversion and word splitting."
---

# `stringcase`

String case conversion and word splitting.

## Usage
Expand Down
3 changes: 1 addition & 2 deletions docs/api/stringify.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/tbl.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions docs/api/template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: "String template rendering with <code v-pre>{{."
title: "template"
description: "String template rendering with {{."
---

# `template`

String template rendering with <code v-pre>{{...}}</code> placeholders.

## Usage
Expand Down
3 changes: 1 addition & 2 deletions docs/api/utils.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/api/validate.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down