tools/

directory
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2026 License: Apache-2.0

Directories

Path Synopsis
Package docir is a small intermediate representation for Rad's documentation.
Package docir is a small intermediate representation for Rad's documentation.
gen-docs-embed mirrors the canonical documentation pages listed in `docs-web/mkdocs.yml`'s `nav` into an embedded tree at `core/embedded_docs/` so the runtime's `//go:embed embedded_docs/*` directive picks them up.
gen-docs-embed mirrors the canonical documentation pages listed in `docs-web/mkdocs.yml`'s `nav` into an embedded tree at `core/embedded_docs/` so the runtime's `//go:embed embedded_docs/*` directive picks them up.
gen-errors-page regenerates the public-facing errors reference at `docs-web/docs/reference/errors.md` from the canonical per-code markdown files under `core/error_docs/*.md` (the same files that power `rad docs <code>`).
gen-errors-page regenerates the public-facing errors reference at `docs-web/docs/reference/errors.md` from the canonical per-code markdown files under `core/error_docs/*.md` (the same files that power `rad docs <code>`).
gen-funcs-go mirrors `docs/funcs/*.md` (the source-of-truth builtin function docs) into `rts/embedded_funcs/*.md` so the runtime's `//go:embed embedded_funcs/*.md` directive picks them up.
gen-funcs-go mirrors `docs/funcs/*.md` (the source-of-truth builtin function docs) into `rts/embedded_funcs/*.md` so the runtime's `//go:embed embedded_funcs/*.md` directive picks them up.
gen-funcs-page regenerates the public-facing functions reference at `docs-web/docs/reference/functions.md` from the canonical per-function markdown files under `docs/funcs/*.md`.
gen-funcs-page regenerates the public-facing functions reference at `docs-web/docs/reference/functions.md` from the canonical per-function markdown files under `docs/funcs/*.md`.
gen-funcs-sigs reads the canonical per-function markdown docs under `docs/funcs/*.md` and emits `rts/signatures_gen.go` - the sorted list of public builtin signature strings the runtime loads at init.
gen-funcs-sigs reads the canonical per-function markdown docs under `docs/funcs/*.md` and emits `rts/signatures_gen.go` - the sorted list of public builtin signature strings the runtime loads at init.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL