Reference
Node Types
Every Meno node renders as meno-astro markup. A reference for elements, components, slots, links, embeds, lists, and locale switchers.
Component Props
Props are declared in the resolveProps argument. A reference for the prop types — string, number, boolean, select, link, file, rich-text — and defaults.
Style Properties
A catalog of the CSS properties you can set in style() — camelCase names, color and token variables, breakpoints, and prop-bound mappings.
CMS Fields
A reference for CMS field types — string, text, rich-text, number, boolean, image, date, select, reference, and i18n — and their options.
MenoFilter API
The client-side filtering and search runtime plus the build-time query helpers — data-attribute wiring, operators, sort, and queryList.
Project Config
A reference for project.config.json — siteUrl, format, locales, breakpoints, and fonts. The single file behind Project Settings.
Template Expressions
How {{expr}} templates map to JSX expressions in markup — whole-string vs mixed, conditionals, dynamic tags, and CMS i18n wrapping.
meno-astro Runtime API
The helpers and components emitted .astro imports from the meno-astro package — style, i18n, lists, links, rich text, and the page layout.